GNU bug report logs -
#26126
26.0.50; file-notify-rm-watch removes arbitrary watches
Previous Next
Reported by: Andreas Politz <politza <at> hochschule-trier.de>
Date: Thu, 16 Mar 2017 14:16:02 UTC
Severity: normal
Tags: fixed
Found in version 26.0.50
Fixed in version 26.1
Done: Michael Albinus <michael.albinus <at> gmx.de>
Bug is archived. No further changes may be made.
Full log
Message #119 received at 26126 <at> debbugs.gnu.org (full text, mbox):
> From: Michael Albinus <michael.albinus <at> gmx.de>
> Cc: politza <at> hochschule-trier.de, 26126 <at> debbugs.gnu.org
> Date: Thu, 23 Mar 2017 08:36:39 +0100
>
> > IMO, Lisp programs should always go through filenotify.el, never via
> > backend-specific APIs.
>
> Then we shall emphasize this in the manual. Like this?
>
> --8<---------------cut here---------------start------------->8---
> diff --git a/doc/lispref/os.texi b/doc/lispref/os.texi
> index 9b6752c..09f7c18 100644
> --- a/doc/lispref/os.texi
> +++ b/doc/lispref/os.texi
> @@ -2707,7 +2707,8 @@ File Notifications
>
> Since all these libraries emit different events on notified file
> changes, there is the Emacs library @code{filenotify} which provides a
> -unique interface.
> +unified interface. It is highly recommended to use this library
> +instead of the native ones.
I'd say that even more definitively:
Lisp programs that want to receive file notifications should always
use this library in preference to the native ones.
This bug report was last modified 8 years and 54 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.