comparison man/display.texi @ 90201:fbb2bea03df9

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-69 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 474-484) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 88-91) - Merge from emacs--cvs-trunk--0 - Update FSF's address in GPL notices - Update from CVS
author Miles Bader <miles@gnu.org>
date Thu, 14 Jul 2005 08:02:00 +0000
parents bb71c6cf2009 566b3f121f51
children 187d6a1f84f7
comparison
equal deleted inserted replaced
90200:f9a65d7ebd29 90201:fbb2bea03df9
1002 @section Customization of Display 1002 @section Customization of Display
1003 1003
1004 This section contains information for customization only. Beginning 1004 This section contains information for customization only. Beginning
1005 users should skip it. 1005 users should skip it.
1006 1006
1007 @vindex mode-line-inverse-video
1008 The variable @code{mode-line-inverse-video} is an obsolete way of
1009 controlling whether the mode line is displayed in inverse video; the
1010 preferred way of doing this is to change the @code{mode-line} face.
1011 @xref{Mode Line}. However, if @code{mode-line-inverse-video} has a
1012 value of @code{nil}, then the @code{mode-line} face will be ignored,
1013 and mode-lines will be drawn using the default text face.
1014 @xref{Faces}.
1015
1016 @vindex inverse-video 1007 @vindex inverse-video
1017 If the variable @code{inverse-video} is non-@code{nil}, Emacs attempts 1008 If the variable @code{inverse-video} is non-@code{nil}, Emacs attempts
1018 to invert all the lines of the display from what they normally are. 1009 to invert all the lines of the display from what they normally are.
1019 1010
1020 @vindex visible-bell 1011 @vindex visible-bell
1133 The value of the variable @code{default-indicate-buffer-boundaries} 1124 The value of the variable @code{default-indicate-buffer-boundaries}
1134 is the default value for @code{indicate-buffer-boundaries} in buffers 1125 is the default value for @code{indicate-buffer-boundaries} in buffers
1135 that do not override it. 1126 that do not override it.
1136 1127
1137 @vindex baud-rate 1128 @vindex baud-rate
1138 The variable @code{baud-rate} holds the output speed of the 1129 The variable @anchor{baud-rate}@code{baud-rate} holds the output speed of the
1139 terminal, as far as Emacs knows. Setting this variable does not 1130 terminal, as far as Emacs knows. Setting this variable does not
1140 change the speed of actual data transmission, but the value is used 1131 change the speed of actual data transmission, but the value is used
1141 for calculations. On terminals, it affects padding, and decisions 1132 for calculations. On terminals, it affects padding, and decisions
1142 about whether to scroll part of the screen or redraw it instead. 1133 about whether to scroll part of the screen or redraw it instead.
1143 It also affects the behavior of incremental search. 1134 It also affects the behavior of incremental search.