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: Fri, 25 Mar 2005 20:50:10 -0500

Index: emacs/man/frames.texi
diff -c emacs/man/frames.texi:1.75 emacs/man/frames.texi:1.76
*** emacs/man/frames.texi:1.75  Mon Mar 21 18:16:34 2005
--- emacs/man/frames.texi       Sat Mar 26 01:50:09 2005
***************
*** 83,88 ****
--- 83,100 ----
  Move point to where you click (@code{mouse-set-point}).
  This is normally the left button.
  
+ @vindex x-mouse-click-focus-ignore-position
+ Normally, Emacs does not distinguish between ordinary mouse clicks and
+ clicks that select a frame.  When you click on a frame to select it,
+ that also changes the selected window and cursor position according to
+ the mouse click position.  On the X window system, you can change this
+ behavior by setting the variable
+ @code{x-mouse-click-focus-ignore-position} to @code{t}.  Then the
+ first click selects the frame, but does not affect the selected window
+ or cursor position.  If you click again in the same place, since that
+ click will be in the selected frame, it will change the window or
+ cursor position.
+ 
  @item Drag-Mouse-1
  Set the region to the text you select by dragging, and copy it to the
  kill ring (@code{mouse-set-region}).  You can specify both ends of the
***************
*** 96,101 ****
--- 108,117 ----
  on how far away from the window edge the mouse has gone; the variable
  @code{mouse-scroll-min-lines} specifies a minimum step size.
  
+ @vindex mouse-drag-copy-region
+ If the variable @code{mouse-drag-copy-region} is @code{nil}, this
+ mouse command does not copy the selected region into the kill ring.
+ 
  @item Mouse-2
  Yank the last killed text, where you click (@code{mouse-yank-at-click}).
  This is normally the middle button.




reply via email to

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