Mercurial > emacs
comparison etc/PROBLEMS @ 94606:72eafc3867a7
Derek Upham <sand at blarg.net> (tiny change)
xfonts-jmk has correct UNDERLINE_POSITION from 3.0.17 onwards.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sat, 03 May 2008 21:07:14 +0000 |
parents | 4e76a03232e5 |
children | cbf5528cf447 |
comparison
equal
deleted
inserted
replaced
94605:7b8402abcfec | 94606:72eafc3867a7 |
---|---|
847 | 847 |
848 ** Underlines appear at the wrong position. | 848 ** Underlines appear at the wrong position. |
849 | 849 |
850 This is caused by fonts having a wrong UNDERLINE_POSITION property. | 850 This is caused by fonts having a wrong UNDERLINE_POSITION property. |
851 Examples are the font 7x13 on XFree prior to version 4.1, or the jmk | 851 Examples are the font 7x13 on XFree prior to version 4.1, or the jmk |
852 neep font from the Debian xfonts-jmk package. To circumvent this | 852 neep font from the Debian xfonts-jmk package prior to version 3.0.17. |
853 problem, set x-use-underline-position-properties to nil in your | 853 To circumvent this problem, set x-use-underline-position-properties |
854 `.emacs'. | 854 to nil in your `.emacs'. |
855 | 855 |
856 To see what is the value of UNDERLINE_POSITION defined by the font, | 856 To see what is the value of UNDERLINE_POSITION defined by the font, |
857 type `xlsfonts -lll FONT' and look at the font's UNDERLINE_POSITION | 857 type `xlsfonts -lll FONT' and look at the font's UNDERLINE_POSITION |
858 property. | 858 property. |
859 | 859 |