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: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/man/frames.texi
Date: Sat, 07 May 2005 15:44:27 -0400

Index: emacs/man/frames.texi
diff -c emacs/man/frames.texi:1.81 emacs/man/frames.texi:1.82
*** emacs/man/frames.texi:1.81  Tue Apr 26 01:05:45 2005
--- emacs/man/frames.texi       Sat May  7 19:44:26 2005
***************
*** 319,334 ****
  @kbd{Mouse-2} on a completion in the @samp{*Completions*} buffer, you
  choose that completion.
  
- @vindex mouse-1-click-follows-link
    However, most applications use @kbd{Mouse-1} to do this sort of
  thing, so Emacs implements this too.  If you click @kbd{Mouse-1}
  quickly on a reference or button, it follows or activates.  If you
  click slowly, it moves point as usual.  Dragging, meaning moving the
  mouse while it is held down, also has its usual behavior of setting
! the region.  The variable @code{mouse-1-click-follows-link} controls
! whether @kbd{Mouse-1} has this behavior.
  
! @vindex mouse-1-click-follows-link
    Normally, the @kbd{Mouse-1} click behavior is performed on links in
  any window.  The variable @code{mouse-1-click-in-non-selected-windows}
  controls whether @kbd{Mouse-1} has this behavior even in non-selected
--- 319,332 ----
  @kbd{Mouse-2} on a completion in the @samp{*Completions*} buffer, you
  choose that completion.
  
    However, most applications use @kbd{Mouse-1} to do this sort of
  thing, so Emacs implements this too.  If you click @kbd{Mouse-1}
  quickly on a reference or button, it follows or activates.  If you
  click slowly, it moves point as usual.  Dragging, meaning moving the
  mouse while it is held down, also has its usual behavior of setting
! the region.
  
! @vindex mouse-1-click-in-non-selected-windows
    Normally, the @kbd{Mouse-1} click behavior is performed on links in
  any window.  The variable @code{mouse-1-click-in-non-selected-windows}
  controls whether @kbd{Mouse-1} has this behavior even in non-selected
***************
*** 342,347 ****
--- 340,353 ----
  where the mouse already is), never, or only immediately after you move
  the mouse.
  
+ @vindex mouse-1-click-follows-link
+   In Emacs versions before 22, only @kbd{Mouse-2} follows links and
+ @kbd{Mouse-1} always sets points.  If you prefer this behavior, set
+ the variable @code{mouse-1-click-follows-link} to @code{nil}.  This
+ variable also lets you choose various other alternatives for following
+ links with the mouse.  Type @kbd{C-h v mouse-1-click-follows-link @key{RET}}
+ for more details.
+ 
  @node Menu Mouse Clicks
  @section Mouse Clicks for Menus
  




reply via email to

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