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: New Context Menu Date: Fri, 20 Aug 2021 14:41:48 +0300 Message-ID: <835yw01gxv.fsf@gnu.org> References: <20210818120834.i3orh535tb2enpos.ref@Ergus> <20210818120834.i3orh535tb2enpos@Ergus> <8335r7546s.fsf@gnu.org> <20210818124309.wvd4vhzv6sgsujdh@Ergus> <83a6le4rz1.fsf@gnu.org> <87pmuaoa0u.fsf@mail.linkov.net> <83lf4y36uf.fsf@gnu.org> <87a6ldzzh3.fsf@mail.linkov.net> <8335r53m9i.fsf@gnu.org> <87zgtciom8.fsf@mail.linkov.net> <83a6lc1hnz.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="13318"; mail-complaints-to="usenet@ciao.gmane.io" Cc: spacibba@aol.com, emacs-devel@gnu.org, juri@linkov.net To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Aug 20 13:44:02 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 1mH2wM-0003HZ-JI for ged-emacs-devel@m.gmane-mx.org; Fri, 20 Aug 2021 13:44:02 +0200 Original-Received: from localhost ([::1]:37924 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mH2wL-0006ZU-DB for ged-emacs-devel@m.gmane-mx.org; Fri, 20 Aug 2021 07:44:01 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:60208) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mH2uU-0005DH-1e for emacs-devel@gnu.org; Fri, 20 Aug 2021 07:42:06 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:45986) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mH2uT-00018w-EH; Fri, 20 Aug 2021 07:42:05 -0400 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:4721 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mH2uS-0005uU-VU; Fri, 20 Aug 2021 07:42:05 -0400 In-Reply-To: <83a6lc1hnz.fsf@gnu.org> (message from Eli Zaretskii on Fri, 20 Aug 2021 14:26:08 +0300) 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:272710 Archived-At: > Date: Fri, 20 Aug 2021 14:26:08 +0300 > From: Eli Zaretskii > Cc: spacibba@aol.com, emacs-devel@gnu.org > > > Does it pop down for you if you click [C-down-mouse-3] that displays > > the local/global menu? > > No. When I release the mouse button after clicking C-mouse-3, the > menu stays displayed until I select a menu item (or dismiss the menu > with the likes of C-g). Btw, something's changed in this regard since Emacs 27.2. In Emacs 27, mouse-1 and mouse-3 on the mode-line's major and minor mode names pop up a menu that stays displayed when I release the mouse button. In Emacs 28, these two menus pop down when the button is released. By contrast, C-mouse-3 in *scratch* pops up a menu that doesn't pop down when I release the button even in Emacs 28. I guess this has something to do with the bindings of down-mouse-N vs mouse-N, and the fact that Emacs ignores the down- events when they are not bound?