aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2016-02-26 21:00:28 +0100
committerMichael Albinus2016-02-26 21:00:28 +0100
commitb5db8e0461c5f36a8834f8912368ec40ea12d351 (patch)
treec624e476367058d8d92da0c67845a6963ac20296
parentec10ef95cf2a5309ec7cb74f1383860a13daa546 (diff)
downloademacs-b5db8e0461c5f36a8834f8912368ec40ea12d351.tar.gz
emacs-b5db8e0461c5f36a8834f8912368ec40ea12d351.zip
etc/PROBLEMS: Mention problems with using file descriptors
* etc/PROBLEMS: Mention problems with using file descriptors of kqueue file notification library.
-rw-r--r--etc/PROBLEMS10
1 files changed, 10 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index 7d780371d46..0491935b10c 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -600,6 +600,16 @@ you have a personal configuration file (normally ~/.aspell.conf), it
600can cause this error. Remove that file, execute 'ispell-kill-ispell' 600can cause this error. Remove that file, execute 'ispell-kill-ispell'
601in Emacs, and then try spell-checking again. 601in Emacs, and then try spell-checking again.
602 602
603*** Emacs eats all file descriptors when using kqueue file notifications.
604
605When you have a large number of buffers running auto-revert-mode, and
606Emacs is configured to use the kqueue file notification library, it
607uses an own file descriptor for every watched file. On systems with a
608small limit of file descriptors allowed per process, like OS X, you
609could run out of file descriptors. You won't be able to open new files.
610
611Set auto-revert-use-notify to nil in order to avoid this problem.
612
603* Runtime problems related to font handling 613* Runtime problems related to font handling
604 614
605** Characters are displayed as empty boxes or with wrong font under X. 615** Characters are displayed as empty boxes or with wrong font under X.