[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lispref/display.texi
From: |
Richard M . Stallman |
Subject: |
[Emacs-diffs] Changes to emacs/lispref/display.texi |
Date: |
Thu, 07 Jul 2005 21:08:09 -0400 |
Index: emacs/lispref/display.texi
diff -c emacs/lispref/display.texi:1.173 emacs/lispref/display.texi:1.174
*** emacs/lispref/display.texi:1.173 Sun Jul 3 20:22:56 2005
--- emacs/lispref/display.texi Fri Jul 8 01:08:09 2005
***************
*** 1,4 ****
! @c -*-texinfo-*-
@c This is part of the GNU Emacs Lisp Reference Manual.
@c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2000, 2001,
@c 2002, 2005 Free Software Foundation, Inc.
--- 1,4 ----
! address@hidden -*-texinfo-*-
@c This is part of the GNU Emacs Lisp Reference Manual.
@c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2000, 2001,
@c 2002, 2005 Free Software Foundation, Inc.
***************
*** 1387,1392 ****
--- 1387,1396 ----
length is the number of characters deleted, and the post-change
beginning and end are equal.)
+ If these functions modify the buffer, they should bind
+ @code{inhibit-modification-hooks} to @code{t} around doing so, to
+ avoid confusing the internal mechanism that calls these hooks.
+
@item insert-in-front-hooks
@kindex insert-in-front-hooks @r{(overlay property)}
This property's value is a list of functions to be called before and
***************
*** 1716,1723 ****
@item mode-line
@kindex mode-line @r{(face name)}
This face is used for the mode line of the selected window, and for
! menu bars when toolkit menus are not used---but only if
! @code{mode-line-inverse-video} is address@hidden
@item modeline
@kindex modeline @r{(face name)}
--- 1720,1726 ----
@item mode-line
@kindex mode-line @r{(face name)}
This face is used for the mode line of the selected window, and for
! menu bars when toolkit menus are not used.
@item modeline
@kindex modeline @r{(face name)}
***************
*** 4598,4610 ****
default is @code{nil}.
@end defopt
- @defopt mode-line-inverse-video
- This variable controls the use of inverse video for mode lines and
- menu bars. If it is address@hidden, 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
-
@node Usual Display
@section Usual Display Conventions
--- 4601,4606 ----