Mercurial > emacs
changeset 40048:4b1fac13860a
More info about wrong UNDERLINE_POSITION in some fonts.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Fri, 19 Oct 2001 10:28:44 +0000 |
parents | db75937886de |
children | bc77e002a169 |
files | etc/PROBLEMS |
diffstat | 1 files changed, 8 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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