File: filenotify.el.html

This package is an abstraction layer from the different low-level file notification packages inotify, kqueue, gfilenotify and w32notify.

Defined variables (4)

file-notify--libraryNon-nil when Emacs has been compiled with file notification support.
file-notify--pending-renameA pending rename event awaiting the destination file name.
file-notify-debugUse for debug messages.
file-notify-descriptorsHash table for registered file notification descriptors.

Defined functions (52)

copy-file-notify(ARG)
copy-file-notify--rename(ARG)
copy-file-notify--watch(ARG)
file-notify--add-watch-gfilenotify(FILE DIR FLAGS)
file-notify--add-watch-inotify(FILE DIR FLAGS)
file-notify--add-watch-kqueue(FILE DIR FLAGS)
file-notify--add-watch-w32notify(FILE DIR FLAGS)
file-notify--call-handler(WATCH DESC ACTION FILE FILE1)
file-notify--callback(CL-X)
file-notify--callback--cmacro(CL-WHOLE-ARG CL-X)
file-notify--callback-gfilenotify((DESC ACTIONS FILE &optional FILE1-OR-COOKIE))
file-notify--callback-inotify((DESC ACTIONS FILE &optional FILE1-OR-COOKIE))
file-notify--callback-kqueue((DESC ACTIONS FILE &optional FILE1-OR-COOKIE))
file-notify--callback-w32notify((DESC ACTIONS FILE &optional FILE1-OR-COOKIE))
file-notify--event(CL-X)
file-notify--event--cmacro(CL-WHOLE-ARG CL-X)
file-notify--expand-file-name(WATCH FILE)
file-notify--handle-event(DESC ACTIONS FILE FILE1-OR-COOKIE)
file-notify--rename-cookie(CL-X)
file-notify--rename-cookie--cmacro(CL-WHOLE-ARG CL-X)
file-notify--rename-desc(CL-X)
file-notify--rename-desc--cmacro(CL-WHOLE-ARG CL-X)
file-notify--rename-from-file(CL-X)
file-notify--rename-from-file--cmacro(CL-WHOLE-ARG CL-X)
file-notify--rename-make(WATCH DESC FROM-FILE COOKIE)
file-notify--rename-make--cmacro(CL-WHOLE-ARG WATCH DESC FROM-FILE COOKIE)
file-notify--rename-p(CL-X)
file-notify--rename-p--cmacro(CL-WHOLE-ARG CL-X)
file-notify--rename-watch(CL-X)
file-notify--rename-watch--cmacro(CL-WHOLE-ARG CL-X)
file-notify--rm-descriptor(DESCRIPTOR)
file-notify--watch-absolute-filename(WATCH)
file-notify--watch-callback(CL-X)
file-notify--watch-callback--cmacro(CL-WHOLE-ARG CL-X)
file-notify--watch-directory(CL-X)
file-notify--watch-directory--cmacro(CL-WHOLE-ARG CL-X)
file-notify--watch-filename(CL-X)
file-notify--watch-filename--cmacro(CL-WHOLE-ARG CL-X)
file-notify--watch-make(DIRECTORY FILENAME CALLBACK)
file-notify--watch-make--cmacro(CL-WHOLE-ARG DIRECTORY FILENAME CALLBACK)
file-notify--watch-p(CL-X)
file-notify--watch-p--cmacro(CL-WHOLE-ARG CL-X)
file-notify-add-watch(FILE FLAGS CALLBACK)
file-notify-callback((DESC ACTIONS FILE &optional FILE1-OR-COOKIE))
file-notify-handle-event(OBJECT)
file-notify-p(CL-X)
file-notify-p--cmacro(CL-WHOLE-ARG CL-X)
file-notify-rm-all-watches()
file-notify-rm-watch(DESCRIPTOR)
file-notify-valid-p(DESCRIPTOR)
make-file-notify
make-file-notify--cmacro

Defined faces (0)