Isaac Hollander <ysh(a)mindspring.com> writes:
I decided to use mwheel.el to make my m$ intellimouse work with
XEmacs
21.4.2 built on RedHat 7.1.
In .xemacs/.init.el:
(autoload 'mwheel-install "mwheel" "Enable mouse wheel
support.")
(mwheel-install)
and in .xemacs/custom.el
(custom-set-variables
'(mwheel-follow-mouse t))
When I abuse the mouse wheel, going quickly up-and-down to the beginning
and end of my VM INBOX Summary buffer, XEmacs dies with the following
lisp backtrace (unfortunately no coredump):
Wow, that is pretty impressive. :) The really interesting thing is that
the mouse-wheel support has absolutely no C level support - it is all in
lisp and just sets up some keybindings to the extra mouse buttons that
XFree defines for the wheel mouse.
Any idea where:
debug(error (undefined-keystroke-sequence [#<keypress-event control-meta-G>])) #
(catch debugger ...)
Came from? Did you hit that keystroke while you were recklessly flinging
your poor mouse wheel around?
-Bill P.