Mercurial > emacs
comparison lisp/mouse.el @ 90667:dbe3f29e61d6
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 505-522)
- Update from CVS
- Merge from gnus--rel--5.10
- Update from CVS: etc/TUTORIAL.cn: Updated.
- Merge from erc--emacs--22
* gnus--rel--5.10 (patch 164-167)
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-137
author | Miles Bader <miles@gnu.org> |
---|---|
date | Tue, 21 Nov 2006 08:56:38 +0000 |
parents | 02cf29720f31 fbcf2e3cbf22 |
children | f1d13e615070 |
comparison
equal
deleted
inserted
replaced
90666:00d54c8fa693 | 90667:dbe3f29e61d6 |
---|---|
2414 (global-set-key [left-fringe mouse-1] 'mouse-set-point) | 2414 (global-set-key [left-fringe mouse-1] 'mouse-set-point) |
2415 (global-set-key [right-fringe mouse-1] 'mouse-set-point) | 2415 (global-set-key [right-fringe mouse-1] 'mouse-set-point) |
2416 | 2416 |
2417 (global-set-key [mouse-2] 'mouse-yank-at-click) | 2417 (global-set-key [mouse-2] 'mouse-yank-at-click) |
2418 ;; Allow yanking also when the corresponding cursor is "in the fringe". | 2418 ;; Allow yanking also when the corresponding cursor is "in the fringe". |
2419 (global-set-key [right-fringe mouse-2] [mouse-2]) | 2419 (global-set-key [right-fringe mouse-2] 'mouse-yank-at-click) |
2420 (global-set-key [mouse-3] 'mouse-save-then-kill) | 2420 (global-set-key [mouse-3] 'mouse-save-then-kill) |
2421 | 2421 |
2422 ;; By binding these to down-going events, we let the user use the up-going | 2422 ;; By binding these to down-going events, we let the user use the up-going |
2423 ;; event to make the selection, saving a click. | 2423 ;; event to make the selection, saving a click. |
2424 (global-set-key [C-down-mouse-1] 'mouse-buffer-menu) | 2424 (global-set-key [C-down-mouse-1] 'mouse-buffer-menu) |