diff options
Diffstat (limited to 'etc/PROBLEMS')
| -rw-r--r-- | etc/PROBLEMS | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index dedbf80b353..07971766192 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -783,10 +783,8 @@ frame's parameter list, like this: | |||
| 783 | ** Underlines appear at the wrong position. | 783 | ** Underlines appear at the wrong position. |
| 784 | 784 | ||
| 785 | This is caused by fonts having a wrong UNDERLINE_POSITION property. | 785 | This is caused by fonts having a wrong UNDERLINE_POSITION property. |
| 786 | Examples are the 7x13 font on XFree86 prior to version 4.1, or the jmk | 786 | To avoid this problem (seen in some very old X releases and font packages), |
| 787 | neep font from the Debian xfonts-jmk package prior to version 3.0.17. | 787 | set x-use-underline-position-properties to nil. |
| 788 | To circumvent this problem, set x-use-underline-position-properties | ||
| 789 | to nil in your '.emacs'. | ||
| 790 | 788 | ||
| 791 | To see what is the value of UNDERLINE_POSITION defined by the font, | 789 | To see what is the value of UNDERLINE_POSITION defined by the font, |
| 792 | type 'xlsfonts -lll FONT' and look at the font's UNDERLINE_POSITION property. | 790 | type 'xlsfonts -lll FONT' and look at the font's UNDERLINE_POSITION property. |