]> code.delx.au - gnu-emacs/blobdiff - man/display.texi
Document SMTPSERVER environment variable.
[gnu-emacs] / man / display.texi
index 4e13d781fba92e7be66d3be675a3156129fd8892..e192db56a5171d8353e39cec77c103a1aaa68c4a 100644 (file)
@@ -1,5 +1,5 @@
 @c This is part of the Emacs manual.
-@c Copyright (C) 1985, 86, 87, 93, 94, 95, 1997, 2000, 2001
+@c Copyright (C) 1985, 86, 87, 93, 94, 95, 1997, 2000, 2001, 2002
 @c   Free Software Foundation, Inc.
 @c See file emacs.texi for copying conditions.
 @node Display, Search, Registers, Top
@@ -163,7 +163,8 @@ font of LessTif/Motif menus is currently not supported; attempts to set
 the font are ignored in this case.
 @item trailing-whitespace
 The face for highlighting trailing whitespace when
-@code{show-trailing-whitespace} is non-nil; see @ref{Useless Whitespace}.
+@code{show-trailing-whitespace} is non-@code{nil}; see @ref{Useless
+Whitespace}.
 @item variable-pitch
 The basic variable-pitch face.
 @end table
@@ -194,13 +195,14 @@ on your screen using the command @code{ps-print-buffer-with-faces}.
 @cindex mode, Font Lock
 @cindex syntax highlighting and coloring
 
-  Font Lock mode is a minor mode, always local to a particular
-buffer, which highlights (or ``fontifies'') using various faces
-according to the syntax of the text you are editing.  It can
-recognize comments and strings in most languages; in several
-languages, it can also recognize and properly highlight various other
-important constructs---for example, names of functions being defined
-or reserved keywords.
+  Font Lock mode is a minor mode, always local to a particular buffer,
+which highlights (or ``fontifies'') using various faces according to
+the syntax of the text you are editing.  It can recognize comments and
+strings in most languages; in several languages, it can also recognize
+and properly highlight various other important constructs---for
+example, names of functions being defined or reserved keywords.
+Some special modes, such as Occur mode and Info mode, have completely
+specialized ways of assigning fonts for Font Lock mode.
 
 @findex font-lock-mode
 @findex turn-on-font-lock
@@ -527,7 +529,7 @@ back on screen.  By default, @code{scroll-conservatively} is 0.
 
 @cindex aggressive scrolling
 @vindex scroll-up-aggressively
-@vindex scroll-down-aggressively 
+@vindex scroll-down-aggressively
   When the window does scroll by a longer distance, you can control
 how aggressively it scrolls, by setting the variables
 @code{scroll-up-aggressively} and @code{scroll-down-aggressively}.
@@ -677,18 +679,22 @@ accessible portion (@pxref{Narrowing}), type @kbd{M-x
 delete-trailing-whitespace @key{RET}}.  (This command does not remove
 the form-feed characters.)
 
-@vindex indicate-empty-lines
+@vindex indicate-unused-lines
 @vindex default-indicate-empty-lines
-@cindex empty lines
-@cindex fringes, and empty line indication
-  Emacs can indicate empty lines at the end of the buffer with a special
-bitmap in the left fringe of the window (@pxref{Fringes}).  To enable
-this feature, set the buffer-local variable @code{indicate-empty-lines}
-to a non-@code{nil} value.  The default value of this variable is
-controlled by the variable @code{default-indicate-empty-lines}; by
-setting that variable, you can enable or disable this feature for all
-new buffers.  (This feature currently doesn't work on character
-terminals.)
+@cindex unused lines
+@cindex fringes, and unused line indication
+  Emacs can indicate unused lines at the end of the window with a
+small image in the left fringe (@pxref{Fringes}).  The image appears
+for window lines that do not correspond to any buffer text.  Blank
+lines at the end of the buffer then stand out because they do not have
+this image in the fringe.
+
+  To enable this feature, set the buffer-local variable
+@code{indicate-unused-lines} to a non-@code{nil} value.  The default
+value of this variable is controlled by the variable
+@code{default-indicate-unused-lines}; by setting that variable, you
+can enable or disable this feature for all new buffers.  (This feature
+currently doesn't work on character terminals.)
 
 @node Follow Mode
 @section Follow Mode
@@ -995,6 +1001,7 @@ argument to suppress the effect of bold-face in this case.
 @section Displaying the Cursor
 
 @findex blink-cursor-mode
+@vindex blink-cursor-alist
 @cindex cursor, locating visually
 @cindex cursor, blinking
   You can customize the cursor's color, and whether it blinks, using
@@ -1002,6 +1009,8 @@ the @code{cursor} Custom group (@pxref{Easy Customization}).  On
 graphical terminals, the command @kbd{M-x blink-cursor-mode} enables
 or disables the blinking of the cursor.  (On text terminals, the
 terminal itself blinks the cursor, and Emacs has no control over it.)
+You can control how the cursor appears when it blinks off by setting
+the variable @code{blink-cursor-alist}.
 
 @cindex cursor in non-selected windows
 @vindex cursor-in-non-selected-windows