aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/PROBLEMS11
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
188This is caused by fonts having a wrong UNDERLINE_POSITION property. 188This is caused by fonts having a wrong UNDERLINE_POSITION property.
189An example is the font 7x13 on XFree prior to version 4.1. To 189Examples are the font 7x13 on XFree prior to version 4.1, or the jmk
190circumvent this problem, set x-use-underline-position-properties to 190neep font from the Debian xfonts-jmk package. To circumvent this
191nil in your .emacs. 191problem, set x-use-underline-position-properties to nil in your
192`.emacs'.
193
194To see what is the value of UNDERLINE_POSITION defined by the font,
195type `xlsfonts -lll FONT' and look at the font's UNDERLINE_POSITION
196property.
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
194click in a scroll bar might be ignored by the scroll bar widget. This 199click in a scroll bar might be ignored by the scroll bar widget. This