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

Diff of /emacs/lispref/display.texi

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

revision 1.173 by teirllm, Sun Jul 3 20:22:56 2005 UTC revision 1.174 by rms, Fri Jul 8 01:08:09 2005 UTC
# Line 1  Line 1 
1  @c -*-texinfo-*-  \@c -*-texinfo-*-
2  @c This is part of the GNU Emacs Lisp Reference Manual.  @c This is part of the GNU Emacs Lisp Reference Manual.
3  @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2000, 2001,  @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2000, 2001,
4  @c   2002, 2005  Free Software Foundation, Inc.  @c   2002, 2005  Free Software Foundation, Inc.
# Line 1387  modified, and the length of the pre-chan Line 1387  modified, and the length of the pre-chan
1387  length is the number of characters deleted, and the post-change  length is the number of characters deleted, and the post-change
1388  beginning and end are equal.)  beginning and end are equal.)
1389    
1390    If these functions modify the buffer, they should bind
1391    @code{inhibit-modification-hooks} to @code{t} around doing so, to
1392    avoid confusing the internal mechanism that calls these hooks.
1393    
1394  @item insert-in-front-hooks  @item insert-in-front-hooks
1395  @kindex insert-in-front-hooks @r{(overlay property)}  @kindex insert-in-front-hooks @r{(overlay property)}
1396  This property's value is a list of functions to be called before and  This property's value is a list of functions to be called before and
# Line 1716  This face is used for ordinary text. Line 1720  This face is used for ordinary text.
1720  @item mode-line  @item mode-line
1721  @kindex mode-line @r{(face name)}  @kindex mode-line @r{(face name)}
1722  This face is used for the mode line of the selected window, and for  This face is used for the mode line of the selected window, and for
1723  menu bars when toolkit menus are not used---but only if  menu bars when toolkit menus are not used.
 @code{mode-line-inverse-video} is non-@code{nil}.  
1724    
1725  @item modeline  @item modeline
1726  @kindex modeline @r{(face name)}  @kindex modeline @r{(face name)}
# Line 4598  on the screen.  Non-@code{nil} means yes Line 4601  on the screen.  Non-@code{nil} means yes
4601  default is @code{nil}.  default is @code{nil}.
4602  @end defopt  @end defopt
4603    
 @defopt mode-line-inverse-video  
 This variable controls the use of inverse video for mode lines and  
 menu bars.  If it is non-@code{nil}, then these lines are displayed in  
 the face @code{mode-line}.  Otherwise, these lines are displayed  
 normally, just like other text.  The default is @code{t}.  
 @end defopt  
   
4604  @node Usual Display  @node Usual Display
4605  @section Usual Display Conventions  @section Usual Display Conventions
4606    

Legend:
Removed from v.1.173  
changed lines
  Added in v.1.174

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