GNU bug report logs - #17378
24.3.1: xterm-mouse-event: Wrong type argument: wholenump, -6

Previous Next

Package: emacs;

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


Message #26 received at 17378 <at> debbugs.gnu.org (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: Ishmael <noone.junkmail <at> gmail.com>
Cc: 17378 <at> debbugs.gnu.org
Subject: Re: bug#17378: 24.3.1: xterm-mouse-event: Wrong type argument:
 wholenump, -6
Date: Fri, 02 May 2014 21:45:14 -0400
Ishmael wrote:

> 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)
> )


FWIW, I cannot reproduce this problem on RHEL 6.5 with tmux 1.6-3,
xterm "X.Org 6.8.99.903(253)", and Emacs 24.3.




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.