Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Make mouse scroll wheels work in xemacs' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Make mouse scroll wheels work in xemacs
Authored by: jpski on Mar 05, '03 01:36:25PM

It looks like the posted solution is an attempt to scroll the window over which the mouse cursor is currently positioned. I just tried it however & it doesn't do anything (for me - 21.4) that the simple version already does.

(global-set-key [(button4)] 'scroll-down)
(global-set-key [(button5)] 'scroll-up)



[ Reply to This | # ]