emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/man/frames.texi


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/man/frames.texi
Date: Wed, 20 Feb 2002 17:35:56 -0500

Index: emacs/man/frames.texi
diff -c emacs/man/frames.texi:1.45 emacs/man/frames.texi:1.46
*** emacs/man/frames.texi:1.45  Mon Jan 14 08:54:19 2002
--- emacs/man/frames.texi       Wed Feb 20 17:35:56 2002
***************
*** 486,491 ****
--- 486,503 ----
  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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]