emacs-devel
[Top][All Lists]
Advanced

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

Re: mouse wheel not functional anymore?


From: Jason Rumney
Subject: Re: mouse wheel not functional anymore?
Date: Fri, 06 Jun 2003 16:33:46 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3b) Gecko/20030210

fortepianissimo wrote:

I did what you told me and Emacs showed "<wheel-up> is undefined" (or
<wheel-down>). This is interesting cuz in Customization both are
defined (to mouse-4 and mouse-5 respectively).

Do you mean you have defined the up and down mwheel events to be
mouse-4 and mouse-5 as a local customization?  The wheel is not
mapped to mouse-4 and mouse-5 on Mac (and never has been), so I
suggest you erase this customization.

It worked before because there was special code in mwheel.el to
handle the mouse-wheel event on Windows and Mac (which was a single
event for both up and down), but that has been removed in favour of
separate events that are easier to bind to other commands, and can
use the general mwheel support without and special code.






reply via email to

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