emacs-devel
[Top][All Lists]
Advanced

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

mouse wheel again


From: Stefan Monnier
Subject: mouse wheel again
Date: Thu, 03 Apr 2003 15:23:52 -0500

How about if we turn on mouse wheel support by default ?
Something like the simple patch below.
The only effect is to add default bindings in the global map
for mouse-4 and mouse-5 events.


        Stefan


--- x-win.el.~1.163.~   Fri Mar 14 15:55:26 2003
+++ x-win.el    Thu Apr  3 15:20:14 2003
@@ -2374,4 +2367,7 @@
 ;;; (if (featurep 'motif)
 ;;;     (global-set-key [f10] 'ignore))
 
+;; Turn on support for mouse wheels.
+(mouse-wheel-mode 1)
+
 ;;; x-win.el ends here





reply via email to

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