diff options
| author | Miles Bader | 2005-10-15 00:26:05 +0000 |
|---|---|---|
| committer | Miles Bader | 2005-10-15 00:26:05 +0000 |
| commit | 9fe76e1b256aefe892edf84beb1fdfaf5ab0efa1 (patch) | |
| tree | 4570b6861b88c36c99783d4103d49c8658027834 /man/basic.texi | |
| parent | 2f0837ccf0ba386b9a9aab0eac2bad3076491a93 (diff) | |
| parent | d3a597b7b41c2ebdb457e7c8bb037958138028f2 (diff) | |
| download | emacs-9fe76e1b256aefe892edf84beb1fdfaf5ab0efa1.tar.gz emacs-9fe76e1b256aefe892edf84beb1fdfaf5ab0efa1.zip | |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-91
Merge from emacs--cvs-trunk--0
Patches applied:
* emacs--cvs-trunk--0 (patch 581-597)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 133-141)
- Update from CVS
- Merge from emacs--cvs-trunk--0
- Update from CVS: texi/gnus.texi (RSS): Fix key description.
- Update from CVS: texi/gnus.texi (Document Server Internals): Addition.
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..2c78de612ad 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, it may actually stand for an invalid UTF-8 byte read from | ||
| 646 | a file. In Emacs, that byte is represented as a sequence of 8-bit | ||
| 647 | characters, but all of them together display as the original invalid | ||
| 648 | byte, in octal code. In this case, @kbd{C-x =} shows @samp{part of | ||
| 649 | display ...} instead 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 |