diff options
| author | Gerd Moellmann | 2001-06-26 10:35:01 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-06-26 10:35:01 +0000 |
| commit | d9bad4870892ab97dc5350e68debb764f3426514 (patch) | |
| tree | 2c44fa46f01fe0cfea9b3064731d2a9e3be94652 /etc | |
| parent | 157521c55e8a8443894d386a86e39eed85aa982b (diff) | |
| download | emacs-d9bad4870892ab97dc5350e68debb764f3426514.tar.gz emacs-d9bad4870892ab97dc5350e68debb764f3426514.zip | |
*** empty log message ***
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/PROBLEMS | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index fd1ea15f0fd..40220a0a916 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -1,6 +1,17 @@ | |||
| 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 | ||
| 5 | |||
| 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 | ||
| 8 | ConfigureNotify event from the window manager. A workaround is to add | ||
| 9 | something like | ||
| 10 | |||
| 11 | emacs.waitForWM: false | ||
| 12 | |||
| 13 | to your X resources. | ||
| 14 | |||
| 4 | * Underlines appear at the wrong position. | 15 | * Underlines appear at the wrong position. |
| 5 | 16 | ||
| 6 | This is caused by fonts having a wrong UNDERLINE_POSITION property. | 17 | This is caused by fonts having a wrong UNDERLINE_POSITION property. |