summaryrefslogtreecommitdiff
path: root/etc/PROBLEMS
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2016-02-28 10:54:45 +0100
committerMichael Albinus <michael.albinus@gmx.de>2016-02-28 10:54:45 +0100
commit5a44bfea9d4a6e6fbc8c74aa7e8691b47397927a (patch)
tree3b093609b1cfff5178f632d9c54ff96d0dcd5021 /etc/PROBLEMS
parent0d60bfc431e1abe2f5b1c5e47acd0922f8708476 (diff)
downloademacs-5a44bfea9d4a6e6fbc8c74aa7e8691b47397927a.tar.gz
Set auto-revert-use-notify to nil in global-auto-revert-mode. (Bug#22814)
* etc/NEWS: * etc/PROBLEMS: Mention this. * lisp/autorevert.el (global-auto-revert-mode): Set `auto-revert-use-notify' to nil. (Bug#22814)
Diffstat (limited to 'etc/PROBLEMS')
-rw-r--r--etc/PROBLEMS3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index 0491935b10c..d5313677113 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -601,6 +601,7 @@ can cause this error. Remove that file, execute 'ispell-kill-ispell'
in Emacs, and then try spell-checking again.
*** Emacs eats all file descriptors when using kqueue file notifications.
+See <http://debbugs.gnu.org/22814>.
When you have a large number of buffers running auto-revert-mode, and
Emacs is configured to use the kqueue file notification library, it
@@ -608,7 +609,7 @@ uses an own file descriptor for every watched file. On systems with a
small limit of file descriptors allowed per process, like OS X, you
could run out of file descriptors. You won't be able to open new files.
-Set auto-revert-use-notify to nil in order to avoid this problem.
+auto-revert-use-notify is set to nil in global-auto-revert-mode, therefore.
* Runtime problems related to font handling