/[emacs]/emacs/man/frames.texi
ViewVC logotype

Diff of /emacs/man/frames.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.75 by rms, Mon Mar 21 18:16:34 2005 UTC revision 1.76 by rms, Sat Mar 26 01:50:09 2005 UTC
# Line 83  in between the mouse command and @key{DE Line 83  in between the mouse command and @key{DE
83  Move point to where you click (@code{mouse-set-point}).  Move point to where you click (@code{mouse-set-point}).
84  This is normally the left button.  This is normally the left button.
85    
86    @vindex x-mouse-click-focus-ignore-position
87    Normally, Emacs does not distinguish between ordinary mouse clicks and
88    clicks that select a frame.  When you click on a frame to select it,
89    that also changes the selected window and cursor position according to
90    the mouse click position.  On the X window system, you can change this
91    behavior by setting the variable
92    @code{x-mouse-click-focus-ignore-position} to @code{t}.  Then the
93    first click selects the frame, but does not affect the selected window
94    or cursor position.  If you click again in the same place, since that
95    click will be in the selected frame, it will change the window or
96    cursor position.
97    
98  @item Drag-Mouse-1  @item Drag-Mouse-1
99  Set the region to the text you select by dragging, and copy it to the  Set the region to the text you select by dragging, and copy it to the
100  kill ring (@code{mouse-set-region}).  You can specify both ends of the  kill ring (@code{mouse-set-region}).  You can specify both ends of the
# Line 96  entirely on the screen.  The number of l Line 108  entirely on the screen.  The number of l
108  on how far away from the window edge the mouse has gone; the variable  on how far away from the window edge the mouse has gone; the variable
109  @code{mouse-scroll-min-lines} specifies a minimum step size.  @code{mouse-scroll-min-lines} specifies a minimum step size.
110    
111    @vindex mouse-drag-copy-region
112    If the variable @code{mouse-drag-copy-region} is @code{nil}, this
113    mouse command does not copy the selected region into the kill ring.
114    
115  @item Mouse-2  @item Mouse-2
116  Yank the last killed text, where you click (@code{mouse-yank-at-click}).  Yank the last killed text, where you click (@code{mouse-yank-at-click}).
117  This is normally the middle button.  This is normally the middle button.

Legend:
Removed from v.1.75  
changed lines
  Added in v.1.76

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26