From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: New Context Menu Date: Fri, 20 Aug 2021 19:44:43 +0300 Organization: LINKOV.NET Message-ID: <87tujkcbgk.fsf@mail.linkov.net> 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> <835yw01gxv.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="13349"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (x86_64-pc-linux-gnu) Cc: spacibba@aol.com, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Aug 20 18:53:07 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 1mH7lQ-0003GR-Lh for ged-emacs-devel@m.gmane-mx.org; Fri, 20 Aug 2021 18:53:04 +0200 Original-Received: from localhost ([::1]:45816 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mH7lP-0005rV-8B for ged-emacs-devel@m.gmane-mx.org; Fri, 20 Aug 2021 12:53:03 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:38658) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mH7kf-0003ma-CD for emacs-devel@gnu.org; Fri, 20 Aug 2021 12:52:17 -0400 Original-Received: from relay6-d.mail.gandi.net ([217.70.183.198]:57931) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mH7kd-0002jJ-My; Fri, 20 Aug 2021 12:52:17 -0400 Original-Received: (Authenticated sender: juri@linkov.net) by relay6-d.mail.gandi.net (Postfix) with ESMTPSA id 69340C0002; Fri, 20 Aug 2021 16:52:11 +0000 (UTC) In-Reply-To: <835yw01gxv.fsf@gnu.org> (Eli Zaretskii's message of "Fri, 20 Aug 2021 14:41:48 +0300") Received-SPF: pass client-ip=217.70.183.198; envelope-from=juri@linkov.net; helo=relay6-d.mail.gandi.net X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-0.001, 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:272735 Archived-At: >> > 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? There is a bug in xterm handling code, but I don't know exactly where.