unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Glenn Morris <rgm@gnu.org>
To: Ishmael <noone.junkmail@gmail.com>
Cc: 17378@debbugs.gnu.org
Subject: bug#17378: 24.3.1: xterm-mouse-event: Wrong type argument: wholenump, -6
Date: Fri, 02 May 2014 21:45:14 -0400	[thread overview]
Message-ID: <iloazfhbyt.fsf@fencepost.gnu.org> (raw)
In-Reply-To: <1398895293364-321010.post@n5.nabble.com> (Ishmael's message of "Wed, 30 Apr 2014 15:01:33 -0700 (PDT)")

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.





  parent reply	other threads:[~2014-05-03  1:45 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-30 22:01 bug#17378: 24.3.1: xterm-mouse-event: Wrong type argument: wholenump, -6 Ishmael
2014-05-01 16:01 ` Stefan Monnier
2014-05-01 16:35   ` Josh
2014-05-01 17:03     ` Stefan Monnier
2014-05-01 17:05       ` Josh
2014-05-01 18:02         ` Stefan Monnier
2014-05-01 18:38           ` Ishmael
2014-05-03  1:45 ` Glenn Morris [this message]
2014-05-03 22:40   ` Ishmael
2014-05-04  4:17     ` Stefan Monnier
2014-05-04 18:08     ` Eli Zaretskii
2014-05-04 18:35       ` Ishmael
2014-05-05  1:43         ` Stefan Monnier
2014-05-05 15:52           ` Ishmael
2014-05-05 18:20             ` Stefan Monnier
2014-05-05 18:43               ` Eli Zaretskii
2014-05-05 23:18               ` Stefan Monnier
2014-05-06  3:07                 ` Ishmael
2014-05-06 19:10                   ` Stefan Monnier
2014-05-07  2:00                     ` Ishmael
2014-05-07 13:43                       ` Stefan Monnier
2014-05-07 18:39                         ` Ishmael
2014-05-08  1:15                           ` Stefan Monnier
2020-09-20 21:34                             ` Lars Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=iloazfhbyt.fsf@fencepost.gnu.org \
    --to=rgm@gnu.org \
    --cc=17378@debbugs.gnu.org \
    --cc=noone.junkmail@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).