Mercurial > emacs
comparison etc/PROBLEMS @ 42167:7d43b2a3529d
Update location of Windows Emacs FAQ.
Minor fixes.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 18 Dec 2001 22:29:35 +0000 |
parents | 79a843a71f03 |
children | b968543600c1 |
comparison
equal
deleted
inserted
replaced
42166:3f9afbe82974 | 42167:7d43b2a3529d |
---|---|
77 distinguish between the Yellow Dog and the other varieties of | 77 distinguish between the Yellow Dog and the other varieties of |
78 GNU/Linux systems on the PPC, you will have to manually uncomment the | 78 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 |
86 0x10000000. */ | 86 0x10000000. */ |
87 #if defined __linux__ | 87 #if defined __linux__ |
369 (SunOS 5.6) file server, but it might not be limited to that | 369 (SunOS 5.6) file server, but it might not be limited to that |
370 configuration alone. Presumably, the NFS server doesn't commit the | 370 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 |
378 (it says that some of the files have modification time in the future). | 378 (it says that some of the files have modification time in the future). |
379 This might be a symptom of NFS-related problems. | 379 This might be a symptom of NFS-related problems. |
445 `{' in column zero. Font Lock assumes that such a paren is outside of | 445 `{' in column zero. Font Lock assumes that such a paren is outside of |
446 any comment or string. This is of course not true in general, but the | 446 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. |
454 | 454 |
455 If you don't use large buffers, or have a very fast machine which | 455 If you don't use large buffers, or have a very fast machine which |
462 in a Lisp string you could precede the paren with a backslash. | 462 in a Lisp string you could precede the paren with a backslash. |
463 | 463 |
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 |
471 This happens because KDE's defaults apply its color and font | 471 This happens because KDE's defaults apply its color and font |
472 definitions even to applications that weren't compiled for KDE. The | 472 definitions even to applications that weren't compiled for KDE. The |
909 * On Windows 95/98/ME, subprocesses do not terminate properly. | 909 * On Windows 95/98/ME, subprocesses do not terminate properly. |
910 | 910 |
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 |
918 exactly what happens, but it isn't an Emacs problem in cases we've | 918 exactly what happens, but it isn't an Emacs problem in cases we've |
919 seen. | 919 seen. |