unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#17378: 24.3.1: xterm-mouse-event: Wrong type argument: wholenump, -6
@ 2014-04-30 22:01 Ishmael
  2014-05-01 16:01 ` Stefan Monnier
  2014-05-03  1:45 ` Glenn Morris
  0 siblings, 2 replies; 24+ messages in thread
From: Ishmael @ 2014-04-30 22:01 UTC (permalink / raw)
  To: 17378


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.





^ permalink raw reply	[flat|nested] 24+ messages in thread

end of thread, other threads:[~2020-09-20 21:34 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
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

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