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#49635: 28.0.50; project-switch-project dispatch command is overshadowed by evil-mode's g Date: Sun, 01 Aug 2021 23:44:52 +0300 Organization: LINKOV.NET Message-ID: <874kc828u3.fsf@mail.linkov.net> References: <1152404422.2009059.1626668786004@ichabod.co-bxl> <87bl6ynzbs.fsf@mail.linkov.net> <2256f0f6-1c71-b850-fde2-43c8362abeb0@yandex.ru> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="19841"; 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: 49635@debbugs.gnu.org, Brian Leung To: Dmitry Gutov Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sun Aug 01 22:46:18 2021 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 1mAILh-00052X-3T for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 01 Aug 2021 22:46:17 +0200 Original-Received: from localhost ([::1]:43624 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mAILf-0004OZ-LV for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 01 Aug 2021 16:46:15 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:42690) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mAILS-0004K4-NH for bug-gnu-emacs@gnu.org; Sun, 01 Aug 2021 16:46:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:53682) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mAILS-0001I8-8m for bug-gnu-emacs@gnu.org; Sun, 01 Aug 2021 16:46:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mAILS-0005Cd-3Q for bug-gnu-emacs@gnu.org; Sun, 01 Aug 2021 16:46: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: Sun, 01 Aug 2021 20:46:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 49635 X-GNU-PR-Package: emacs Original-Received: via spool by 49635-submit@debbugs.gnu.org id=B49635.162785075019972 (code B ref 49635); Sun, 01 Aug 2021 20:46:01 +0000 Original-Received: (at 49635) by debbugs.gnu.org; 1 Aug 2021 20:45:50 +0000 Original-Received: from localhost ([127.0.0.1]:36995 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mAILG-0005C4-Lo for submit@debbugs.gnu.org; Sun, 01 Aug 2021 16:45:50 -0400 Original-Received: from relay10.mail.gandi.net ([217.70.178.230]:60951) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mAILC-0005Bk-BG for 49635@debbugs.gnu.org; Sun, 01 Aug 2021 16:45:49 -0400 Original-Received: (Authenticated sender: juri@linkov.net) by relay10.mail.gandi.net (Postfix) with ESMTPSA id 805AF240004; Sun, 1 Aug 2021 20:45:38 +0000 (UTC) In-Reply-To: <2256f0f6-1c71-b850-fde2-43c8362abeb0@yandex.ru> (Dmitry Gutov's message of "Mon, 19 Jul 2021 19:59:00 +0300") 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:211052 Archived-At: >> Instead of read-key-sequence, project-switch-project could use >> read-char-from-minibuffer, or read-multiple-choice, or read-answer, etc. > > Would using any of them solve the problem? Which one would fix the existing > code better? Actually, there was a bug in project-switch-project that is fixed now by commit a6f67d60e1. Please verify if everything works now.