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: Wed, 16 Feb 2005 19:08:34 -0600 (CST)

I have now installed the following:

(defcustom auto-revert-stop-on-user-input t
  "When non-nil, user input temporarily interrupts Auto-Revert Mode.
With this setting, Auto-Revert Mode checks for user input after
handling each buffer and does not process any further buffers
\(until the next run of the timer) if user input is available.
When nil, Auto-Revert Mode checks files and reverts buffers,
with quitting disabled, without paying attention to user input.
Thus, Emacs might be non-responsive at times."
  :group 'auto-revert
  :type 'boolean)

Sincerely,

Luc.




reply via email to

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