[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#45834: 28.0.50; Mouse events in terminal emacs
From: |
Eli Zaretskii |
Subject: |
bug#45834: 28.0.50; Mouse events in terminal emacs |
Date: |
Wed, 08 Sep 2021 19:04:52 +0300 |
> From: Stefan Monnier <monnier@iro.umontreal.ca>
> Cc: Lars Ingebrigtsen <larsi@gnus.org>, 45834@debbugs.gnu.org
> Date: Wed, 08 Sep 2021 11:49:12 -0400
>
> > So somehow what we do in xterm-translate-focus-in causes Emacs to
> > interpret the sequence as an incomplete one.
>
> AFAIK, `C-x` is incomplete and so it `C-x a`, so I don't e anything
> wrong in what is described above.
I meant the original input: "ESC [ I" This should be a complete key
sequence, given the following:
(define-key map "\e[I" #'xterm-translate-focus-in)
But for some reason, "C-h k" thinks it's an incomplete key sequence,
because "C-h k" followed by a click on a different frame displays
"ESC [ I-" (note the dash). Do you understand why this happens?
- bug#45834: 28.0.50; Mouse events in terminal emacs, (continued)
- bug#45834: 28.0.50; Mouse events in terminal emacs, Lars Ingebrigtsen, 2021/09/08
- bug#45834: 28.0.50; Mouse events in terminal emacs, Eli Zaretskii, 2021/09/08
- bug#45834: 28.0.50; Mouse events in terminal emacs, Lars Ingebrigtsen, 2021/09/08
- bug#45834: 28.0.50; Mouse events in terminal emacs, Eli Zaretskii, 2021/09/08
- bug#45834: 28.0.50; Mouse events in terminal emacs, Lars Ingebrigtsen, 2021/09/08
- bug#45834: 28.0.50; Mouse events in terminal emacs, Eli Zaretskii, 2021/09/08
- bug#45834: 28.0.50; Mouse events in terminal emacs, Lars Ingebrigtsen, 2021/09/08
- bug#45834: 28.0.50; Mouse events in terminal emacs, Eli Zaretskii, 2021/09/08
- bug#45834: 28.0.50; Mouse events in terminal emacs, Lars Ingebrigtsen, 2021/09/08
- bug#45834: 28.0.50; Mouse events in terminal emacs, Stefan Monnier, 2021/09/08
- bug#45834: 28.0.50; Mouse events in terminal emacs,
Eli Zaretskii <=
- bug#45834: 28.0.50; Mouse events in terminal emacs, Stefan Monnier, 2021/09/08
- bug#45834: 28.0.50; Mouse events in terminal emacs, Eli Zaretskii, 2021/09/09
- bug#45834: 28.0.50; Mouse events in terminal emacs, Stefan Monnier, 2021/09/09
- bug#45834: 28.0.50; Mouse events in terminal emacs, Lars Ingebrigtsen, 2021/09/09
- bug#45834: 28.0.50; Mouse events in terminal emacs, Stefan Monnier, 2021/09/09
- bug#45834: 28.0.50; Mouse events in terminal emacs, Lars Ingebrigtsen, 2021/09/08