Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
84891dd7
Commit
84891dd7
authored
Jul 18, 2001
by
Eli Zaretskii
Browse files
Show how to add wait-for-wm to frame's parameter list.
parent
374daba6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
etc/PROBLEMS
etc/PROBLEMS
+6
-2
No files found.
etc/PROBLEMS
View file @
84891dd7
...
@@ -12,8 +12,12 @@ A workaround for this is to add something like
...
@@ -12,8 +12,12 @@ A workaround for this is to add something like
emacs.waitForWM: false
emacs.waitForWM: false
to your X resources. or to add `(wait-for-wm . nil)' to a frame's
to your X resources. Alternatively, add `(wait-for-wm . nil)' to a
parameter list.
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.
* Underlines appear at the wrong position.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment