diff options
| -rw-r--r-- | etc/PROBLEMS | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index d60b8b14c8e..d2c12e29e61 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -186,9 +186,14 @@ frame's parameter list, like this: | |||
| 186 | * Underlines appear at the wrong position. | 186 | * Underlines appear at the wrong position. |
| 187 | 187 | ||
| 188 | This is caused by fonts having a wrong UNDERLINE_POSITION property. | 188 | This is caused by fonts having a wrong UNDERLINE_POSITION property. |
| 189 | An example is the font 7x13 on XFree prior to version 4.1. To | 189 | Examples are the font 7x13 on XFree prior to version 4.1, or the jmk |
| 190 | circumvent this problem, set x-use-underline-position-properties to | 190 | neep font from the Debian xfonts-jmk package. To circumvent this |
| 191 | nil in your .emacs. | 191 | problem, set x-use-underline-position-properties to nil in your |
| 192 | `.emacs'. | ||
| 193 | |||
| 194 | To see what is the value of UNDERLINE_POSITION defined by the font, | ||
| 195 | type `xlsfonts -lll FONT' and look at the font's UNDERLINE_POSITION | ||
| 196 | property. | ||
| 192 | 197 | ||
| 193 | * When using Xaw3d scroll bars without arrows, the very first mouse | 198 | * When using Xaw3d scroll bars without arrows, the very first mouse |
| 194 | click in a scroll bar might be ignored by the scroll bar widget. This | 199 | click in a scroll bar might be ignored by the scroll bar widget. This |