help-emacs-windows
[Top][All Lists]
Advanced

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

[h-e-w] Middle mouse button is <down-mouse-1> instead of mouse-2


From: Christian Schlauer
Subject: [h-e-w] Middle mouse button is <down-mouse-1> instead of mouse-2
Date: Fri, 10 Sep 2004 18:05:20 +0200
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (windows-nt)

Hello,

I have a problem with the middle mouse button. I have a 3-button
mouse, where the middle button is a scroll wheel as well. I cannot
yank text with mouse-2, as I don't have mouse-2, see below: I got the
following results with `C-h k':

Emacs 21.3.1

,----[ left ]
| <down-mouse-1> at that spot runs the command mouse-drag-region
|    which is an interactive compiled Lisp function in `mouse'.
| (mouse-drag-region START-EVENT)
`----

,----[ right ]
| <mouse-3> at that spot runs the command mouse-save-then-kill
|    which is an interactive compiled Lisp function in `mouse'.
| (mouse-save-then-kill CLICK)
`----

,----[ middle ]
| <down-mouse-1> at that spot runs the command mouse-drag-region
|    which is an interactive compiled Lisp function in `mouse'.
| (mouse-drag-region START-EVENT)
`----

,----[ wheel down ]
| <mouse-wheel> runs the command mouse-wheel-scroll-line
|    which is an interactive compiled Lisp function in `term/w32-win'.
| (mouse-wheel-scroll-line EVENT)
`----

,----[ wheel up ]
| <mouse-wheel> runs the command mouse-wheel-scroll-line
|    which is an interactive compiled Lisp function in `term/w32-win'.
| (mouse-wheel-scroll-line EVENT)
`----

,----[ C-h v w32-num-mouse-buttons RET ]
| w32-num-mouse-buttons's value is 5
| 
| Documentation:
| Number of physical mouse buttons.
`----

CVS Emacs

,----[ left ]
| <down-mouse-1> at that spot runs the command mouse-drag-region
|    which is an interactive compiled Lisp function in `mouse'.
| It is bound to <down-mouse-1>.
| (mouse-drag-region start-event)
`----

,----[ right ]
| <mouse-3> (translated from <down-mouse-3> <mouse-3>) at that spot runs the 
command mouse-save-then-kill
|    which is an interactive compiled Lisp function in `mouse'.
| It is bound to <mouse-3>.
| (mouse-save-then-kill click)
`----

,----[ middle ]
| <down-mouse-1> at that spot runs the command mouse-drag-region
|    which is an interactive compiled Lisp function in `mouse'.
| It is bound to <down-mouse-1>.
| (mouse-drag-region start-event)
`----

,----[ wheel up ]
| <wheel-up> runs the command mwheel-scroll
|    which is an interactive compiled Lisp function in `mwheel'.
| It is bound to <C-wheel-up>, <S-wheel-up>, <wheel-up>, <C-wheel-down>, 
<S-wheel-down>, <wheel-down>.
| (mwheel-scroll event)
`----

,----[ wheel down ]
| <wheel-down> runs the command mwheel-scroll
|    which is an interactive compiled Lisp function in `mwheel'.
| It is bound to <C-wheel-up>, <S-wheel-up>, <wheel-up>, <C-wheel-down>, 
<S-wheel-down>, <wheel-down>.
| (mwheel-scroll event)
`----

,----[ C-h v w32-num-mouse-buttons RET ]
| w32-num-mouse-buttons's value is 5
| 
| Number of physical mouse buttons.
`----

What is wrong here? mouse-2 has never worked for me, has someone a tip
for me?

Regards,
-- 
Christian Schlauer





reply via email to

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