# HG changeset patch # User Eli Zaretskii # Date 1003487324 0 # Node ID 4b1fac13860a81b319e6e6da46bfa9bbfe1cbab3 # Parent db75937886de74ee8bb263a9361c572e4ace92c5 More info about wrong UNDERLINE_POSITION in some fonts. diff -r db75937886de -r 4b1fac13860a etc/PROBLEMS --- a/etc/PROBLEMS Fri Oct 19 08:42:56 2001 +0000 +++ b/etc/PROBLEMS Fri Oct 19 10:28:44 2001 +0000 @@ -186,9 +186,14 @@ * Underlines appear at the wrong position. This is caused by fonts having a wrong UNDERLINE_POSITION property. -An example is the font 7x13 on XFree prior to version 4.1. To -circumvent this problem, set x-use-underline-position-properties to -nil in your .emacs. +Examples are the font 7x13 on XFree prior to version 4.1, or the jmk +neep font from the Debian xfonts-jmk package. To circumvent this +problem, set x-use-underline-position-properties to nil in your +`.emacs'. + +To see what is the value of UNDERLINE_POSITION defined by the font, +type `xlsfonts -lll FONT' and look at the font's UNDERLINE_POSITION +property. * When using Xaw3d scroll bars without arrows, the very first mouse click in a scroll bar might be ignored by the scroll bar widget. This