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:44:08 +0300 Organization: LINKOV.NET Message-ID: <864jxoi6pj.fsf@mail.linkov.net> References: <87fstqxbrm.fsf@posteo.net> <877df0le34.fsf@mail.linkov.net> <87bl4cv5gk.fsf@posteo.net> <87mtbivxh4.fsf@gnus.org> <877d2m6muw.fsf@posteo.net> <87edwuvwyh.fsf@gnus.org> <87v8q6are2.fsf@posteo.net> <878rn2uf97.fsf@gnus.org> <87o7vyaqu1.fsf@posteo.net> <87o7vyszbs.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="26615"; 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, Philip Kaludercic To: Lars Ingebrigtsen Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sat Sep 03 21:53:03 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 1oUZCQ-0006mh-IR for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 03 Sep 2022 21:53:02 +0200 Original-Received: from localhost ([::1]:48710 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oUZCP-00070K-8z for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 03 Sep 2022 15:53:01 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:48376) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oUZ7a-0000sI-H4 for bug-gnu-emacs@gnu.org; Sat, 03 Sep 2022 15:48:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:54402) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oUZ7a-0008Uv-61 for bug-gnu-emacs@gnu.org; Sat, 03 Sep 2022 15:48:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oUZ7a-0000dF-2H for bug-gnu-emacs@gnu.org; Sat, 03 Sep 2022 15:48:02 -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:02 +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.16622344552265 (code B ref 50851); Sat, 03 Sep 2022 19:48:02 +0000 Original-Received: (at 50851) by debbugs.gnu.org; 3 Sep 2022 19:47:35 +0000 Original-Received: from localhost ([127.0.0.1]:43100 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oUZ78-0000aS-My for submit@debbugs.gnu.org; Sat, 03 Sep 2022 15:47:34 -0400 Original-Received: from relay9-d.mail.gandi.net ([217.70.183.199]:38681) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oUZ76-0000a3-H9 for 50851@debbugs.gnu.org; Sat, 03 Sep 2022 15:47:32 -0400 Original-Received: (Authenticated sender: juri@linkov.net) by mail.gandi.net (Postfix) with ESMTPSA id 50F4BFF809; Sat, 3 Sep 2022 19:47:23 +0000 (UTC) In-Reply-To: <87o7vyszbs.fsf@gnus.org> (Lars Ingebrigtsen's message of "Fri, 02 Sep 2022 15:03:35 +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:241448 Archived-At: >> Yes, but this is not the context menu that is active everywhere else. I >> believe that what I am expecting is intuitive, as browsers behave the >> same way. If you have a text field and right-click on any regular word, >> you get the "undo", "cut", "paste", etc. options. But if you >> right-click on a typo you get spell checking suggestion _in addition_ to >> the previous options. > > Makes sense to me. Anybody else have an opinion here? I agree. Some apps add spellcheck suggestions in a submenu, some add them at the top of the context menu. Still the biggest task is to refactor `flyspell-correct-word' that would allow this.