emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/term/w32-win.el


From: Jason Rumney
Subject: [Emacs-diffs] Changes to emacs/lisp/term/w32-win.el
Date: Sun, 01 Jun 2003 18:13:08 -0400

Index: emacs/lisp/term/w32-win.el
diff -c emacs/lisp/term/w32-win.el:1.58 emacs/lisp/term/w32-win.el:1.59
*** emacs/lisp/term/w32-win.el:1.58     Sat May 24 12:22:20 2003
--- emacs/lisp/term/w32-win.el  Sun Jun  1 18:13:07 2003
***************
*** 84,96 ****
  ;(defun w32-handle-scroll-bar-event (event) (interactive "e") (princ event))
  
  ;; Handle mouse-wheel events with mwheel.
! ;; Normally only mouse-wheel-mode and mwheel-install are autoloaded,
! ;; but binding mouse-wheel must be done directly, since those functions
! ;; do not recognize mouse-wheel as a valid button.
! (autoload 'mwheel-scroll "mwheel")
! (global-set-key [mouse-wheel] 'mwheel-scroll)
! (global-set-key [C-mouse-wheel] 'mwheel-scroll)
! (global-set-key [S-mouse-wheel] 'mwheel-scroll)
  
  (defun w32-drag-n-drop-debug (event)
    "Print the drag-n-drop EVENT in a readable form."
--- 84,90 ----
  ;(defun w32-handle-scroll-bar-event (event) (interactive "e") (princ event))
  
  ;; Handle mouse-wheel events with mwheel.
! (mouse-wheel-mode 1)
  
  (defun w32-drag-n-drop-debug (event)
    "Print the drag-n-drop EVENT in a readable form."




reply via email to

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