aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2005-10-12 13:03:09 +0000
committerKenichi Handa2005-10-12 13:03:09 +0000
commit339ef8ceee03aff715cadf8a02b098eee056ec71 (patch)
tree803291b483a1df026f015e5d5b3b577c139ab75f
parent6de0e1a2931f6b91a0fc8de1960e86dfb714def2 (diff)
downloademacs-339ef8ceee03aff715cadf8a02b098eee056ec71.tar.gz
emacs-339ef8ceee03aff715cadf8a02b098eee056ec71.zip
(Position Info): Describe the case that Emacs shows
"part of display ...".
-rw-r--r--man/ChangeLog5
-rw-r--r--man/basic.texi11
2 files changed, 14 insertions, 2 deletions
diff --git a/man/ChangeLog b/man/ChangeLog
index 66f7caa1ee8..8cb4f3a48a1 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,8 @@
12005-10-12 Kenichi Handa <handa@m17n.org>
2
3 * basic.texi (Position Info): Describe the case that Emacs shows
4 "part of display ...".
5
12005-10-11 Jay Belanger <belanger@truman.edu> 62005-10-11 Jay Belanger <belanger@truman.edu>
2 7
3 * calc.texi (Integration): Mention using `a i' to compute definite 8 * calc.texi (Integration): Mention using `a i' to compute definite
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
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, there's a case that it actually represents an invalid
646UTF-8 byte. Emacs represents such a byte in a buffer by a sequence of
6478-bit characters, but displays only the original invalid byte in octal
648form. In such a case, Emacs shows @samp{part of display ...} instead
649of @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