Show
Ignore:
Timestamp:
04/04/08 22:04:40 (8 months ago)
Author:
miyoshi
Message:

Sync up with Emacs22.2.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/man/display.texi

    r4204 r4220  
    11@c This is part of the Emacs manual. 
    22@c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001, 
    3 @c   2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. 
     3@c   2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 
    44@c See file emacs.texi for copying conditions. 
    55@node Display, Search, Registers, Top 
     
    283283 
    284284@node Faces 
    285 @section Using Multiple Typefaces 
     285@section Faces: Controlling Text Display Style 
    286286@cindex faces 
    287287 
     
    299299the height and width or the font family. 
    300300 
    301   Emacs uses faces automatically for highlighting, through the work of 
    302 Font Lock mode.  @xref{Font Lock}, for more information about Fon
    303 Lock mode and syntactic highlighting.  You can print out the buffer 
    304 with the highlighting that appears on your screen using the command 
    305 @code{ps-print-buffer-with-faces}.  @xref{PostScript}. 
     301  Most major modes assign faces to the text automatically through the 
     302work of Font Lock mode.  @xref{Font Lock}, for more information abou
     303Font Lock mode and syntactic highlighting.  You can print the current 
     304buffer with the highlighting that appears on your screen using the 
     305command @code{ps-print-buffer-with-faces}.  @xref{PostScript}. 
    306306 
    307307  You control the appearance of a part of the text in the buffer by 
     
    923923turn this mode on and off; normally it is on.  The line number appears 
    924924after the buffer percentage @var{pos}, with the letter @samp{L} to 
    925 indicate what it is.  @xref{Minor Modes}, for more information about 
    926 minor modes and about how to use this command. 
     925indicate what it is. 
     926 
     927@cindex Column Number mode 
     928@cindex mode, Column Number 
     929@findex column-number-mode 
     930  Similarly, you can display the current column number by turning on 
     931Column number mode with @kbd{M-x column-number-mode}.  The column 
     932number is indicated by the letter @samp{C}.  However, when both of 
     933these modes are enabled, the line and column numbers are displayed in 
     934parentheses, the line number first, rather than with @samp{L} and 
     935@samp{C}.  For example: @samp{(561,2)}.  @xref{Minor Modes}, for more 
     936information about minor modes and about how to use these commands. 
    927937 
    928938@cindex narrowing, and line number display 
     
    946956@code{line-number-display-limit-width}.  The default value is 200 
    947957characters. 
    948  
    949 @cindex Column Number mode 
    950 @cindex mode, Column Number 
    951 @findex column-number-mode 
    952   You can also display the current column number by turning on Column 
    953 Number mode.  It displays the current column number preceded by the 
    954 letter @samp{C}.  Type @kbd{M-x column-number-mode} to toggle this mode. 
    955958 
    956959@findex display-time 
     
    11141117@cindex cursor in non-selected windows 
    11151118@vindex cursor-in-non-selected-windows 
    1116   Normally, the cursor appears in non-selected windows in the ``off'' 
    1117 state, with the same appearance as when the blinking cursor blinks 
     1119  Normally, the cursor appears in non-selected windows without 
     1120blinking, with the same appearance as when the blinking cursor blinks 
    11181121``off.''  For a box cursor, this is a hollow box; for a bar cursor, 
    11191122this is a thinner bar.  To turn off cursors in non-selected windows, 
    1120 customize the variable @code{cursor-in-non-selected-windows} and assign 
    1121 it a @code{nil} value. 
     1123customize the variable @code{cursor-in-non-selected-windows} and 
     1124assign it a @code{nil} value. 
    11221125 
    11231126@vindex x-stretch-cursor