diff options
| -rw-r--r-- | etc/PROBLEMS | 21 |
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 |
| 495 | libungif-4.1.0 are resolved by using version libungif-4.1.0b1. | 495 | libungif-4.1.0 are resolved by using version libungif-4.1.0b1. |
| 496 | 496 | ||
| 497 | Beginning with version 21.3, Emacs refuses to link against libungif | ||
| 498 | whose version is 4.1.0 or older (the `configure' script behaves as if | ||
| 499 | libungif 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 | ||
| 499 | By far the most frequent cause of this is a parenthesis `(' or a brace | 503 | By 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 | |||
| 553 | keyboard interrupt event sent by Emacs to Bash. (Older Cygwin ports | 557 | keyboard interrupt event sent by Emacs to Bash. (Older Cygwin ports |
| 554 | of Bash, up to b20.1, did receive SIGINT from Emacs.) | 558 | of Bash, up to b20.1, did receive SIGINT from Emacs.) |
| 555 | 559 | ||
| 560 | * Dired is very slow. | ||
| 561 | |||
| 562 | This could happen if invocation of the `df' program takes a long | ||
| 563 | time. 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 | |||
| 572 | To work around the problem, you could either (a) set the variable | ||
| 573 | `directory-free-space-program' to nil, and thus prevent Emacs from | ||
| 574 | invoking `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 | ||
| 558 | If the FTP client is the Cygwin port of GNU `ftp', this appears to be | 579 | If the FTP client is the Cygwin port of GNU `ftp', this appears to be |