]> git.eshelyaron.com Git - emacs.git/commitdiff
Document focus-follows-mouse.
authorRichard M. Stallman <rms@gnu.org>
Wed, 20 Feb 2002 22:35:56 +0000 (22:35 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 20 Feb 2002 22:35:56 +0000 (22:35 +0000)
man/frames.texi

index 9103a00b0bcf16e5d68c38d5fd693c250c55af3d..ae6bfcd506aecec4f6d126a57eeee4deb64296f0 100644 (file)
@@ -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