aboutsummaryrefslogtreecommitdiffstats
path: root/etc/PROBLEMS
diff options
context:
space:
mode:
authorPaul Eggert2016-09-26 13:32:28 -0700
committerPaul Eggert2016-09-26 13:32:28 -0700
commitdcd90f60eb8952d119d97efcef9564ec96def054 (patch)
tree2d3a5bbac64d7fbd94f3af0774218911a522e61f /etc/PROBLEMS
parentc44ecb77ab33f0a0559c3e5da42fb486d6b014dd (diff)
parent0ffc9cef49b0fceb3c5e904837ea5675fe4306ac (diff)
downloademacs-dcd90f60eb8952d119d97efcef9564ec96def054.tar.gz
emacs-dcd90f60eb8952d119d97efcef9564ec96def054.zip
Merge from origin/emacs-25
0ffc9ce Update admin/authors.el 0ad7410 Update Antinews in ELisp manual ea0f750 Fix comments on window height macros 0bbdeed Fix 'url-http-create-request' when cookies are used 0045998 Fix cross reference in frames.texi 1392894 ; * etc/DEBUG: Minor copyedits. 304a5c8 ; * etc/DEBUG: Improve documentation of getting control to GDB. 56bf7d7 Fix regexp-opt documentation (bug #17862) 803ad6f ; Fix documentation of seq-subseq ed4530d * lisp/emacs-lisp/gv.el (gv-ref): Fix example of PLACE in doc... 88ea396 ; Spelling fixes 17197d0 Fix tags-query-replace docstring 80a7f8b Clarify documentation of precision in format specs 88a5052 Improve and clarify documentation of subprocesses 89eb09f * etc/PROBLEMS: Mention gnutls-cli 3.5.3 (Bug#24247). # Conflicts: # etc/PROBLEMS # src/process.c
Diffstat (limited to 'etc/PROBLEMS')
-rw-r--r--etc/PROBLEMS19
1 files changed, 19 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index 11532832c38..2e1044f16ea 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -578,6 +578,25 @@ 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
593http://debbugs.gnu.org/24247
594
595gnutls-cli 3.5.3 (2016-08-09) does not generate a "- Handshake was
596completed" message that tls.el relies upon, causing affected Emacs
597functions to hang. To work around the problem, use older or newer
598versions of gnutls-cli, or use Emacs's built-in gnutls support.
599
581* Runtime problems related to font handling 600* Runtime problems related to font handling
582 601
583** Characters are displayed as empty boxes or with wrong font under X. 602** Characters are displayed as empty boxes or with wrong font under X.