diff options
| author | Michael Albinus | 2016-09-27 10:39:09 +0200 |
|---|---|---|
| committer | Michael Albinus | 2016-09-27 10:39:09 +0200 |
| commit | 4f5c868f5b519610ec3e8b63e4f12656f3351161 (patch) | |
| tree | 23496c37b6d880b32f3ce70b3cec93bdeaa9b0e3 /etc/PROBLEMS | |
| parent | f1451d4206ba27fb5ceaeb335f606cd26381bfd7 (diff) | |
| download | emacs-4f5c868f5b519610ec3e8b63e4f12656f3351161.tar.gz emacs-4f5c868f5b519610ec3e8b63e4f12656f3351161.zip | |
* etc/PROBLEMS: Remove problem Bug#22814, again.
Diffstat (limited to 'etc/PROBLEMS')
| -rw-r--r-- | etc/PROBLEMS | 11 |
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 | |||
| 578 | can cause this error. Remove that file, execute 'ispell-kill-ispell' | 578 | can cause this error. Remove that file, execute 'ispell-kill-ispell' |
| 579 | in Emacs, and then try spell-checking again. | 579 | in Emacs, and then try spell-checking again. |
| 580 | 580 | ||
| 581 | *** Emacs eats all file descriptors when using kqueue file notifications. | ||
| 582 | See <http://debbugs.gnu.org/22814>. | ||
| 583 | |||
| 584 | When you have a large number of buffers running auto-revert-mode, and | ||
| 585 | Emacs is configured to use the kqueue file notification library, it | ||
| 586 | uses an own file descriptor for every watched file. On systems with a | ||
| 587 | small limit of file descriptors allowed per process, like OS X, you | ||
| 588 | could run out of file descriptors. You won't be able to open new files. | ||
| 589 | |||
| 590 | auto-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 |
| 593 | http://debbugs.gnu.org/24247 | 582 | http://debbugs.gnu.org/24247 |
| 594 | 583 | ||