]> git.eshelyaron.com Git - emacs.git/commit
Fix Bug#22814
authorMichael Albinus <michael.albinus@gmx.de>
Fri, 4 Mar 2016 14:01:36 +0000 (14:01 +0000)
committerMichael Albinus <michael.albinus@gmx.de>
Fri, 4 Mar 2016 14:01:36 +0000 (14:01 +0000)
commit484967796755051c4045cdcc26b0d3d129cc72ad
treec2fc0747c640beb5f6056494728e775bf9c20883
parentca4e30058eba0531f38fff75f14734acffab84ea
Fix Bug#22814

* lisp/autorevert.el (global-auto-revert-mode): Do not set
`auto-revert-use-notify' to nil.

* etc/NEWS: Mention this.

* etc/PROBLEMS: Remove problem Bug#22814.

* src/kqueue.c: Include <sys/resource.h>.
(Fkqueue_add_watch): Limit the number of used file descriptors.
(Bug#22814)

* test/lisp/filenotify-tests.el (file-notify--test-remote-enabled)
(file-notify-test00-availability, file-notify-test01-add-watch)
(file-notify-test02-events, file-notify-test06-many-events):
Use #' read syntax for functions.
(file-notify-test05-dir-validity)
(file-notify-test06-many-events): Simplify directory creation.
(file-notify-test09-sufficient-ressources): New test.
etc/NEWS
etc/PROBLEMS
lisp/autorevert.el
src/kqueue.c
test/lisp/filenotify-tests.el