[Top][All Lists]
[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)
============================================================
- Re: find-file-hook as illustration of Custom problems, (continued)
- Re: find-file-hook as illustration of Custom problems, Lennart Borgman, 2005/02/05
- Popup when buffer file is changed on disk, moheb missaghi, 2005/02/05
- Re: Popup when buffer file is changed on disk, Eli Zaretskii, 2005/02/05
- Re: Popup when buffer file is changed on disk, Lennart Borgman, 2005/02/05
- Re: Popup when buffer file is changed on disk, Eli Zaretskii, 2005/02/06
- Re: Popup when buffer file is changed on disk, Lennart Borgman, 2005/02/06
- Re: Popup when buffer file is changed on disk, Eli Zaretskii, 2005/02/06
- Re: Popup when buffer file is changed on disk, Lennart Borgman, 2005/02/06
- Re: Popup when buffer file is changed on disk, Luc Teirlinck, 2005/02/06
- Re: Popup when buffer file is changed on disk, Lennart Borgman, 2005/02/06
- Re: Popup when buffer file is changed on disk,
Luc Teirlinck <=
- Re: Popup when buffer file is changed on disk, Luc Teirlinck, 2005/02/10
- Re: Popup when buffer file is changed on disk, Eli Zaretskii, 2005/02/11
- Re: Popup when buffer file is changed on disk, David Kastrup, 2005/02/11
- Re: Popup when buffer file is changed on disk, Luc Teirlinck, 2005/02/11
- Re: Popup when buffer file is changed on disk, Eli Zaretskii, 2005/02/12
- Re: Popup when buffer file is changed on disk, Richard Stallman, 2005/02/12
- Re: Popup when buffer file is changed on disk, Luc Teirlinck, 2005/02/12
- Re: Popup when buffer file is changed on disk, Eli Zaretskii, 2005/02/12
- Re: Popup when buffer file is changed on disk, Luc Teirlinck, 2005/02/14
- Re: Popup when buffer file is changed on disk, Eli Zaretskii, 2005/02/15