emacs-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] Added basic file system watching support.


From: Eli Zaretskii
Subject: Re: [PATCH] Added basic file system watching support.
Date: Tue, 11 Dec 2012 10:12:36 +0200

> From: Michael Albinus <address@hidden>
> Date: Tue, 11 Dec 2012 08:54:54 +0100
> Cc: RĂ¼diger Sonderfeld <address@hidden>,
>       Leo <address@hidden>, address@hidden
> 
> For `inotify-rm-watch' that's not possible right now. It takes as
> argument WATCH-DESCRIPTOR, which is not a file name, and which does not
> contain a file name.
> 
> Could we extend the interface of `inotify-rm-watch' to add a file name?

Why do you need an extension?  This is Lisp: we could pass the file
name _as_ the descriptor.  Since the remote file handler will take
care of the call anyway, it will assign the correct meaning to the
descriptor.

Am I missing something?




reply via email to

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