comparison man/frames.texi @ 72048:608984477c3d

(Frame Commands): Mention that focus-follows-mouse doesn't have effect on MS-Windows.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 21 Jul 2006 07:56:51 +0000
parents 0ea8bb78bfdc
children eb822f6f8d06 02e39decdc84 858cb33ae39d
comparison
equal deleted inserted replaced
72047:48c386e7269e 72048:608984477c3d
545 @vindex focus-follows-mouse 545 @vindex focus-follows-mouse
546 To make the command @kbd{C-x 5 o} work properly, you must tell Emacs 546 To make the command @kbd{C-x 5 o} work properly, you must tell Emacs
547 how the system (or the window manager) generally handles 547 how the system (or the window manager) generally handles
548 focus-switching between windows. There are two possibilities: either 548 focus-switching between windows. There are two possibilities: either
549 simply moving the mouse onto a window selects it (gives it focus), or 549 simply moving the mouse onto a window selects it (gives it focus), or
550 you have to click on it in a suitable way to do so. Unfortunately 550 you have to click on it in a suitable way to do so. On X, this focus
551 there is no way Emacs can find out automatically which way the system 551 policy also affects whether the focus is given to a frame that Emacs
552 handles this, so you have to explicitly say, by setting the variable 552 raises. Unfortunately there is no way Emacs can find out
553 @code{focus-follows-mouse}. If just moving the mouse onto a window 553 automatically which way the system handles this, so you have to
554 selects it, that variable should be @code{t}; if a click is necessary, 554 explicitly say, by setting the variable @code{focus-follows-mouse}.
555 the variable should be @code{nil}. 555 If just moving the mouse onto a window selects it, that variable
556 should be @code{t}; if a click is necessary, the variable should be
557 @code{nil}.
558
559 The window manager that is part of MS-Windows always gives focus to a
560 frame that raises, so this variable has no effect in the native
561 MS-Windows build of Emacs.
556 562
557 @node Speedbar 563 @node Speedbar
558 @section Speedbar Frames 564 @section Speedbar Frames
559 @cindex speedbar 565 @cindex speedbar
560 566