summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2001-10-19 10:28:44 +0000
committerEli Zaretskii <eliz@gnu.org>2001-10-19 10:28:44 +0000
commit556a9fad55c15dfe426e2c3d23da301b04680ff3 (patch)
treeb8c4c6ac5551c368436968000e363c5423cc6c2d /etc
parente1785e19e9f8420fdc379ba0135c16cb6d68f3b2 (diff)
downloademacs-556a9fad55c15dfe426e2c3d23da301b04680ff3.tar.gz
More info about wrong UNDERLINE_POSITION in some fonts.
Diffstat (limited to 'etc')
-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:
* 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