diff options
| author | Michael Albinus | 2023-10-10 19:51:22 +0200 |
|---|---|---|
| committer | Michael Albinus | 2023-10-10 19:51:22 +0200 |
| commit | f7185ca29b5086b1b0f32e64b7a5ba0bc21152c8 (patch) | |
| tree | d49081a3d1523e43beb3deea51eeec3a9562f13a /java | |
| parent | 294567d171c9f1fbc961ea43c899269f46140570 (diff) | |
| download | emacs-f7185ca29b5086b1b0f32e64b7a5ba0bc21152c8.tar.gz emacs-f7185ca29b5086b1b0f32e64b7a5ba0bc21152c8.zip | |
File notifications report unmount events (bug#66381)
* doc/lispref/os.texi (File Notifications): Unmounting a watched
filesystem is reported now.
* etc/NEWS: File notifications report unmount events now.
Fix typos.
* lisp/filenotify.el (file-notify--callback-inotify)
(file-notify--add-watch-inotify): Handle `unmount'.
(file-notify--callback-kqueue, file-notify--add-watch-kqueue):
Handle `revoke'.
(file-notify--callback-gfilenotify): Handle `unmounted'.
(file-notify-callback): Handle `unmount' and `unmounted'.
(file-notify--add-watch-inotify):
* lisp/net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch):
Handle `unmounted'.
* lisp/net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
Handle `unmount' and `unmounted'.
* src/gfilenotify.c (dir_monitor_callback): Handle Qunmounted.
* src/inotify.c (symbol_to_inotifymask): Handle IN_IGNORED and
IN_UNMOUNT.
* src/kqueue.c (kqueue_callback, Fkqueue_add_watch):
Handle NOTE_REVOKE.
(Fkqueue_add_watch): Adapt docstring.
(syms_of_kqueue): Declare `revoke.
Diffstat (limited to 'java')
0 files changed, 0 insertions, 0 deletions