From 84e42e60e1660e9f20f0b2a785a08d452a8b12c2 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 2 Feb 2007 14:42:38 +0000 Subject: [PATCH] : New bindings. --- lisp/mouse.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lisp/mouse.el b/lisp/mouse.el index c221a9bee99..dae098ec117 100644 --- a/lisp/mouse.el +++ b/lisp/mouse.el @@ -2426,7 +2426,10 @@ and selects that window." (global-set-key [mouse-2] 'mouse-yank-at-click) ;; Allow yanking also when the corresponding cursor is "in the fringe". (global-set-key [right-fringe mouse-2] 'mouse-yank-at-click) +(global-set-key [left-fringe mouse-2] 'mouse-yank-at-click) (global-set-key [mouse-3] 'mouse-save-then-kill) +(global-set-key [right-fringe mouse-3] 'mouse-save-then-kill) +(global-set-key [left-fringe mouse-3] 'mouse-save-then-kill) ;; By binding these to down-going events, we let the user use the up-going ;; event to make the selection, saving a click. -- 2.39.2