From 84891dd783e90909d6496702181790505f872735 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Wed, 18 Jul 2001 06:44:35 +0000 Subject: [PATCH] Show how to add wait-for-wm to frame's parameter list. --- etc/PROBLEMS | 8 ++++++-- 1 file 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 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. -- 2.39.5