mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-27 07:37:33 +00:00
Add file-notify.el and related changes in Tramp.
This commit is contained in:
parent
864c58ca5f
commit
f1c7dee92d
12
etc/NEWS
12
etc/NEWS
@ -411,6 +411,10 @@ when possible.
|
|||||||
*** Handlers for `file-acl' and `set-file-acl' for remote machines
|
*** Handlers for `file-acl' and `set-file-acl' for remote machines
|
||||||
which support POSIX ACLs.
|
which support POSIX ACLs.
|
||||||
|
|
||||||
|
+++
|
||||||
|
*** Handlers for `file-notify-add-watch' and `file-notify-rm-watch'
|
||||||
|
for remote machines which support filesystem notifications.
|
||||||
|
|
||||||
** VHDL mode
|
** VHDL mode
|
||||||
|
|
||||||
*** New options: `vhdl-actual-generic-name', `vhdl-beautify-options'.
|
*** New options: `vhdl-actual-generic-name', `vhdl-beautify-options'.
|
||||||
@ -424,9 +428,9 @@ are obsolete. Customize the `woman-* faces instead.
|
|||||||
|
|
||||||
** Eshell
|
** Eshell
|
||||||
|
|
||||||
*** Added Eshell-TRAMP module
|
*** Added Eshell-Tramp module
|
||||||
External su and sudo commands are now the default; the internal,
|
External su and sudo commands are now the default; the internal,
|
||||||
TRAMP-using variants can still be used by enabling the eshell-tramp
|
Tramp-using variants can still be used by enabling the eshell-tramp
|
||||||
module.
|
module.
|
||||||
|
|
||||||
** New term.el option `term-suppress-hard-newline'.
|
** New term.el option `term-suppress-hard-newline'.
|
||||||
@ -466,6 +470,10 @@ It is layered as:
|
|||||||
- advice-add/advice-remove to add/remove a piece of advice on a named function,
|
- advice-add/advice-remove to add/remove a piece of advice on a named function,
|
||||||
much like `defadvice' does.
|
much like `defadvice' does.
|
||||||
|
|
||||||
|
** The package file-notify.el provides an interface for file system
|
||||||
|
notifications. It requires, that Emacs is compiled with one of the
|
||||||
|
low-level libraries gfilenotify.c, inotify.c or w32notify.c.
|
||||||
|
|
||||||
|
|
||||||
* Incompatible Lisp Changes in Emacs 24.4
|
* Incompatible Lisp Changes in Emacs 24.4
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user