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: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/man/basic.texi
Date: Sun, 20 Nov 2005 02:55:22 -0500

Index: emacs/man/basic.texi
diff -c emacs/man/basic.texi:1.55 emacs/man/basic.texi:1.56
*** emacs/man/basic.texi:1.55   Thu Oct 13 05:28:12 2005
--- emacs/man/basic.texi        Sun Nov 20 07:55:22 2005
***************
*** 626,641 ****
  that looks like this:
  
  @smallexample
! Char: c (0143, 99, 0x63)  point=21044 of 26883(78%)  column 53
  @end smallexample
  
- @noindent
- (In fact, this is the output produced when point is before the
- @samp{column} in the example.)
- 
    The four values after @samp{Char:} describe the character that follows
  point, first by showing it and then by giving its character code in
! octal, decimal and hex.  For a address@hidden multibyte character, these are
  followed by @samp{file} and the character's representation, in hex, in
  the buffer's coding system, if that coding system encodes the character
  safely and with a single byte (@pxref{Coding Systems}).  If the
--- 626,637 ----
  that looks like this:
  
  @smallexample
! Char: c (99, #o143, #x63) point=28062 of 36168 (78%) column=53
  @end smallexample
  
    The four values after @samp{Char:} describe the character that follows
  point, first by showing it and then by giving its character code in
! decimal, octal and hex.  For a address@hidden multibyte character, these are
  followed by @samp{file} and the character's representation, in hex, in
  the buffer's coding system, if that coding system encodes the character
  safely and with a single byte (@pxref{Coding Systems}).  If the
***************
*** 654,660 ****
  in the buffer.  Afterward in parentheses comes the position expressed as a
  percentage of the total size.
  
!   @samp{column} is followed by the horizontal position of point, in
  columns from the left edge of the window.
  
    If the buffer has been narrowed, making some of the text at the
--- 650,656 ----
  in the buffer.  Afterward in parentheses comes the position expressed as a
  percentage of the total size.
  
!   @samp{column=} is followed by the horizontal position of point, in
  columns from the left edge of the window.
  
    If the buffer has been narrowed, making some of the text at the
***************
*** 663,669 ****
  might display this:
  
  @smallexample
! Char: C (0103, 67, 0x43)  point=252 of 889(28%) <231 - 599>  column 0
  @end smallexample
  
  @noindent
--- 659,665 ----
  might display this:
  
  @smallexample
! Char: C (67, #o103, #x43) point=252 of 889 (28%) <231-599> column=0
  @end smallexample
  
  @noindent
***************
*** 676,682 ****
  point.  The output might look like this:
  
  @smallexample
! point=26957 of 26956(100%)  column 0
  @end smallexample
  
  @cindex character set of character at point
--- 672,678 ----
  point.  The output might look like this:
  
  @smallexample
! point=36169 of 36168 (EOB) column=0
  @end smallexample
  
  @cindex character set of character at point
***************
*** 720,735 ****
  (@pxref{Font Lock}) enabled:
  
  @smallexample
!   character: @`A (04300, 2240, 0x8c0, U+00C0)
!     charset: latin-iso8859-1
               (Right-Hand Part of Latin Alphabet address@hidden
!  code point: 64
       syntax: w        which means: word
     category: l:Latin
!    to input: type "`A"
! buffer code: 0x81 0xC0
!   file code: ESC 2C 41 40 (encoded by coding system iso-2022-7bit)
!     display: terminal code 0xC0
  
  There are text properties here:
    fontified            t
--- 716,731 ----
  (@pxref{Font Lock}) enabled:
  
  @smallexample
!   character: @`A (2240, #o4300, #x8c0, U+00C0)
!     charset: [latin-iso8859-1]
               (Right-Hand Part of Latin Alphabet address@hidden
!  code point: [64]
       syntax: w        which means: word
     category: l:Latin
!    to input: type "`A" with [latin-1-prefix]
! buffer code: #x81 #xC0
!   file code: ESC #x2C #x41 #x40 (encoded by coding system iso-2022-7bit)
!     display: terminal code #xC0
  
  There are text properties here:
    fontified            t




reply via email to

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