unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* autoreverting remote files
@ 2009-07-25 11:06 Michael Albinus
  2009-07-25 11:51 ` Deniz Dogan
  2009-07-26 14:06 ` Stefan Monnier
  0 siblings, 2 replies; 11+ messages in thread
From: Michael Albinus @ 2009-07-25 11:06 UTC (permalink / raw)
  To: emacs-devel

Hi,

in autorevert.el, remote files are excluded from operation. There are
good reasons for this; mainly due to slow access.

However, there are use cases where it might be acceptable to handle
remote files, too. For example, watching a log file via
`auto-revert-tail-mode', which can be accessed as root only.

Therefore, I propose a new option `auto-revert-remote-interval'. This
shall have the same meaning as `auto-revert-interval' for local
files. The default value is nil, which means that remote files are not
reverted. And the users shall be guided, that a good value shall be
bigger than the default 5 seconds of `auto-revert-interval'.

Additionally, one would need the new defun `auto-revert-set-remote-timer'.

Opinions?

Best regards, Michael.




^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2009-08-03  3:39 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-25 11:06 autoreverting remote files Michael Albinus
2009-07-25 11:51 ` Deniz Dogan
2009-07-26  9:14   ` Michael Albinus
2009-07-26 14:05     ` Stefan Monnier
2009-07-26 14:15       ` Michael Albinus
2009-07-26 14:06 ` Stefan Monnier
2009-07-26 14:09   ` Michael Albinus
2009-07-26 18:23     ` Stefan Monnier
2009-07-27  2:56       ` Michael Albinus
2009-07-27 17:41         ` Stefan Monnier
2009-08-03  3:39           ` Michael Albinus

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).