GNU bug report logs -
#17378
24.3.1: xterm-mouse-event: Wrong type argument: wholenump, -6
Previous Next
Reported by: Ishmael <noone.junkmail <at> gmail.com>
Date: Wed, 30 Apr 2014 22:13:02 UTC
Severity: normal
Tags: fixed
Found in version 24.3.1
Fixed in version 28.1
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
To reproduce this bug:
tmux
emacs -nw
C-x 3
C-x 3
Scroll UP with mouse's scroll wheel in RIGHTMOST window only causes:
xterm-mouse-event: Wrong type argument: wholenump, -6
Note that scrolling down works in rightmost window. Also, both scroll up
and scroll down work in all other windows.
In my .emacs, I have:
;; Enable mouse support in non-GUI mode (emacs -nw)
(unless window-system
(require 'mouse)
(xterm-mouse-mode t)
(global-set-key [mouse-4] '(lambda ()
(interactive)
(scroll-down 5)))
(global-set-key [mouse-5] '(lambda ()
(interactive)
(scroll-up 5)))
(defun track-mouse (e))
(setq mouse-sel-mode t)
)
--
View this message in context: http://emacs.1067599.n5.nabble.com/24-3-1-xterm-mouse-event-Wrong-type-argument-wholenump-6-tp321010.html
Sent from the Emacs - Bugs mailing list archive at Nabble.com.
This bug report was last modified 4 years and 242 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.