/[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.31 by rms, Fri Feb 22 23:44:02 2002 UTC revision 1.32 by eliz, Fri Apr 26 11:29:26 2002 UTC
# Line 653  part), the @w{@kbd{C-x =}} output does n Line 653  part), the @w{@kbd{C-x =}} output does n
653  point.  The output might look like this:  point.  The output might look like this:
654    
655  @smallexample  @smallexample
656  point=26957 of 26956(100%)  column 0  point=26957 of 26956(100%)  column 0
657  @end smallexample  @end smallexample
658    
659    @cindex character set of character at point
660    @cindex text properties at point
661    @w{@kbd{C-u C-x =}} displays additional information about a    @w{@kbd{C-u C-x =}} displays additional information about a
662  character, including the character set name and the codes that  character, including the character set name and the codes that
663  identify the character within that character set; ASCII characters are  identify the character within that character set; ASCII characters are
# Line 665  internally in the buffer and externally Line 667  internally in the buffer and externally
667  shows the character's text properties, if any.  shows the character's text properties, if any.
668    
669    Here's an example showing the Latin-1 character A with grave accent,    Here's an example showing the Latin-1 character A with grave accent,
670  in a buffer whose coding system is @code{iso-2022-7bit} and whose  in a buffer whose coding system is @code{iso-2022-7bit}, whose
671  terminal coding system is @code{iso-latin-1} (so the terminal actually  terminal coding system is @code{iso-latin-1} (so the terminal actually
672  displays the character as @samp{@`A}):  displays the character as @samp{@`A}), and which has font-lock-mode
673    (@pxref{Font Lock}) enabled:
674    
675  @smallexample  @smallexample
676      character: @`A (04300, 2240, 0x8c0)      character: @`A (04300, 2240, 0x8c0)
# Line 675  displays the character as @samp{@`A}): Line 678  displays the character as @samp{@`A}):
678                 (Right-Hand Part of Latin Alphabet 1@dots{}                 (Right-Hand Part of Latin Alphabet 1@dots{}
679     code point: 64     code point: 64
680         syntax: w        which means: word         syntax: w        which means: word
681       category: l:Latin         category: l:Latin
682    buffer code: 0x81 0xC0    buffer code: 0x81 0xC0
683      file code: ESC 2C 41 40 (encoded by coding system iso-2022-7bit)      file code: ESC 2C 41 40 (encoded by coding system iso-2022-7bit)
684  terminal code: C0  terminal code: C0
685    
686    Text properties
687      face: font-lock-variable-name-face  fontified: t
688  @end smallexample  @end smallexample
689    
690  @node Arguments  @node Arguments

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32

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