all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
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: Wed, 07 May 2014 09:43:59 -0400	[thread overview]
Message-ID: <jwvr445hgqw.fsf-monnier+emacsbugs@gnu.org> (raw)
In-Reply-To: <1399428019612-321372.post@n5.nabble.com> (Ishmael's message of "Tue, 6 May 2014 19:00:19 -0700 (PDT)")

> Here you go.  I did it a couple times, just in case.

Thanks.  Can you correlate my decoding below with what you've actually done?

> ESC [ M SPC > 4
> ESC [ M # > 4

down-mouse-1 + mouse-1, at position 30,20

> ESC [ M a > 4
> ESC [ M # > 4

That would be mouse-5 + the weird "up-mouse".  Still at position 30,20.

> ESC [ M a > 4
> ESC [ M # > 4
> ESC [ M a > 4
> ESC [ M # > 4
> ESC [ M a > 4
> ESC [ M # > 4

Repeated 3 more times.

> C-x 3

I think we all know this one.

> ESC [ M SPC \253 /
> ESC [ M # \253 /

down-mouse-1 + mouse-1, at position 139,15

> ESC [ M ` \253 /
> ESC [ M # \253 /

That would be mouse-4 + the weird "up-mouse".  Still at position 139,15.

> ESC [ M ` \253 /
> ESC [ M # \253 /
> ESC [ M ` \253 /
> ESC [ M # \253 /
> ESC [ M ` \253 /
> ESC [ M # \253 /

Repeated 3 more times.

> ESC [ M ` \253 /
> ESC [ M ` \253 /

The same mouse-4 again, repeated twice but this time without the weird
"up-mouse".

> C-x 3

OK.

> ESC [ M SPC \335 3
> ESC [ M # \335 3

down-mouse-1 + mouse-1, at position 189,19

> ESC [ M ! \335 3
> ESC [ M # \335 3

down-mouse-2 + mouse-2, at position 189,19

> ESC [ M " \335 3
> ESC [ M # \335 3

down-mouse-3 + mouse-3, at position 189,19

> ESC [ M a \335 3
> ESC [ M # \335 3

mouse-5 + weird "up-mouse", at position 189,19

> ESC [ M 3 ESC [
> ESC [ M 3 ESC [
> ESC [ M 3 ESC [
> ESC [ M 3 ESC [
> ESC [ M 3 ESC [
> ESC [ M 3 ESC [

Hmm... no idea what this is.

> ESC [ M SPC \360 >
> ESC [ M # \360 >

down-mouse-1 + mouse-1, at position 208,30

> ESC [ M ! \360 >
> ESC [ M # \360 >

down-mouse-2 + mouse-2, at position 208,30

> ESC [ M " \360 >
> ESC [ M # \360 >

down-mouse-3 + mouse-3, at position 208,30

> ESC [ M a \360 >
> ESC [ M # \360 >

mouse-5 + weird "up-mouse", at position 189,19

> ESC [ M > ESC [
> ESC [ M > ESC [
> ESC [ M > ESC [

Still no clue.

> ESC x v i e w - l o TAB RET

OK, first part done.-------------------------------------------------------

> ESC [ M SPC < <
> ESC [ M # < <

down-mouse-1 + mouse-1, at position 28,28

> ESC [ M a < <
> ESC [ M # < <
> ESC [ M a < <
> ESC [ M # < <

Twice: mouse-5 + weird "up-mouse", at position 28,28

> C-x 3

OK

> ESC [ M SPC \247 7
> ESC [ M # \247 7

down-mouse-1 + mouse-1, at position 135,23

> ESC [ M ` \247 7
> ESC [ M # \247 7

mouse-4 + weird "up-mouse".  Still at position 135,15.

> ESC [ M ` \247 7
> ESC [ M # \247 7

Repeated.

> ESC [ M ` \247 7

Again but without the "up-mouse".

> C-x 3

OK

> ESC [ M SPC \341 1
> ESC [ M # \341 1

down-mouse-1 + mouse-1, at position 193,17

> ESC [ M ! \341 1
> ESC [ M # \341 1

down-mouse-2 + mouse-2, at position 193,17

> ESC [ M " \341 1
> ESC [ M # \341 1

down-mouse-3 + mouse-3, at position 193,17

> ESC [ M a \341 1
> ESC [ M # \341 1

mouse-5 + weird up-mouse, at position 193,17

> ESC [ M 1 ESC [
> ESC [ M 1 ESC [

Even less clue since now the ">" has turned into "1".

> ESC [ M SPC \360 )
> ESC [ M # \360 )

down-mouse-1 + mouse-1, at position 208,9

> ESC [ M ! \360 )
> ESC [ M # \360 )

down-mouse-2 + mouse-2, at position 208,9

> ESC [ M " \360 )
> ESC [ M # \360 )

down-mouse-3 + mouse-3, at position 208,9

> ESC [ M a \360 )
> ESC [ M # \360 )

mouse-5 + weird up-mouse, at position 208,9

> ESC [ M ) ESC [
> ESC [ M ) ESC [

In your earlier email, you had a "ESC [ M 5 ESC ["; so far we've seen
"ESC [ M ?? ESC [" with ?? equal to ">", "1", "5", and now ")".

One thing I notice is that in the 1,2,3,4,5 series, the 4 appears to
be missing.  Was that an oversight on your part, or did you do the
scroll up, then scroll down?

If you did do the up and the down, some of the "weird up-mouse"
thingies might actually stand for the mouse-4!

OTOH, those come after the mouse-5 events.  Could it be that you did
wheel-down then wheel-up rather than the reverse (the notion of up and
down in this context often leads to confusion)?


        Stefan





  reply	other threads:[~2014-05-07 13:43 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
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 [this message]
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

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

  git send-email \
    --in-reply-to=jwvr445hgqw.fsf-monnier+emacsbugs@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.