aboutsummaryrefslogtreecommitdiffstats
path: root/etc/PROBLEMS
diff options
context:
space:
mode:
authorGlenn Morris2018-02-13 14:13:53 -0800
committerGlenn Morris2018-02-13 14:13:53 -0800
commit6c7186de3bbb2b7652cdc01a68bee035761197e5 (patch)
treed7d215df0d57f4f4f05cf6c256b5c68e8da9ec9f /etc/PROBLEMS
parent98f4e336e879e54251694fa0d47b69d8d325176d (diff)
downloademacs-6c7186de3bbb2b7652cdc01a68bee035761197e5.tar.gz
emacs-6c7186de3bbb2b7652cdc01a68bee035761197e5.zip
Doc tweak for x-use-underline-position-properties
* src/xterm.c (syms_of_xterm) <x-use-underline-position-properties>: Remove ancient information from doc. * etc/PROBLEMS: Related edit.
Diffstat (limited to 'etc/PROBLEMS')
-rw-r--r--etc/PROBLEMS6
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
785This is caused by fonts having a wrong UNDERLINE_POSITION property. 785This is caused by fonts having a wrong UNDERLINE_POSITION property.
786Examples are the 7x13 font on XFree86 prior to version 4.1, or the jmk 786To avoid this problem (seen in some very old X releases and font packages),
787neep font from the Debian xfonts-jmk package prior to version 3.0.17. 787set x-use-underline-position-properties to nil.
788To circumvent this problem, set x-use-underline-position-properties
789to nil in your '.emacs'.
790 788
791To see what is the value of UNDERLINE_POSITION defined by the font, 789To see what is the value of UNDERLINE_POSITION defined by the font,
792type 'xlsfonts -lll FONT' and look at the font's UNDERLINE_POSITION property. 790type 'xlsfonts -lll FONT' and look at the font's UNDERLINE_POSITION property.