Mercurial > emacs
comparison man/basic.texi @ 66061:7fb814227358
(Position Info): Fix previous change.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 13 Oct 2005 05:28:12 +0000 |
parents | ef089f655621 |
children | 4c99ea8adc42 5e2d3828e89f |
comparison
equal
deleted
inserted
replaced
66060:65f0f700ffb8 | 66061:7fb814227358 |
---|---|
640 the buffer's coding system, if that coding system encodes the character | 640 the buffer's coding system, if that coding system encodes the character |
641 safely and with a single byte (@pxref{Coding Systems}). If the | 641 safely and with a single byte (@pxref{Coding Systems}). If the |
642 character's encoding is longer than one byte, Emacs shows @samp{file ...}. | 642 character's encoding is longer than one byte, Emacs shows @samp{file ...}. |
643 | 643 |
644 However, if the character displayed is in the range 0200 through | 644 However, if the character displayed is in the range 0200 through |
645 0377 octal, there's a case that it actually represents an invalid | 645 0377 octal, it may actually stand for an invalid UTF-8 byte read from |
646 UTF-8 byte. Emacs represents such a byte in a buffer by a sequence of | 646 a file. In Emacs, that byte is represented as a sequence of 8-bit |
647 8-bit characters, but displays only the original invalid byte in octal | 647 characters, but all of them together display as the original invalid |
648 form. In such a case, Emacs shows @samp{part of display ...} instead | 648 byte, in octal code. In this case, @kbd{C-x =} shows @samp{part of |
649 of @samp{file}. | 649 display ...} instead of @samp{file}. |
650 | 650 |
651 @samp{point=} is followed by the position of point expressed as a character | 651 @samp{point=} is followed by the position of point expressed as a character |
652 count. The front of the buffer counts as position 1, one character later | 652 count. The front of the buffer counts as position 1, one character later |
653 as 2, and so on. The next, larger, number is the total number of characters | 653 as 2, and so on. The next, larger, number is the total number of characters |
654 in the buffer. Afterward in parentheses comes the position expressed as a | 654 in the buffer. Afterward in parentheses comes the position expressed as a |