emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/man/emacs-xtra.texi
Date: Tue, 15 Jun 2004 21:39:07 -0400

Index: emacs/man/emacs-xtra.texi
diff -c emacs/man/emacs-xtra.texi:1.1 emacs/man/emacs-xtra.texi:1.2
*** emacs/man/emacs-xtra.texi:1.1       Tue Jun 15 20:55:24 2004
--- emacs/man/emacs-xtra.texi   Wed Jun 16 01:24:00 2004
***************
*** 110,115 ****
--- 110,121 ----
  all information in the buffer is up to date and does not necessarily
  make manual reverts useless.
  
+ At the other extreme, certain buffers automatically auto-revert every
+ @code{auto-revert-interval} seconds.  (This currently only applies to
+ the Buffer Menu.)  In this case, Auto Revert does not print any
+ messages while reverting, even when @code{auto-revert-verbose} is
+ address@hidden
+ 
  The details depend on the particular types of buffers and are
  explained in the corresponding sections.
  
***************
*** 212,221 ****
  @noindent
  in the buffer's mode function.
  
! The special return value @samp{fast} tells the caller that the need for
! reverting was not checked, but that reverting the buffer is fast.
! This information could be useful if the function is consulted for
! purposes other than auto-reverting.
  @end defvar
  
  Once the buffer has a @code{revert-buffer-function} and a
--- 218,231 ----
  @noindent
  in the buffer's mode function.
  
! The special return value @samp{fast} tells the caller that the need
! for reverting was not checked, but that reverting the buffer is fast.
! It also tells Auto Revert not to print any revert messages, even if
! @code{auto-revert-verbose} is address@hidden  This is important, as
! getting revert messages every @code{auto-revert-interval} seconds can
! be very annoying.  The information provided by this return value could
! also be useful if the function is consulted for purposes other than
! auto-reverting.
  @end defvar
  
  Once the buffer has a @code{revert-buffer-function} and a
***************
*** 240,245 ****
--- 250,257 ----
  if @code{auto-revert-verbose} is @code{t} and effectively override a
  @code{nil} value for @code{auto-revert-verbose}.  Hence, adapting a
  mode for auto-reverting often involves getting rid of such messages.
+ This is especially important for buffers that automatically
+ auto-revert every @code{auto-revert-interval} seconds.
  
  @ifinfo
  Finally, you should add a node to this chapter's menu.  This node




reply via email to

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