emacs-devel
[Top][All Lists]
Advanced

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

Re: Popup when buffer file is changed on disk


From: Luc Teirlinck
Subject: Re: Popup when buffer file is changed on disk
Date: Thu, 10 Feb 2005 18:33:13 -0600 (CST)

I will install the following doc patch to autorevert.el if there are
no objections.  The patch would be silly if the first line of the
docstring were clear enough without it.  But I believe that it is not.

===File ~/autorevert-diff-b=================================
*** autorevert.el       29 Dec 2004 21:08:55 -0600      1.42
--- autorevert.el       06 Feb 2005 10:48:08 -0600      
***************
*** 150,156 ****
                 (auto-revert-set-timer))))

  (defcustom auto-revert-stop-on-user-input t
!   "When non-nil Auto-Revert Mode stops checking files on user input."
    :group 'auto-revert
    :type 'boolean)

--- 150,160 ----
                 (auto-revert-set-timer))))

  (defcustom auto-revert-stop-on-user-input t
!   "When non-nil Auto-Revert Mode stops checking files on user input.
! This prevents Auto Revert from interfering with your normal Emacs usage.
! This option controls when files are auto-reverted, not which files
! are auto-reverted.  Modified files are never auto-reverted,
! regardless of the value of this option."
    :group 'auto-revert
    :type 'boolean)

============================================================




reply via email to

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