diff options
| author | Eli Zaretskii | 2001-07-18 06:44:35 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-07-18 06:44:35 +0000 |
| commit | 84891dd783e90909d6496702181790505f872735 (patch) | |
| tree | 514b61273c2b2afd93ef53040b09368abae6e1a6 | |
| parent | 374daba6de0deec3ad50ba1ad9c1bda000119db4 (diff) | |
| download | emacs-84891dd783e90909d6496702181790505f872735.tar.gz emacs-84891dd783e90909d6496702181790505f872735.zip | |
Show how to add wait-for-wm to frame's parameter list.
| -rw-r--r-- | etc/PROBLEMS | 8 |
1 files 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 | |||
| 12 | 12 | ||
| 13 | emacs.waitForWM: false | 13 | emacs.waitForWM: false |
| 14 | 14 | ||
| 15 | to your X resources. or to add `(wait-for-wm . nil)' to a frame's | 15 | to your X resources. Alternatively, add `(wait-for-wm . nil)' to a |
| 16 | parameter list. | 16 | frame's parameter list, like this: |
| 17 | |||
| 18 | (modify-frame-parameters nil '((wait-for-wm . nil))) | ||
| 19 | |||
| 20 | (this should go into your `.emacs' file). | ||
| 17 | 21 | ||
| 18 | * Underlines appear at the wrong position. | 22 | * Underlines appear at the wrong position. |
| 19 | 23 | ||