Mercurial > emacs
changeset 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 | 87a409912f22 |
children | a5cae8675fe9 |
files | etc/PROBLEMS |
diffstat | 1 files changed, 6 insertions(+), 2 deletions(-) [+] |
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.