Changeset 4220 for trunk/man/display.texi
- Timestamp:
- 04/04/08 22:04:40 (8 months ago)
- Files:
-
- trunk/man/display.texi (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/man/display.texi
r4204 r4220 1 1 @c This is part of the Emacs manual. 2 2 @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. 4 4 @c See file emacs.texi for copying conditions. 5 5 @node Display, Search, Registers, Top … … 283 283 284 284 @node Faces 285 @section Using Multiple Typefaces285 @section Faces: Controlling Text Display Style 286 286 @cindex faces 287 287 … … 299 299 the height and width or the font family. 300 300 301 Emacs uses faces automatically for highlighting, through the work of302 Font Lock mode. @xref{Font Lock}, for more information about Font303 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 302 work of Font Lock mode. @xref{Font Lock}, for more information about 303 Font Lock mode and syntactic highlighting. You can print the current 304 buffer with the highlighting that appears on your screen using the 305 command @code{ps-print-buffer-with-faces}. @xref{PostScript}. 306 306 307 307 You control the appearance of a part of the text in the buffer by … … 923 923 turn this mode on and off; normally it is on. The line number appears 924 924 after 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. 925 indicate 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 931 Column number mode with @kbd{M-x column-number-mode}. The column 932 number is indicated by the letter @samp{C}. However, when both of 933 these modes are enabled, the line and column numbers are displayed in 934 parentheses, the line number first, rather than with @samp{L} and 935 @samp{C}. For example: @samp{(561,2)}. @xref{Minor Modes}, for more 936 information about minor modes and about how to use these commands. 927 937 928 938 @cindex narrowing, and line number display … … 946 956 @code{line-number-display-limit-width}. The default value is 200 947 957 characters. 948 949 @cindex Column Number mode950 @cindex mode, Column Number951 @findex column-number-mode952 You can also display the current column number by turning on Column953 Number mode. It displays the current column number preceded by the954 letter @samp{C}. Type @kbd{M-x column-number-mode} to toggle this mode.955 958 956 959 @findex display-time … … 1114 1117 @cindex cursor in non-selected windows 1115 1118 @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 blinks1119 Normally, the cursor appears in non-selected windows without 1120 blinking, with the same appearance as when the blinking cursor blinks 1118 1121 ``off.'' For a box cursor, this is a hollow box; for a bar cursor, 1119 1122 this is a thinner bar. To turn off cursors in non-selected windows, 1120 customize the variable @code{cursor-in-non-selected-windows} and assign1121 it a @code{nil} value.1123 customize the variable @code{cursor-in-non-selected-windows} and 1124 assign it a @code{nil} value. 1122 1125 1123 1126 @vindex x-stretch-cursor
