diff options
| author | Eli Zaretskii | 2006-07-21 07:56:51 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2006-07-21 07:56:51 +0000 |
| commit | b56868c32db76b82fe23b3b0d3c9474793496e32 (patch) | |
| tree | 9695c2d5e02c799f894497ea3d1576c49ebaf969 | |
| parent | 38938eeb4f6fccbafb63b44ada6837a89086d770 (diff) | |
| download | emacs-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.texi | 18 |
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. | |||
| 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 |