On Fri, 15 Oct 2010 12:52:04 -0400
"Sirano Dhe-Paganon" <sirano.dhepaganon(a)utoronto.ca> wrote:
In order to zoom on-the-fly in xemacs, I'd like to bind the
Control-mouse_wheel to the facemenu-make-larger command; but I have
been unable to do so. The following, for example, does not work:
(define-key global-map '(control mouse-wheel) 'facemenu-make-larger).
Try this:
(global-set-key [(control button4)] 'facemenu-make-smaller)
(global-set-key [(control button5)] 'facemenu-make-larger)
Cheers,
Sean
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta