aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/PROBLEMS21
1 files changed, 21 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index 262df15b261..c2486dd1e90 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -494,6 +494,10 @@ src/s/hpux10.h.
494* Crashes when displaying GIF images in Emacs built with version 494* Crashes when displaying GIF images in Emacs built with version
495libungif-4.1.0 are resolved by using version libungif-4.1.0b1. 495libungif-4.1.0 are resolved by using version libungif-4.1.0b1.
496 496
497Beginning with version 21.3, Emacs refuses to link against libungif
498whose version is 4.1.0 or older (the `configure' script behaves as if
499libungif were not available at all).
500
497* Font Lock displays portions of the buffer in incorrect faces. 501* Font Lock displays portions of the buffer in incorrect faces.
498 502
499By far the most frequent cause of this is a parenthesis `(' or a brace 503By far the most frequent cause of this is a parenthesis `(' or a brace
@@ -553,6 +557,23 @@ port or in the Cygwin library which apparently make Bash ignore the
553keyboard interrupt event sent by Emacs to Bash. (Older Cygwin ports 557keyboard interrupt event sent by Emacs to Bash. (Older Cygwin ports
554of Bash, up to b20.1, did receive SIGINT from Emacs.) 558of Bash, up to b20.1, did receive SIGINT from Emacs.)
555 559
560* Dired is very slow.
561
562This could happen if invocation of the `df' program takes a long
563time. Possible reasons for this include:
564
565 - ClearCase mounted filesystems (VOBs) that sometimes make `df'
566 response time extremely slow (dozens of seconds);
567
568 - slow automounters on some old versions of Unix;
569
570 - slow operation of some versions of `df'.
571
572To work around the problem, you could either (a) set the variable
573`directory-free-space-program' to nil, and thus prevent Emacs from
574invoking `df'; (b) use `df' from the GNU Fileutils package; or
575(c) use CVS, which is Free Software, instead of ClearCase.
576
556* Accessing remote files with ange-ftp hangs the MS-Windows version of Emacs. 577* Accessing remote files with ange-ftp hangs the MS-Windows version of Emacs.
557 578
558If the FTP client is the Cygwin port of GNU `ftp', this appears to be 579If the FTP client is the Cygwin port of GNU `ftp', this appears to be