emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/man/display.texi


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/man/display.texi
Date: Tue, 12 Feb 2002 13:51:33 -0500

Index: emacs/man/display.texi
diff -c emacs/man/display.texi:1.53 emacs/man/display.texi:1.54
*** emacs/man/display.texi:1.53 Sun Feb  3 12:45:02 2002
--- emacs/man/display.texi      Tue Feb 12 13:51:31 2002
***************
*** 100,108 ****
  @item default
  This face is used for ordinary text that doesn't specify any other face.
  @item mode-line
! This face is used for mode lines.  By default, it's drawn with shadows
! for a ``raised'' effect on window systems, and drawn as the inverse of
! the default face on non-windowed terminals.  @xref{Display Custom}.
  @item header-line
  Similar to @code{mode-line} for a window's header line.  Most modes
  don't use the header line, but the Info mode does.
--- 100,113 ----
  @item default
  This face is used for ordinary text that doesn't specify any other face.
  @item mode-line
! This face is used for the mode line of the currently selected window.
! By default, it's drawn with shadows for a ``raised'' effect on window
! systems, and drawn as the inverse of the default face on non-windowed
! terminals.  @xref{Display Custom}.
! @item mode-line-inactive
! Like @code{mode-line}, but used for mode lines of the windows other
! than the selected one (if @code{mode-line-in-non-selected-windows} is
! address@hidden).
  @item header-line
  Similar to @code{mode-line} for a window's header line.  Most modes
  don't use the header line, but the Info mode does.
***************
*** 783,788 ****
--- 788,806 ----
  @example
  Emacs.mode-line.AttributeBox: off
  @end example
+ 
+ @cindex non-selected windows, mode line appearance
+ @vindex mode-line-in-non-selected-windows
+   By default, the mode line of non-selected windows is displayed in a
+ different face, called @code{mode-line-inactive}.  You can control
+ this behavior by customizing the value of the variable
+ @code{mode-line-in-non-selected-windows}.  If its value is
+ address@hidden, non-selected windows are displayed in the
+ @code{mode-line-inactive} face.  If the value is @code{t}, the
+ selected window is displayed in the @code{mode-line} face even when
+ you type at the minibuffer prompt.  If the value is @code{nil}, all
+ mode lines are displayed in the @code{mode-line} face, even when the
+ window is not selected.  The default is @code{t}.
  
  @node Text Display
  @section How Text Is Displayed



reply via email to

[Prev in Thread] Current Thread [Next in Thread]