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
93d177d5
Commit
93d177d5
authored
Feb 20, 2002
by
Richard M. Stallman
Browse files
Document focus-follows-mouse.
parent
0472b23e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
man/frames.texi
man/frames.texi
+12
-0
No files found.
man/frames.texi
View file @
93d177d5
...
...
@@ -486,6 +486,18 @@ frames on your terminal.
Delete all frames except the selected one.
@end table
@vindex focus-follows-mouse
To make the command @kbd{C-x 5 o} work properly, you must tell Emacs
how the system (or the window manager) generally handles
focus-switching between windows. There are two possibilities: either
simply moving the mouse onto a window selects it (gives it focus), or
you have to click on it in a suitable way to do so. Unfortunately
there is no way Emacs can find out automatically which way the system
handles this, so you have to explicitly say, by setting the variable
@code{focus-follows-mouse}. If just moving the mouse onto a window
selects it, that variable should be @code{t}; if a click is necessary,
the variable should be @code{nil}.
@node Speedbar
@section Making and Using a Speedbar Frame
@cindex speedbar
...
...
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