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(file-notify--callback X)
file-notify--callback--inliner(INLINE--FORM 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(file-notify--event X)
file-notify--event--inliner(INLINE--FORM X)
file-notify--expand-file-name(WATCH FILE)
file-notify--handle-event(DESC ACTIONS FILE FILE1-OR-COOKIE)
file-notify--rename-cookie(file-notify--rename-cookie X)
file-notify--rename-cookie--inliner(INLINE--FORM X)
file-notify--rename-desc(file-notify--rename-desc X)
file-notify--rename-desc--inliner(INLINE--FORM X)
file-notify--rename-from-file(file-notify--rename-from-file X)
file-notify--rename-from-file--inliner(INLINE--FORM 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(X)
file-notify--rename-p--inliner(INLINE--FORM X)
file-notify--rename-watch(file-notify--rename-watch X)
file-notify--rename-watch--inliner(INLINE--FORM X)
file-notify--rm-descriptor(DESCRIPTOR)
file-notify--watch-absolute-filename(WATCH)
file-notify--watch-callback(file-notify--watch-callback X)
file-notify--watch-callback--inliner(INLINE--FORM X)
file-notify--watch-directory(file-notify--watch-directory X)
file-notify--watch-directory--inliner(INLINE--FORM X)
file-notify--watch-filename(file-notify--watch-filename X)
file-notify--watch-filename--inliner(INLINE--FORM X)
file-notify--watch-make(DIRECTORY FILENAME CALLBACK)
file-notify--watch-make--cmacro(CL-WHOLE-ARG DIRECTORY FILENAME CALLBACK)
file-notify--watch-p(X)
file-notify--watch-p--inliner(INLINE--FORM 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(X)
file-notify-p--inliner(INLINE--FORM 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)