emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/mouse.el


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/lisp/mouse.el
Date: Sat, 18 Dec 2004 23:05:29 -0500

Index: emacs/lisp/mouse.el
diff -c emacs/lisp/mouse.el:1.259 emacs/lisp/mouse.el:1.260
*** emacs/lisp/mouse.el:1.259   Fri Dec 17 15:16:18 2004
--- emacs/lisp/mouse.el Sun Dec 19 00:50:51 2004
***************
*** 50,66 ****
    :group 'mouse)
  
  (defcustom mouse-1-click-follows-link 350
!   "Non-nil means that clicking mouse-1 on a link follows the link.
  
! With the default setting, an ordinary mouse-1 click on a link
! performs the same action as mouse-2 on that link, while a longer
! mouse-1 click \(hold down the mouse-1 button for more than 350
! milliseconds) performs the original mouse-1 binding \(which
  typically sets point where you click the mouse).
  
  If value is an integer, the time elapsed between pressing and
  releasing the mouse button determines whether to follow the link
! or perform the normal mouse-1 action (typically set point).
  The absolute numeric value specifices the maximum duration of a
  \"short click\" in milliseconds.  A positive value means that a
  short click follows the link, and a longer click performs the
--- 50,66 ----
    :group 'mouse)
  
  (defcustom mouse-1-click-follows-link 350
!   "Non-nil means that clicking Mouse-1 on a link follows the link.
  
! With the default setting, an ordinary Mouse-1 click on a link
! performs the same action as Mouse-2 on that link, while a longer
! Mouse-1 click \(hold down the Mouse-1 button for more than 350
! milliseconds) performs the original Mouse-1 binding \(which
  typically sets point where you click the mouse).
  
  If value is an integer, the time elapsed between pressing and
  releasing the mouse button determines whether to follow the link
! or perform the normal Mouse-1 action (typically set point).
  The absolute numeric value specifices the maximum duration of a
  \"short click\" in milliseconds.  A positive value means that a
  short click follows the link, and a longer click performs the
***************
*** 68,74 ****
  
  If value is `double', a double click follows the link.
  
! Otherwise, a single mouse-1 click unconditionally follows the link.
  
  Note that dragging the mouse never follows the link.
  
--- 68,74 ----
  
  If value is `double', a double click follows the link.
  
! Otherwise, a single Mouse-1 click unconditionally follows the link.
  
  Note that dragging the mouse never follows the link.
  




reply via email to

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