aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2001-12-18 22:29:35 +0000
committerRichard M. Stallman2001-12-18 22:29:35 +0000
commitcbfe0252e48f2574524f58fcf733f23eaae08bff (patch)
treeac331d0abd6712dcfb83376a7da7d42cd3963cab
parentfa04b275d20e389cd2be71dca347cb9e262205ac (diff)
downloademacs-cbfe0252e48f2574524f58fcf733f23eaae08bff.tar.gz
emacs-cbfe0252e48f2574524f58fcf733f23eaae08bff.zip
Update location of Windows Emacs FAQ.
Minor fixes.
-rw-r--r--etc/PROBLEMS10
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
79following section near the end of the file src/m/macppc.h in the Emacs 79following section near the end of the file src/m/macppc.h in the Emacs
80distribution: 80distribution:
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
371files' data to disk quickly enough, and the Emacs executable file is 371files' data to disk quickly enough, and the Emacs executable file is
372left ``busy'' for several seconds after Emacs has finished dumping 372left ``busy'' for several seconds after Emacs has finished dumping
373itself. This causes the subsequent commands which invoke the dumped 373itself. This causes the subsequent commands which invoke the dumped
374Emacs excutable to fail with the above message. 374Emacs executable to fail with the above message.
375 375
376In some of these cases, a time skew between the NFS server and the 376In some of these cases, a time skew between the NFS server and the
377machine where Emacs is built is detected and reported by GNU Make 377machine 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
447vast majority of well-formatted program source files don't have such 447vast majority of well-formatted program source files don't have such
448parens, and therefore this assumption is used to allow optimizations 448parens, and therefore this assumption is used to allow optimizations
449in Font Lock's syntactical analysis. These optimizations avoid some 449in Font Lock's syntactical analysis. These optimizations avoid some
450patological cases where jit-lock, the Just-in-Time fontification 450pathological cases where jit-lock, the Just-in-Time fontification
451introduced with Emacs 21.1, could significantly slow down scrolling 451introduced with Emacs 21.1, could significantly slow down scrolling
452through the buffer, especially scrolling backwards, and also jumping 452through the buffer, especially scrolling backwards, and also jumping
453to the end of a very large buffer. 453to 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,
465or messed up. 465or messed up.
466 466
467For examlpe, you could see background you set for Emacs only in the 467For example, you could see background you set for Emacs only in the
468empty portions of the Emacs display, while characters have some other 468empty portions of the Emacs display, while characters have some other
469background. 469background.
470 470
@@ -911,7 +911,7 @@ or disable it entirely.
911This is a limitation of the Operating System, and can cause problems 911This is a limitation of the Operating System, and can cause problems
912when shutting down Windows. Ensure that all subprocesses are exited 912when shutting down Windows. Ensure that all subprocesses are exited
913cleanly before exiting Emacs. For more details, see the FAQ at 913cleanly before exiting Emacs. For more details, see the FAQ at
914ftp://ftp.gnu.org/gnu/windows/emacs/doc/index.html 914http://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
917mangled and is not seen correctly in Rmail or Gnus. We don't know 917mangled and is not seen correctly in Rmail or Gnus. We don't know