emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lispref/display.texi


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lispref/display.texi
Date: Sun, 02 Nov 2003 01:34:10 -0500

Index: emacs/lispref/display.texi
diff -c emacs/lispref/display.texi:1.105 emacs/lispref/display.texi:1.106
*** emacs/lispref/display.texi:1.105    Sun Oct 26 18:27:50 2003
--- emacs/lispref/display.texi  Sun Nov  2 01:29:56 2003
***************
*** 2414,2420 ****
    For the remaining character sets, those that you don't specify
  explicitly, Emacs chooses a font based on @var{fontpattern}: it replaces
  @address@hidden with a value that names one character set.
! For the @sc{ascii} character set, @address@hidden is replaced
  with @samp{ISO8859-1}.
  
    In addition, when several consecutive fields are wildcards, Emacs
--- 2414,2420 ----
    For the remaining character sets, those that you don't specify
  explicitly, Emacs chooses a font based on @var{fontpattern}: it replaces
  @address@hidden with a value that names one character set.
! For the @acronym{ASCII} character set, @address@hidden is replaced
  with @samp{ISO8859-1}.
  
    In addition, when several consecutive fields are wildcards, Emacs
***************
*** 2430,2436 ****
  @end example
  
  @noindent
! the font specification for @sc{ascii} characters would be this:
  
  @example
  -*-fixed-medium-r-normal-*-24-*-ISO8859-1
--- 2430,2436 ----
  @end example
  
  @noindent
! the font specification for @acronym{ASCII} characters would be this:
  
  @example
  -*-fixed-medium-r-normal-*-24-*-ISO8859-1
***************
*** 3476,3494 ****
  All other codes in the range 0 through 31, and code 127, display in one
  of two ways according to the value of @code{ctl-arrow}.  If it is
  address@hidden, these codes map to sequences of two glyphs, where the
! first glyph is the @sc{ascii} code for @samp{^}.  (A display table can
  specify a glyph to use instead of @samp{^}.)  Otherwise, these codes map
  just like the codes in the range 128 to 255.
  
  On MS-DOS terminals, Emacs arranges by default for the character code
  127 to be mapped to the glyph code 127, which normally displays as an
! empty polygon.  This glyph is used to display address@hidden characters
  that the MS-DOS terminal doesn't support.  @xref{MS-DOS and MULE,,,
  emacs, The GNU Emacs Manual}.
  
  @item
  Character codes 128 through 255 map to sequences of four glyphs, where
! the first glyph is the @sc{ascii} code for @samp{\}, and the others are
  digit characters representing the character code in octal.  (A display
  table can specify a glyph to use instead of @samp{\}.)
  
--- 3476,3494 ----
  All other codes in the range 0 through 31, and code 127, display in one
  of two ways according to the value of @code{ctl-arrow}.  If it is
  address@hidden, these codes map to sequences of two glyphs, where the
! first glyph is the @acronym{ASCII} code for @samp{^}.  (A display table can
  specify a glyph to use instead of @samp{^}.)  Otherwise, these codes map
  just like the codes in the range 128 to 255.
  
  On MS-DOS terminals, Emacs arranges by default for the character code
  127 to be mapped to the glyph code 127, which normally displays as an
! empty polygon.  This glyph is used to display address@hidden characters
  that the MS-DOS terminal doesn't support.  @xref{MS-DOS and MULE,,,
  emacs, The GNU Emacs Manual}.
  
  @item
  Character codes 128 through 255 map to sequences of four glyphs, where
! the first glyph is the @acronym{ASCII} code for @samp{\}, and the others are
  digit characters representing the character code in octal.  (A display
  table can specify a glyph to use instead of @samp{\}.)
  
***************
*** 3551,3557 ****
  @cindex display table
  You can use the @dfn{display table} feature to control how all possible
  character codes display on the screen.  This is useful for displaying
! European languages that have letters not in the @sc{ascii} character
  set.
  
  The display table maps each character code into a sequence of
--- 3551,3557 ----
  @cindex display table
  You can use the @dfn{display table} feature to control how all possible
  character codes display on the screen.  This is useful for displaying
! European languages that have letters not in the @acronym{ASCII} character
  set.
  
  The display table maps each character code into a sequence of




reply via email to

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