From: Eli Zaretskii Date: Wed, 18 Jul 2001 06:44:35 +0000 (+0000) Subject: Show how to add wait-for-wm to frame's parameter list. X-Git-Tag: emacs-pretest-21.0.105~453 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=84891dd783e90909d6496702181790505f872735;p=emacs.git Show how to add wait-for-wm to frame's parameter list. --- 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 emacs.waitForWM: false -to your X resources. or to add `(wait-for-wm . nil)' to a frame's -parameter list. +to your X resources. Alternatively, add `(wait-for-wm . nil)' to a +frame's parameter list, like this: + + (modify-frame-parameters nil '((wait-for-wm . nil))) + +(this should go into your `.emacs' file). * Underlines appear at the wrong position.