diff options
| author | Richard M. Stallman | 2001-12-18 22:29:35 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-12-18 22:29:35 +0000 |
| commit | cbfe0252e48f2574524f58fcf733f23eaae08bff (patch) | |
| tree | ac331d0abd6712dcfb83376a7da7d42cd3963cab | |
| parent | fa04b275d20e389cd2be71dca347cb9e262205ac (diff) | |
| download | emacs-cbfe0252e48f2574524f58fcf733f23eaae08bff.tar.gz emacs-cbfe0252e48f2574524f58fcf733f23eaae08bff.zip | |
Update location of Windows Emacs FAQ.
Minor fixes.
| -rw-r--r-- | etc/PROBLEMS | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 603f163fbc0..41d9a4c3ba6 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -79,7 +79,7 @@ GNU/Linux systems on the PPC, you will have to manually uncomment the | |||
| 79 | following section near the end of the file src/m/macppc.h in the Emacs | 79 | following section near the end of the file src/m/macppc.h in the Emacs |
| 80 | distribution: | 80 | distribution: |
| 81 | 81 | ||
| 82 | #if 0 /* This breaks things on PPC GNU/Linux ecept for Yellowdog, | 82 | #if 0 /* This breaks things on PPC GNU/Linux except for Yellowdog, |
| 83 | even with identical GCC, as, ld. Let's take it out until we | 83 | even with identical GCC, as, ld. Let's take it out until we |
| 84 | know what's really going on here. */ | 84 | know what's really going on here. */ |
| 85 | /* GCC 2.95 and newer on GNU/Linux PPC changed the load address to | 85 | /* GCC 2.95 and newer on GNU/Linux PPC changed the load address to |
| @@ -371,7 +371,7 @@ configuration alone. Presumably, the NFS server doesn't commit the | |||
| 371 | files' data to disk quickly enough, and the Emacs executable file is | 371 | files' data to disk quickly enough, and the Emacs executable file is |
| 372 | left ``busy'' for several seconds after Emacs has finished dumping | 372 | left ``busy'' for several seconds after Emacs has finished dumping |
| 373 | itself. This causes the subsequent commands which invoke the dumped | 373 | itself. This causes the subsequent commands which invoke the dumped |
| 374 | Emacs excutable to fail with the above message. | 374 | Emacs executable to fail with the above message. |
| 375 | 375 | ||
| 376 | In some of these cases, a time skew between the NFS server and the | 376 | In some of these cases, a time skew between the NFS server and the |
| 377 | machine where Emacs is built is detected and reported by GNU Make | 377 | machine where Emacs is built is detected and reported by GNU Make |
| @@ -447,7 +447,7 @@ any comment or string. This is of course not true in general, but the | |||
| 447 | vast majority of well-formatted program source files don't have such | 447 | vast majority of well-formatted program source files don't have such |
| 448 | parens, and therefore this assumption is used to allow optimizations | 448 | parens, and therefore this assumption is used to allow optimizations |
| 449 | in Font Lock's syntactical analysis. These optimizations avoid some | 449 | in Font Lock's syntactical analysis. These optimizations avoid some |
| 450 | patological cases where jit-lock, the Just-in-Time fontification | 450 | pathological cases where jit-lock, the Just-in-Time fontification |
| 451 | introduced with Emacs 21.1, could significantly slow down scrolling | 451 | introduced with Emacs 21.1, could significantly slow down scrolling |
| 452 | through the buffer, especially scrolling backwards, and also jumping | 452 | through the buffer, especially scrolling backwards, and also jumping |
| 453 | to the end of a very large buffer. | 453 | to the end of a very large buffer. |
| @@ -464,7 +464,7 @@ in a Lisp string you could precede the paren with a backslash. | |||
| 464 | * When running on KDE, colors or fonts are not as specified for Emacs, | 464 | * When running on KDE, colors or fonts are not as specified for Emacs, |
| 465 | or messed up. | 465 | or messed up. |
| 466 | 466 | ||
| 467 | For examlpe, you could see background you set for Emacs only in the | 467 | For example, you could see background you set for Emacs only in the |
| 468 | empty portions of the Emacs display, while characters have some other | 468 | empty portions of the Emacs display, while characters have some other |
| 469 | background. | 469 | background. |
| 470 | 470 | ||
| @@ -911,7 +911,7 @@ or disable it entirely. | |||
| 911 | This is a limitation of the Operating System, and can cause problems | 911 | This is a limitation of the Operating System, and can cause problems |
| 912 | when shutting down Windows. Ensure that all subprocesses are exited | 912 | when shutting down Windows. Ensure that all subprocesses are exited |
| 913 | cleanly before exiting Emacs. For more details, see the FAQ at | 913 | cleanly before exiting Emacs. For more details, see the FAQ at |
| 914 | ftp://ftp.gnu.org/gnu/windows/emacs/doc/index.html | 914 | http://www.gnu.org/software/emacs/windows/. |
| 915 | 915 | ||
| 916 | * Mail sent through Microsoft Exchange in some encodings appears to be | 916 | * Mail sent through Microsoft Exchange in some encodings appears to be |
| 917 | mangled and is not seen correctly in Rmail or Gnus. We don't know | 917 | mangled and is not seen correctly in Rmail or Gnus. We don't know |