Mercurial > emacs
diff etc/PROBLEMS @ 38477:74cdd00c10ed
Show how to add wait-for-wm to frame's parameter list.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Wed, 18 Jul 2001 06:44:35 +0000 |
parents | 8d7f5ed7deaa |
children | 2c280524cbb7 |
line wrap: on
line diff
--- 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.