diff options
| author | Gerd Moellmann | 2001-07-03 15:41:14 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-07-03 15:41:14 +0000 |
| commit | 38472d441b183b03bd36d3f07fac44be614fc0ac (patch) | |
| tree | 6c638b091039804e4c5d88dd526b49763c6fdd5c /etc/PROBLEMS | |
| parent | eb700b824d8aca9806dc7601e28004b643cc4440 (diff) | |
| download | emacs-38472d441b183b03bd36d3f07fac44be614fc0ac.tar.gz emacs-38472d441b183b03bd36d3f07fac44be614fc0ac.zip | |
*** empty log message ***
Diffstat (limited to 'etc/PROBLEMS')
| -rw-r--r-- | etc/PROBLEMS | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 40220a0a916..5deb52a786b 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -1,16 +1,19 @@ | |||
| 1 | This file describes various problems that have been encountered | 1 | This file describes various problems that have been encountered |
| 2 | in compiling, installing and running GNU Emacs. | 2 | in compiling, installing and running GNU Emacs. |
| 3 | 3 | ||
| 4 | * Emacs hangs when changing the default font | 4 | * Emacs pauses for several seconds when changing the default font |
| 5 | 5 | ||
| 6 | This has been reported for fvwm 2.2.5 and the window manager of KDE | 6 | This has been reported for fvwm 2.2.5 and the window manager of KDE |
| 7 | 2.1. The reason for the hang is that Xt waits indefinitely for a | 7 | 2.1. The reason for the pause is Xt waiting for a ConfigureNotify |
| 8 | ConfigureNotify event from the window manager. A workaround is to add | 8 | event from the window manager, which the window manager doesn't send. |
| 9 | something like | 9 | Xt stops waiting after a default timeout of usually 5 seconds. |
| 10 | |||
| 11 | A workaround for this is to add something like | ||
| 10 | 12 | ||
| 11 | emacs.waitForWM: false | 13 | emacs.waitForWM: false |
| 12 | 14 | ||
| 13 | to your X resources. | 15 | to your X resources. or to add `(wait-for-wm . nil)' to a frame's |
| 16 | parameter list. | ||
| 14 | 17 | ||
| 15 | * Underlines appear at the wrong position. | 18 | * Underlines appear at the wrong position. |
| 16 | 19 | ||
| @@ -32,7 +35,7 @@ The solution is to make sure the preprocessor is run with the | |||
| 32 | automatically.) | 35 | automatically.) |
| 33 | 36 | ||
| 34 | Note that this problem does not pertain to the MS-Windows port of | 37 | Note that this problem does not pertain to the MS-Windows port of |
| 35 | Emacs, since it doesn't use the preprocessor to generate Makefile's. | 38 | Emacs, since it doesn't use the preprocessor to generate Makefiles. |
| 36 | 39 | ||
| 37 | * Building the MS-Windows port with Cygwin GCC can fail. | 40 | * Building the MS-Windows port with Cygwin GCC can fail. |
| 38 | 41 | ||