aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2006-07-21 07:56:51 +0000
committerEli Zaretskii2006-07-21 07:56:51 +0000
commitb56868c32db76b82fe23b3b0d3c9474793496e32 (patch)
tree9695c2d5e02c799f894497ea3d1576c49ebaf969
parent38938eeb4f6fccbafb63b44ada6837a89086d770 (diff)
downloademacs-b56868c32db76b82fe23b3b0d3c9474793496e32.tar.gz
emacs-b56868c32db76b82fe23b3b0d3c9474793496e32.zip
(Frame Commands): Mention that focus-follows-mouse doesn't have effect on
MS-Windows.
-rw-r--r--man/frames.texi18
1 files changed, 12 insertions, 6 deletions
diff --git a/man/frames.texi b/man/frames.texi
index 4eb0a523cad..29ece2d0dc2 100644
--- a/man/frames.texi
+++ b/man/frames.texi
@@ -547,12 +547,18 @@ Delete all frames except the selected one.
547how the system (or the window manager) generally handles 547how the system (or the window manager) generally handles
548focus-switching between windows. There are two possibilities: either 548focus-switching between windows. There are two possibilities: either
549simply moving the mouse onto a window selects it (gives it focus), or 549simply moving the mouse onto a window selects it (gives it focus), or
550you have to click on it in a suitable way to do so. Unfortunately 550you have to click on it in a suitable way to do so. On X, this focus
551there is no way Emacs can find out automatically which way the system 551policy also affects whether the focus is given to a frame that Emacs
552handles this, so you have to explicitly say, by setting the variable 552raises. Unfortunately there is no way Emacs can find out
553@code{focus-follows-mouse}. If just moving the mouse onto a window 553automatically which way the system handles this, so you have to
554selects it, that variable should be @code{t}; if a click is necessary, 554explicitly say, by setting the variable @code{focus-follows-mouse}.
555the variable should be @code{nil}. 555If just moving the mouse onto a window selects it, that variable
556should be @code{t}; if a click is necessary, the variable should be
557@code{nil}.
558
559The window manager that is part of MS-Windows always gives focus to a
560frame that raises, so this variable has no effect in the native
561MS-Windows build of Emacs.
556 562
557@node Speedbar 563@node Speedbar
558@section Speedbar Frames 564@section Speedbar Frames