emacs-devel
[Top][All Lists]
Advanced

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

Re: File watch support in autorevert.el


From: Eli Zaretskii
Subject: Re: File watch support in autorevert.el
Date: Thu, 17 Jan 2013 21:39:59 +0200

> From: Michael Albinus <address@hidden>
> Cc: address@hidden,  address@hidden
> Date: Thu, 17 Jan 2013 20:19:49 +0100
> 
> The point is that every file being watched should have a different watch
> descriptor. Otherwise, an *-rm-watch command for a given file would stop
> watching all files in the same directory.
> 
> Good to know that there's no problem with w32notify. For inotify, I need
> to implement such mechanism, likely.

Ah, I missed the fact that inotify_add_watch will return the same
handle when called with a file name that is already watched.  Now I
see what you mean.



reply via email to

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