emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lispref/modes.texi


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/modes.texi
Date: Mon, 24 Dec 2001 11:28:22 -0500

Index: emacs/lispref/modes.texi
diff -c emacs/lispref/modes.texi:1.43 emacs/lispref/modes.texi:1.44
*** emacs/lispref/modes.texi:1.43       Tue Dec 11 01:10:32 2001
--- emacs/lispref/modes.texi    Mon Dec 24 11:28:22 2001
***************
*** 1058,1075 ****
  window is scrolled.  @code{header-line-format} is used likewise for
  header lines.
  
!   The mode line and header line of a window are normally updated
! whenever a different buffer is shown in the window, or when the buffer's
! modified-status changes from @code{nil} to @code{t} or vice-versa.  If
! you modify any of the variables referenced by @code{mode-line-format}
! (@pxref{Mode Line Variables}), or any other variables and data
! structures that affect how text is displayed (@pxref{Display}), you may
! want to force an update of the mode line so as to display the new
! information or display it in the new way.
  
  @c Emacs 19 feature
  @defun force-mode-line-update
  Force redisplay of the current buffer's mode line and header line.
  @end defun
  
    The mode line is usually displayed in inverse video; see
--- 1058,1082 ----
  window is scrolled.  @code{header-line-format} is used likewise for
  header lines.
  
!   For efficiency, Emacs does not recompute the mode line and header
! line of a window in every redisplay.  It does so when circumstances
! appear to call for it---for instance, if you change the window
! configuration, switch buffers, narrow or widen the buffer, scroll, or
! change the buffer's modification status.  If you modify any of the
! variables referenced by @code{mode-line-format} (@pxref{Mode Line
! Variables}), or any other variables and data structures that affect
! how text is displayed (@pxref{Display}), you may want to force an
! update of the mode line so as to display the new information or
! display it in the new way.
  
  @c Emacs 19 feature
  @defun force-mode-line-update
  Force redisplay of the current buffer's mode line and header line.
+ The next redisplay will update the mode line and header line based on
+ the latest values of all relevant variables.
+ 
+ This function also forces recomputation of the menu bar menus
+ and the frame title.
  @end defun
  
    The mode line is usually displayed in inverse video; see



reply via email to

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