emacs-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] Added inotify support.


From: Nix
Subject: Re: [PATCH] Added inotify support.
Date: Fri, 05 Oct 2012 17:55:34 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux)

On 3 Oct 2012, Stefan Monnier spake thusly:

>>> Btw, what are Emacs use cases for using this kind of feature?
>> Apart from those mentioned on the original message (dired or magit's (or
>> vc-dir) status view) I'll like to mention auto-revert-mode.
>
> Yes, for my own use auto-revert-mode is the main one.

Of course you can't rely on inotify rather than polling, because inotify
simply silently omits all changes that come from other hosts when an fs
is mounted or exported over the network. inotify and friends are only
spying on local VFS traffic, which in my experience makes them less than
useful for most applications.

-- 
NULL && (void)



reply via email to

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