/[emacs]/emacs/man/display.texi
ViewVC logotype

Diff of /emacs/man/display.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.53 by eliz, Sun Feb 3 17:45:02 2002 UTC revision 1.54 by eliz, Tue Feb 12 18:51:31 2002 UTC
# Line 100  faces: Line 100  faces:
100  @item default  @item default
101  This face is used for ordinary text that doesn't specify any other face.  This face is used for ordinary text that doesn't specify any other face.
102  @item mode-line  @item mode-line
103  This face is used for mode lines.  By default, it's drawn with shadows  This face is used for the mode line of the currently selected window.
104  for a ``raised'' effect on window systems, and drawn as the inverse of  By default, it's drawn with shadows for a ``raised'' effect on window
105  the default face on non-windowed terminals.  @xref{Display Custom}.  systems, and drawn as the inverse of the default face on non-windowed
106    terminals.  @xref{Display Custom}.
107    @item mode-line-inactive
108    Like @code{mode-line}, but used for mode lines of the windows other
109    than the selected one (if @code{mode-line-in-non-selected-windows} is
110    non-@code{nil}).
111  @item header-line  @item header-line
112  Similar to @code{mode-line} for a window's header line.  Most modes  Similar to @code{mode-line} for a window's header line.  Most modes
113  don't use the header line, but the Info mode does.  don't use the header line, but the Info mode does.
# Line 784  Alternatively, you can turn off the box Line 789  Alternatively, you can turn off the box
789  Emacs.mode-line.AttributeBox: off  Emacs.mode-line.AttributeBox: off
790  @end example  @end example
791    
792    @cindex non-selected windows, mode line appearance
793    @vindex mode-line-in-non-selected-windows
794      By default, the mode line of non-selected windows is displayed in a
795    different face, called @code{mode-line-inactive}.  You can control
796    this behavior by customizing the value of the variable
797    @code{mode-line-in-non-selected-windows}.  If its value is
798    non-@code{nil}, non-selected windows are displayed in the
799    @code{mode-line-inactive} face.  If the value is @code{t}, the
800    selected window is displayed in the @code{mode-line} face even when
801    you type at the minibuffer prompt.  If the value is @code{nil}, all
802    mode lines are displayed in the @code{mode-line} face, even when the
803    window is not selected.  The default is @code{t}.
804    
805  @node Text Display  @node Text Display
806  @section How Text Is Displayed  @section How Text Is Displayed
807  @cindex characters (in text)  @cindex characters (in text)

Legend:
Removed from v.1.53  
changed lines
  Added in v.1.54

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26