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: Sun, 6 Feb 2005 11:04:45 -0600 (CST)

I believe that the following is better than my original patch.  Only
the second line of the docstring has changed.  The thing that can go
wrong if the option is nil is less often that you get "interrupted".
than that Emacs fails to respond (whether to typing or to other commands).

===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]