diff options
| author | Glenn Morris | 2002-08-17 00:08:54 +0000 |
|---|---|---|
| committer | Glenn Morris | 2002-08-17 00:08:54 +0000 |
| commit | 7838ea1bf36e0662369171b635d5bc13dbd222fe (patch) | |
| tree | 867741e3a07dd7bd0fc48287998ef2c542cb1ee1 | |
| parent | 28665d46c3222733ba0e024f21d39be2d88087d4 (diff) | |
| download | emacs-7838ea1bf36e0662369171b635d5bc13dbd222fe.tar.gz emacs-7838ea1bf36e0662369171b635d5bc13dbd222fe.zip | |
*** empty log message ***
| -rw-r--r-- | etc/PROBLEMS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 64433b73d9e..a278091dac8 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -1282,6 +1282,11 @@ Ispell. (Ispell can only spell-check one language at a time, because | |||
| 1282 | it uses a single dictionary.) Make sure that the text you are | 1282 | it uses a single dictionary.) Make sure that the text you are |
| 1283 | spelling and the dictionary used by Ispell conform to each other. | 1283 | spelling and the dictionary used by Ispell conform to each other. |
| 1284 | 1284 | ||
| 1285 | If your spell-checking program is Aspell, it has been reported that if | ||
| 1286 | you have a personal configuration file (normally ~/.aspell.conf), it | ||
| 1287 | can cause this error. Remove that file, execute `ispell-kill-ispell' | ||
| 1288 | in Emacs, and then try spell-checking again. | ||
| 1289 | |||
| 1285 | * On Linux-based GNU systems using libc versions 5.4.19 through | 1290 | * On Linux-based GNU systems using libc versions 5.4.19 through |
| 1286 | 5.4.22, Emacs crashes at startup with a segmentation fault. | 1291 | 5.4.22, Emacs crashes at startup with a segmentation fault. |
| 1287 | 1292 | ||