emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/man/basic.texi


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/man/basic.texi
Date: Thu, 27 Dec 2001 22:10:33 -0500

Index: emacs/man/basic.texi
diff -c emacs/man/basic.texi:1.28 emacs/man/basic.texi:1.29
*** emacs/man/basic.texi:1.28   Thu Sep 13 11:28:11 2001
--- emacs/man/basic.texi        Thu Dec 27 22:10:33 2001
***************
*** 654,672 ****
  point=26957 of 26956(100%)  column 0 
  @end smallexample
  
!   @address@hidden C-x =}} displays additional information about a character,
! in place of the buffer coordinates and column: the character set name
! and the codes that identify the character within that character set;
! ASCII characters are identified as belonging to the @code{ASCII}
! character set.  In addition, the full character encoding, even if it
! takes more than a single byte, is shown after @samp{ext}.  Here's an
! example for a Latin-1 character A with a grave accent in a buffer whose
! coding system is address@hidden terminals that support
! Latin-1 characters, the character shown after @samp{Char:} is displayed
! as the actual glyph of A with grave accent.}:
  
  @smallexample
! Char: @`A (04300, 2240, 0x8c0, ext ESC , A @@) (latin-iso8859-1 64)
  @end smallexample
  
  @node Arguments
--- 654,682 ----
  point=26957 of 26956(100%)  column 0 
  @end smallexample
  
!   @address@hidden C-x =}} displays additional information about a
! character, including the character set name and the codes that
! identify the character within that character set; ASCII characters are
! identified as belonging to the @code{ASCII} character set.  It also
! shows the character's syntax, categories, and encodings both
! internally in the buffer and externally if you save the file.  It also
! shows the character's text properties, if any.
! 
!   Here's an example showing the Latin-1 character A with grave accent,
! in a buffer whose coding system is @code{iso-2022-7bit} and whose
! terminal coding system is @code{iso-latin-1} (so the terminal actually
! displays the character as @address@hidden):
  
  @smallexample
!     character: @`A (04300, 2240, 0x8c0)
!       charset: latin-iso8859-1
!              (Right-Hand Part of Latin Alphabet address@hidden
!    code point: 64
!        syntax: w      which means: word
!      category: l:Latin  
!   buffer code: 0x81 0xC0
!     file code: ESC 2C 41 40 (encoded by coding system iso-2022-7bit)
! terminal code: C0
  @end smallexample
  
  @node Arguments



reply via email to

[Prev in Thread] Current Thread [Next in Thread]