From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Stepping Back: A Wealth Of Completion systems Re: [ELPA] New package: vertico Date: Wed, 21 Apr 2021 22:25:58 +0300 Message-ID: <83pmynphh5.fsf@gnu.org> References: <9c9af088-580f-9fb1-4d79-237a74ce605c@inventati.org> <874kgkxxs0.fsf@posteo.net> <87blamp5hy.fsf@posteo.net> <87h7k0c7tz.fsf@posteo.net> <83a6psq932.fsf@gnu.org> <87im4gaq63.fsf@posteo.net> <838s5brgom.fsf@gnu.org> <87a6prby4n.fsf@posteo.net> <831rb3rds9.fsf@gnu.org> <83y2dbpmw1.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="13194"; mail-complaints-to="usenet@ciao.gmane.io" Cc: philipk@posteo.net, yuri.v.khan@gmail.com, emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Apr 21 21:29:30 2021 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lZIXR-0003Iw-Lf for ged-emacs-devel@m.gmane-mx.org; Wed, 21 Apr 2021 21:29:29 +0200 Original-Received: from localhost ([::1]:35592 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lZIXQ-0003K9-3p for ged-emacs-devel@m.gmane-mx.org; Wed, 21 Apr 2021 15:29:28 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:43762) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lZIUE-00088g-Eu for emacs-devel@gnu.org; Wed, 21 Apr 2021 15:26:10 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:34009) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lZIUE-0007WC-3t; Wed, 21 Apr 2021 15:26:10 -0400 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:4599 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1lZIUC-0001zr-Og; Wed, 21 Apr 2021 15:26:09 -0400 In-Reply-To: (message from Stefan Monnier on Wed, 21 Apr 2021 15:22:34 -0400) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:268249 Archived-At: > From: Stefan Monnier > Date: Wed, 21 Apr 2021 15:22:34 -0400 > Cc: philipk@posteo.net, emacs-devel@gnu.org, Yuri Khan > > > 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.