# HG changeset patch # User Eli Zaretskii # Date 995438675 0 # Node ID 74cdd00c10ed712ba244fbdd5ebe822a23c4e779 # Parent 87a409912f226d1536de1dd5b15427366c3fb2a9 Show how to add wait-for-wm to frame's parameter list. diff -r 87a409912f22 -r 74cdd00c10ed etc/PROBLEMS --- a/etc/PROBLEMS Tue Jul 17 18:40:19 2001 +0000 +++ b/etc/PROBLEMS Wed Jul 18 06:44:35 2001 +0000 @@ -12,8 +12,12 @@ 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.