From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Omar Polo Newsgroups: gmane.emacs.devel Subject: Re: popup menu-bar in lucid Date: Sun, 07 Mar 2021 17:27:02 +0100 Message-ID: <87blbvc4kp.fsf@omarpolo.com> References: <87blbvl0s4.fsf@yandex.com> <87y2ez5cd1.fsf@tcd.ie> <87o8fvt7f1.fsf@yandex.com> <87h7lnuj9w.fsf@yandex.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="38735"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: mu4e 1.4.14; emacs 28.0.50 Cc: "Basil L. Contovounesios" , emacs-devel@gnu.org To: Colin Baxter Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Mar 07 17:28:00 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 1lIwG7-0009yD-MV for ged-emacs-devel@m.gmane-mx.org; Sun, 07 Mar 2021 17:27:59 +0100 Original-Received: from localhost ([::1]:55980 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lIwG6-0002Or-Oj for ged-emacs-devel@m.gmane-mx.org; Sun, 07 Mar 2021 11:27:58 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:46994) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lIwFR-0001yB-Bb for emacs-devel@gnu.org; Sun, 07 Mar 2021 11:27:17 -0500 Original-Received: from mail.omarpolo.com ([144.91.116.244]:57295) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lIwFO-0003CY-Tb for emacs-devel@gnu.org; Sun, 07 Mar 2021 11:27:17 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=omarpolo.com; s=20200327; t=1615134423; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=FjBt8o8bxM4L9whT1j4q4IE6DsopqOxGMtBX68KZDgI=; b=agJfpMh6Kddc5ibspnklN/AvqyOdJ5Dn+tN5pyeBu5mNVV8YQUA8J1iFOxAQsrWT/OlJmr NVjbABmsrt7La5+6Q1Eem3dCnjjQFVt+bMtA3Vym6ezzgstvvio8MK7ubYL+HPJMEjgUTO D5s9uIes7gW9CLiJp7zL40hayPAHl+M= Original-Received: from localhost (host-79-20-13-205.retail.telecomitalia.it [79.20.13.205]) by mail.omarpolo.com (OpenSMTPD) with ESMTPSA id a8460df0 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Sun, 7 Mar 2021 17:27:03 +0100 (CET) Original-Received: from venera (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 9c529744; Sun, 7 Mar 2021 17:27:02 +0100 (CET) In-reply-to: <87h7lnuj9w.fsf@yandex.com> Received-SPF: pass client-ip=144.91.116.244; envelope-from=op@omarpolo.com; helo=mail.omarpolo.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action 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:266132 Archived-At: Colin Baxter writes: > I've doubled checked. For me, the popup menu for lucid configured > emacs-28 is navigable only from the mouse and not the arrow keys whereas a > lucid configured emacs-27.1 has a popup menu navigable from the mouse > and keys. I have nothing in my ~/.Xdefaults relating to emacs. > > Best wishes, > > Colin Baxter. I don't know if you've reported the bug yet, but I can confirm that a commit in the last 4 days triggered this. I'm running an emacs 28 from 3-4 days ago and it's working fine, with the lastest built from today's master the arrow navigation in the menu is not working. I don't have the time to bisect and/or inspect the commits in that range right now, but I hope this helps a bit at least :)