comparison etc/PROBLEMS @ 38477:74cdd00c10ed

Show how to add wait-for-wm to frame's parameter list.
author Eli Zaretskii <eliz@gnu.org>
date Wed, 18 Jul 2001 06:44:35 +0000
parents 8d7f5ed7deaa
children 2c280524cbb7
comparison
equal deleted inserted replaced
38476:87a409912f22 38477:74cdd00c10ed
10 10
11 A workaround for this is to add something like 11 A workaround for this is to add something like
12 12
13 emacs.waitForWM: false 13 emacs.waitForWM: false
14 14
15 to your X resources. or to add `(wait-for-wm . nil)' to a frame's 15 to your X resources. Alternatively, add `(wait-for-wm . nil)' to a
16 parameter list. 16 frame's parameter list, like this:
17
18 (modify-frame-parameters nil '((wait-for-wm . nil)))
19
20 (this should go into your `.emacs' file).
17 21
18 * Underlines appear at the wrong position. 22 * Underlines appear at the wrong position.
19 23
20 This is caused by fonts having a wrong UNDERLINE_POSITION property. 24 This is caused by fonts having a wrong UNDERLINE_POSITION property.
21 An example is the font 7x13 on XFree prior to version 4.1. To 25 An example is the font 7x13 on XFree prior to version 4.1. To