diff options
| author | Kenichi Handa | 2005-10-12 13:03:09 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2005-10-12 13:03:09 +0000 |
| commit | 339ef8ceee03aff715cadf8a02b098eee056ec71 (patch) | |
| tree | 803291b483a1df026f015e5d5b3b577c139ab75f /man/basic.texi | |
| parent | 6de0e1a2931f6b91a0fc8de1960e86dfb714def2 (diff) | |
| download | emacs-339ef8ceee03aff715cadf8a02b098eee056ec71.tar.gz emacs-339ef8ceee03aff715cadf8a02b098eee056ec71.zip | |
(Position Info): Describe the case that Emacs shows
"part of display ...".
Diffstat (limited to 'man/basic.texi')
| -rw-r--r-- | man/basic.texi | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/man/basic.texi b/man/basic.texi index 2f5aa3162e1..292de46fc7c 100644 --- a/man/basic.texi +++ b/man/basic.texi | |||
| @@ -636,10 +636,17 @@ Char: c (0143, 99, 0x63) point=21044 of 26883(78%) column 53 | |||
| 636 | The four values after @samp{Char:} describe the character that follows | 636 | The four values after @samp{Char:} describe the character that follows |
| 637 | point, first by showing it and then by giving its character code in | 637 | point, first by showing it and then by giving its character code in |
| 638 | octal, decimal and hex. For a non-@acronym{ASCII} multibyte character, these are | 638 | octal, decimal and hex. For a non-@acronym{ASCII} multibyte character, these are |
| 639 | followed by @samp{ext} and the character's representation, in hex, in | 639 | followed by @samp{file} and the character's representation, in hex, in |
| 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{ext ...}. | 642 | character's encoding is longer than one byte, Emacs shows @samp{file ...}. |
| 643 | |||
| 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 | ||
| 646 | UTF-8 byte. Emacs represents such a byte in a buffer by a sequence of | ||
| 647 | 8-bit characters, but displays only the original invalid byte in octal | ||
| 648 | form. In such a case, Emacs shows @samp{part of display ...} instead | ||
| 649 | of @samp{file}. | ||
| 643 | 650 | ||
| 644 | @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 |
| 645 | 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 |