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: [PATCH] Support "\n" in icomplete-separator Date: Fri, 13 Nov 2020 18:05:29 +0200 Message-ID: <83h7ptw8c6.fsf@gnu.org> References: <837dqr27zs.fsf@gnu.org> <83361f22ah.fsf@gnu.org> <83sg9fzlto.fsf@gnu.org> <83r1ozz22j.fsf@gnu.org> <83d00izloj.fsf@gnu.org> <83361ezix2.fsf@gnu.org> <83y2j6xy4m.fsf@gnu.org> <83v9e9wgyk.fsf@gnu.org> <83r1oxwehu.fsf@gnu.org> <87pn4hjnso.fsf@rub.de> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="11372"; mail-complaints-to="usenet@ciao.gmane.io" Cc: spacibba@aol.com, andreyk.mad@gmail.com, emacs-devel@gnu.org, rudalics@gmx.at, monnier@iro.umontreal.ca, ghe@sdf.org To: Stephen Berman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Nov 13 17:06:32 2020 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 1kdbap-0002on-Lo for ged-emacs-devel@m.gmane-mx.org; Fri, 13 Nov 2020 17:06:31 +0100 Original-Received: from localhost ([::1]:56338 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kdbao-0005th-OA for ged-emacs-devel@m.gmane-mx.org; Fri, 13 Nov 2020 11:06:30 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:39886) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kdba9-0004zX-Tn for emacs-devel@gnu.org; Fri, 13 Nov 2020 11:05:50 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:33710) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kdba6-0003sZ-Sw; Fri, 13 Nov 2020 11:05:46 -0500 Original-Received: from [176.228.60.248] (port=3140 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kdba5-00060E-0e; Fri, 13 Nov 2020 11:05:46 -0500 In-Reply-To: <87pn4hjnso.fsf@rub.de> (message from Stephen Berman on Fri, 13 Nov 2020 16:09:59 +0100) 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:259148 Archived-At: > From: Stephen Berman > Cc: Gregory Heytings , rudalics@gmx.at, spacibba@aol.com, > monnier@iro.umontreal.ca, andreyk.mad@gmail.com, emacs-devel@gnu.org > Date: Fri, 13 Nov 2020 16:09:59 +0100 > > > Actually, menus (even GUI toolkit menus) work with the keyboard very > ^^^^^^^^^^^^^^^^^^^^^^ > > well. Including in Emacs. It's true that interaction with GUI > > I frequently use the keyboard to open, navigate and select items from > menues in GTK builds of Emacs, but in my no-toolkit build, I can pop > open the global menu with F10 but it responds to no further keyboard > action, only to the mouse (this is under GNU/Linux). Is this a known > limitation of no-toolkit menues? I think we just didn't implement keyboard movement in non-toolkit menus on X. Patches are welcome.