aboutsummaryrefslogtreecommitdiffstats
path: root/etc/PROBLEMS
diff options
context:
space:
mode:
authorMichael Albinus2016-09-27 10:39:09 +0200
committerMichael Albinus2016-09-27 10:39:09 +0200
commit4f5c868f5b519610ec3e8b63e4f12656f3351161 (patch)
tree23496c37b6d880b32f3ce70b3cec93bdeaa9b0e3 /etc/PROBLEMS
parentf1451d4206ba27fb5ceaeb335f606cd26381bfd7 (diff)
downloademacs-4f5c868f5b519610ec3e8b63e4f12656f3351161.tar.gz
emacs-4f5c868f5b519610ec3e8b63e4f12656f3351161.zip
* etc/PROBLEMS: Remove problem Bug#22814, again.
Diffstat (limited to 'etc/PROBLEMS')
-rw-r--r--etc/PROBLEMS11
1 files changed, 0 insertions, 11 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index 2e1044f16ea..62d2bd1d26d 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -578,17 +578,6 @@ you have a personal configuration file (normally ~/.aspell.conf), it
578can cause this error. Remove that file, execute 'ispell-kill-ispell' 578can cause this error. Remove that file, execute 'ispell-kill-ispell'
579in Emacs, and then try spell-checking again. 579in Emacs, and then try spell-checking again.
580 580
581*** Emacs eats all file descriptors when using kqueue file notifications.
582See <http://debbugs.gnu.org/22814>.
583
584When you have a large number of buffers running auto-revert-mode, and
585Emacs is configured to use the kqueue file notification library, it
586uses an own file descriptor for every watched file. On systems with a
587small limit of file descriptors allowed per process, like OS X, you
588could run out of file descriptors. You won't be able to open new files.
589
590auto-revert-use-notify is set to nil in global-auto-revert-mode, therefore.
591
592*** TLS problems, e.g., Gnus hangs when fetching via imaps 581*** TLS problems, e.g., Gnus hangs when fetching via imaps
593http://debbugs.gnu.org/24247 582http://debbugs.gnu.org/24247
594 583