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.bugs Subject: bug#50851: 28.0.50; flyspell-mode overrides context-menu-mode Date: Sat, 03 Sep 2022 22:40:28 +0300 Organization: LINKOV.NET Message-ID: <86edwsi6vn.fsf@mail.linkov.net> References: <86zgpgtbhb.fsf@mail.linkov.net> <87ilm6vxd4.fsf@gnus.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="25438"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (x86_64-pc-linux-gnu) Cc: 50851@debbugs.gnu.org, Tor Kringeland To: Lars Ingebrigtsen Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sat Sep 03 21:52:47 2022 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1oUZCB-0006Ue-Of for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 03 Sep 2022 21:52:47 +0200 Original-Received: from localhost ([::1]:47938 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oUZCA-0006ZM-JH for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 03 Sep 2022 15:52:46 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:48374) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oUZ7a-0000qK-3H for bug-gnu-emacs@gnu.org; Sat, 03 Sep 2022 15:48:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:54401) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oUZ7Z-0008Up-Q3 for bug-gnu-emacs@gnu.org; Sat, 03 Sep 2022 15:48:01 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oUZ7Z-0000d6-Mo for bug-gnu-emacs@gnu.org; Sat, 03 Sep 2022 15:48:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 03 Sep 2022 19:48:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 50851 X-GNU-PR-Package: emacs Original-Received: via spool by 50851-submit@debbugs.gnu.org id=B50851.16622344492248 (code B ref 50851); Sat, 03 Sep 2022 19:48:01 +0000 Original-Received: (at 50851) by debbugs.gnu.org; 3 Sep 2022 19:47:29 +0000 Original-Received: from localhost ([127.0.0.1]:43097 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oUZ73-0000aC-CG for submit@debbugs.gnu.org; Sat, 03 Sep 2022 15:47:29 -0400 Original-Received: from relay5-d.mail.gandi.net ([217.70.183.197]:36697) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oUZ71-0000Zw-NT for 50851@debbugs.gnu.org; Sat, 03 Sep 2022 15:47:28 -0400 Original-Received: (Authenticated sender: juri@linkov.net) by mail.gandi.net (Postfix) with ESMTPSA id 7F1D41C0003; Sat, 3 Sep 2022 19:47:16 +0000 (UTC) In-Reply-To: <87ilm6vxd4.fsf@gnus.org> (Lars Ingebrigtsen's message of "Fri, 02 Sep 2022 13:17:43 +0200") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:241447 Archived-At: >> `C-c $' (flyspell-correct-word-before-point) does the same and >> ignores non-letters. But `context-menu-function' is added >> only on the overlay over the word - therefore the problem. > > I'm not sure I understand this -- you want `S-' to open a menu > that finds a region of interest near point (instead of opening the > context menu at point)? > > I think that sounds like it'd be rather awkward -- the context menu is > all about doing stuff based on where point is. If you already know that > it's the flyspell menu you want, then (as you say) flyspell-mode has > commands for that. Yep, it's inconsistent but still convenient, so I'm unsure about this.