[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Support for filesystem watching (inotify)
From: |
Rüdiger Sonderfeld |
Subject: |
Re: [PATCH] Support for filesystem watching (inotify) |
Date: |
Wed, 26 Sep 2012 14:15:55 +0200 |
User-agent: |
KMail/4.8.5 (Linux/3.2.0-31-generic; KDE/4.8.5; x86_64; ; ) |
Hello,
sorry the Patch is not ready, yet. I haven't added the suggestions made by
Stefan Monnier: <address@hidden>
What is the time window for 24.3?
Regards,
Rüdiger
On Tuesday 18 September 2012 19:50:49 Leo wrote:
> On 2011-06-04 06:34 +0800, Rüdiger Sonderfeld wrote:
> > I wrote a patch to support watching for file system events. It currently
> > only works with inotify (Linux) but it could be extended to support
> > kqueue (*BSD, OS X) or Win32. But I wanted to get some feedback first.
> > Watching for filesystem events would be very useful for, e.g., dired or
> > magit's status view.
>
> (whole thread: http://thread.gmane.org/gmane.emacs.devel/140158)
>
> Is this patch ready for 24.3?
>
> Leo