Peter Brown wrote:
just got my self a nifty new mouse
my mouse is a usb "kensington mouse-in-a-box optical pro"
its got a wheel ive been attempting to get working in XEmacs
i put
(autoload 'mwheel-install "mwheel" "Enable mouse wheel
support.")
(mwheel-install)
in my config file
This doesn't have any bearing on the problem, because ...
when i use the wheel i get these errors
when scrolling up i get
C-M-) not defined
and when scrolling down i get
C-M-( not defined
if i hold the wheel down (its being my middle button) and scroll with it it works fine
any ideas as to why this may be happening ??
... you are running "imwheel", and have the following in /etc/imwheelrc:
# you may need Alt instead of Meta....
None, Down, Control_L|Meta_L|Shift_L|parenright
None, Up, Control_L|Meta_L|Shift_L|parenleft
However, these bindings are for GNU Emacs, not XEmacs.
Either disable imwheel, or change the "emacs" entry to "ï¼ Exclude".
--
Glynn Clements <glynn.clements(a)virgin.net>