emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/autorevert.el [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/autorevert.el [lexbind]
Date: Tue, 06 Jul 2004 06:25:20 -0400

Index: emacs/lisp/autorevert.el
diff -c emacs/lisp/autorevert.el:1.15.2.7 emacs/lisp/autorevert.el:1.15.2.8
*** emacs/lisp/autorevert.el:1.15.2.7   Tue Jul  6 09:38:05 2004
--- emacs/lisp/autorevert.el    Tue Jul  6 10:17:15 2004
***************
*** 174,193 ****
    :type 'hook)
  
  (defcustom global-auto-revert-non-file-buffers nil
!   "When nil only file buffers are reverted by Global Auto-Revert Mode.
  
  When non-nil, both file buffers and buffers with a custom
  `revert-buffer-function' and a `buffer-stale-function' are
! reverted by Global Auto-Revert Mode.
  
! Use this option with care since it could lead to excessive reverts.
! Note also that for some non-file buffers the check whether the
! buffer needs updating may be imperfect, due to efficiency
! considerations, and may not take all information listed in the
! buffer into account.  Hence, a non-nil value for this option does
! not necessarily make manual updates useless for non-file buffers."
    :group 'auto-revert
!   :type 'boolean)
  
  (defcustom global-auto-revert-ignore-modes '()
    "List of major modes Global Auto-Revert Mode should not check."
--- 174,194 ----
    :type 'hook)
  
  (defcustom global-auto-revert-non-file-buffers nil
!   "When nil, Global Auto-Revert mode operates only on file-visiting buffers.
  
  When non-nil, both file buffers and buffers with a custom
  `revert-buffer-function' and a `buffer-stale-function' are
! reverted by Global Auto-Revert mode.  These include the Buffer
! List buffer, and Dired buffers showing complete local
! directories.  Dired buffers do not auto-revert as a result of
! changes in subdirectories or in the contents, size, modes, etc.,
! of files.  You may still sometimes want to revert them manually.
  
! Use this option with care since it could lead to excessive auto-reverts.
! For more information, see Info node `(emacs-xtra)Autorevert'."
    :group 'auto-revert
!   :type 'boolean
!   :link '(info-link "(emacs-xtra)Autorevert"))
  
  (defcustom global-auto-revert-ignore-modes '()
    "List of major modes Global Auto-Revert Mode should not check."




reply via email to

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