]> git.eshelyaron.com Git - emacs.git/commitdiff
Show how to add wait-for-wm to frame's parameter list.
authorEli Zaretskii <eliz@gnu.org>
Wed, 18 Jul 2001 06:44:35 +0000 (06:44 +0000)
committerEli Zaretskii <eliz@gnu.org>
Wed, 18 Jul 2001 06:44:35 +0000 (06:44 +0000)
etc/PROBLEMS

index c43da95db91bd4dfe973bde298f2c18d5ba85bfb..bc53d24955d5df2306a69138308a94572e7e3849 100644 (file)
@@ -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.