/[emacs]/emacs/man/basic.texi
ViewVC logotype

Diff of /emacs/man/basic.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.28 by eliz, Thu Sep 13 15:28:11 2001 UTC revision 1.29 by rms, Fri Dec 28 03:10:33 2001 UTC
# Line 654  point.  The output might look like this: Line 654  point.  The output might look like this:
654  point=26957 of 26956(100%)  column 0  point=26957 of 26956(100%)  column 0
655  @end smallexample  @end smallexample
656    
657    @w{@kbd{C-u C-x =}} displays additional information about a character,    @w{@kbd{C-u C-x =}} displays additional information about a
658  in place of the buffer coordinates and column: the character set name  character, including the character set name and the codes that
659  and the codes that identify the character within that character set;  identify the character within that character set; ASCII characters are
660  ASCII characters are identified as belonging to the @code{ASCII}  identified as belonging to the @code{ASCII} character set.  It also
661  character set.  In addition, the full character encoding, even if it  shows the character's syntax, categories, and encodings both
662  takes more than a single byte, is shown after @samp{ext}.  Here's an  internally in the buffer and externally if you save the file.  It also
663  example for a Latin-1 character A with a grave accent in a buffer whose  shows the character's text properties, if any.
664  coding system is iso-2022-7bit@footnote{On terminals that support  
665  Latin-1 characters, the character shown after @samp{Char:} is displayed    Here's an example showing the Latin-1 character A with grave accent,
666  as the actual glyph of A with grave accent.}:  in a buffer whose coding system is @code{iso-2022-7bit} and whose
667    terminal coding system is @code{iso-latin-1} (so the terminal actually
668    displays the character as @samp{@`A}):
669    
670  @smallexample  @smallexample
671  Char: @`A (04300, 2240, 0x8c0, ext ESC , A @@) (latin-iso8859-1 64)      character: @`A (04300, 2240, 0x8c0)
672          charset: latin-iso8859-1
673                   (Right-Hand Part of Latin Alphabet 1@dots{}
674       code point: 64
675           syntax: w        which means: word
676         category: l:Latin  
677      buffer code: 0x81 0xC0
678        file code: ESC 2C 41 40 (encoded by coding system iso-2022-7bit)
679    terminal code: C0
680  @end smallexample  @end smallexample
681    
682  @node Arguments  @node Arguments

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26