aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2001-07-18 06:44:35 +0000
committerEli Zaretskii2001-07-18 06:44:35 +0000
commit84891dd783e90909d6496702181790505f872735 (patch)
tree514b61273c2b2afd93ef53040b09368abae6e1a6
parent374daba6de0deec3ad50ba1ad9c1bda000119db4 (diff)
downloademacs-84891dd783e90909d6496702181790505f872735.tar.gz
emacs-84891dd783e90909d6496702181790505f872735.zip
Show how to add wait-for-wm to frame's parameter list.
-rw-r--r--etc/PROBLEMS8
1 files changed, 6 insertions, 2 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index c43da95db91..bc53d24955d 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -12,8 +12,12 @@ A workaround for this is to add something like
12 12
13emacs.waitForWM: false 13emacs.waitForWM: false
14 14
15to your X resources. or to add `(wait-for-wm . nil)' to a frame's 15to your X resources. Alternatively, add `(wait-for-wm . nil)' to a
16parameter list. 16frame'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