comparison etc/PROBLEMS @ 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 4aaeaa3a8e3b
children 3ce5ada6fda1
comparison
equal deleted inserted replaced
40047:db75937886de 40048:4b1fac13860a
184 (this should go into your `.emacs' file). 184 (this should go into your `.emacs' file).
185 185
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
195 is probably a bug in Xaw3d; when Xaw3d is compiled with arrows, the 200 is probably a bug in Xaw3d; when Xaw3d is compiled with arrows, the
196 problem disappears. 201 problem disappears.