]> code.delx.au - gnu-emacs/blobdiff - etc/PROBLEMS
Set auto-revert-use-notify to nil in global-auto-revert-mode. (Bug#22814)
[gnu-emacs] / etc / PROBLEMS
index 0491935b10c15eb68e8fa7c49035b040869f7fe8..d5313677113fa5845ee3b518c056c29b9a577a20 100644 (file)
@@ -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