unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Jared Finder via "Emacs development discussions." <emacs-devel@gnu.org>
To: Eli Zaretskii <eliz@gnu.org>
Cc: emacs-devel@gnu.org
Subject: Re: Making TTY menus more visual
Date: Sat, 03 Oct 2020 12:26:49 -0700	[thread overview]
Message-ID: <85afa5c0a0a789c6047e92f6ecfa9fcc@finder.org> (raw)
In-Reply-To: <83wo07g0bf.fsf@gnu.org>

On 2020-10-03 1:50 am, Eli Zaretskii wrote:
>> Date: Fri, 02 Oct 2020 17:16:55 -0700
>> From: Jared Finder <jared@finder.org>
>> Cc: emacs-devel@gnu.org
>> 
>> I see the following things that need to change:
>> 
>> 1. Add a new command that calls menu-bar-open with the right value for
>> initial-x. (this is the patch 001 in the root of the thread)
> 
> But patch 001 also includes unrelated parts, the tmm-menubar-item-at-x
> function etc., right?

tmm-menubar-item-at-x is a new function to share the conversion of a 
mouse X to a specific menu item between tmm-menubar and the newly added 
command, menu-bar-open-mouse.

There's no new code there, it's the existing logic in tmm-menubar.

>> 2. In read_menu_input in term.c, additional logic needs to be added to
>> handle xterm mouse clicks since the focused menu item will not be
>> necessarily the one clicked on.
> 
> I'm not sure I understand how this can happen.  Can you describe the
> sequence of events that could lead to this, assuming tmm-menubar is
> NOT involved?  When TTY menus drop down from the menu bar, the focused
> item and the one clicked on should always coincide.  Any click on
> another item is a click "outside of the popped up menu", and that
> should dismiss the menu.
> 
>> Also, a user may click outside of the popped up menu, which they
>> would expect to dismiss the menu. (this is patch 002 in the root of
>> the thread, not yet complete)
> 
> This should already work; it does in the MS-Windows build when Emacs
> is invoked with -nw.  Please tell more why you think any changes there
> are needed.  Perhaps you could take me through the code there and
> explain what is missing and why.  (And why do you call posn-x-y in the
> patch when X and Y are already known and used by that code? is that
> because mouse_get_xy does not yet support xterm-mouse? if so, that
> support should be added via the terminal's mouse_position_hook.)

 From injecting debug logs into read_menu_input, I can observe that 
tty-menu-mouse-movement is never received so the highlighted item never 
changes except due to keyboard input. And from tracing 
xterm-mouse--read-event-sequence, it appears that Emacs normally does 
not receive xterm mouse motion events unless a button is pressed.

This appears to be due to xt-mouse sending event code 1002 instead of 
1003 (see 
https://invisible-island.net/xterm/ctlseqs/ctlseqs.html#h2-Mouse-Tracking).

Just sending 1003 instead doesn't just work, but I do see mouse events 
now coming through. Let me do some more investigation here and I will 
get back to you.

   -- MJF



  reply	other threads:[~2020-10-03 19:26 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-02  6:16 Making TTY menus more visual Jared Finder via Emacs development discussions.
2020-10-02  7:31 ` Eli Zaretskii
2020-10-03  0:16   ` Jared Finder via Emacs development discussions.
2020-10-03  8:50     ` Eli Zaretskii
2020-10-03 19:26       ` Jared Finder via Emacs development discussions. [this message]
2020-10-03 22:28         ` Jared Finder via Emacs development discussions.
2020-10-03 23:25           ` Jared Finder via Emacs development discussions.
2020-10-04  6:43           ` Eli Zaretskii
2020-10-04  9:04             ` Eli Zaretskii
2020-10-05  5:36               ` Jared Finder via Emacs development discussions.
2020-10-05  6:45                 ` Eli Zaretskii
2020-10-08  6:39                   ` Jared Finder via Emacs development discussions.
2020-10-08  8:15                     ` Eli Zaretskii
2020-10-09  5:17                       ` Jared Finder via Emacs development discussions.
2020-10-09 15:02                         ` Eli Zaretskii
2020-10-10  5:20                           ` Jared Finder via Emacs development discussions.
2020-10-10  7:28                             ` Eli Zaretskii
2020-10-12  3:25                               ` Jared Finder via Emacs development discussions.
2020-10-12 14:45                                 ` Eli Zaretskii
2020-10-12 21:30                                   ` Jared Finder via Emacs development discussions.
2020-10-13 14:33                                     ` Eli Zaretskii
2020-10-14  1:59                                       ` Jared Finder via Emacs development discussions.
2020-10-15 13:34                                         ` Eli Zaretskii
2020-10-16  6:51                                           ` Eli Zaretskii
2020-10-16 16:18                                             ` Jared Finder via Emacs development discussions.
2020-10-24 10:31                                     ` Eli Zaretskii
2020-10-25  0:27                                       ` Jared Finder via Emacs development discussions.
2020-10-31  8:05                                         ` Eli Zaretskii
2020-10-24 10:25                               ` Eli Zaretskii
2020-10-04  6:22         ` Eli Zaretskii
2020-10-04  6:24         ` Eli Zaretskii
2020-10-04 22:15           ` Jared Finder via Emacs development discussions.

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=85afa5c0a0a789c6047e92f6ecfa9fcc@finder.org \
    --to=emacs-devel@gnu.org \
    --cc=eliz@gnu.org \
    --cc=jared@finder.org \
    /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).