aboutsummaryrefslogtreecommitdiffstats
path: root/man/basic.texi
diff options
context:
space:
mode:
authorMiles Bader2005-10-15 00:26:05 +0000
committerMiles Bader2005-10-15 00:26:05 +0000
commit9fe76e1b256aefe892edf84beb1fdfaf5ab0efa1 (patch)
tree4570b6861b88c36c99783d4103d49c8658027834 /man/basic.texi
parent2f0837ccf0ba386b9a9aab0eac2bad3076491a93 (diff)
parentd3a597b7b41c2ebdb457e7c8bb037958138028f2 (diff)
downloademacs-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.texi11
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
637point, first by showing it and then by giving its character code in 637point, first by showing it and then by giving its character code in
638octal, decimal and hex. For a non-@acronym{ASCII} multibyte character, these are 638octal, decimal and hex. For a non-@acronym{ASCII} multibyte character, these are
639followed by @samp{ext} and the character's representation, in hex, in 639followed by @samp{file} and the character's representation, in hex, in
640the buffer's coding system, if that coding system encodes the character 640the buffer's coding system, if that coding system encodes the character
641safely and with a single byte (@pxref{Coding Systems}). If the 641safely and with a single byte (@pxref{Coding Systems}). If the
642character's encoding is longer than one byte, Emacs shows @samp{ext ...}. 642character's encoding is longer than one byte, Emacs shows @samp{file ...}.
643
644 However, if the character displayed is in the range 0200 through
6450377 octal, it may actually stand for an invalid UTF-8 byte read from
646a file. In Emacs, that byte is represented as a sequence of 8-bit
647characters, but all of them together display as the original invalid
648byte, in octal code. In this case, @kbd{C-x =} shows @samp{part of
649display ...} 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
645count. The front of the buffer counts as position 1, one character later 652count. The front of the buffer counts as position 1, one character later