emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Stepping Back: A Wealth Of Completion systems Re: [ELPA] New package


From: Stefan Monnier
Subject: Re: Stepping Back: A Wealth Of Completion systems Re: [ELPA] New package: vertico
Date: Wed, 21 Apr 2021 15:35:37 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

>> > That's easy to support with menus: just doesn't create the submenu
>> > unless the user says so with some mouse gesture, like pressing some
>> > modifier key when clicking on a menu item.
>> I don't think Gtk menus offer such a functionality
> Isn't the menu data created by Emacs, GTK or not?  If so, we control
> whether a menu item has children or not.

Right, but we can't re-create the menu while it's in use, so either the
entry has/is a submenu or it isn't.  It doesn't offer "some mouse
gesture" for the user to select "the entry that corresponds to
a submenu".  AFAIK the only thing you can do is walk the tree for
a while and at the end select one of the leaves.


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]