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#60313: 29.0.60; Problems navigating completions from minibuffer with flex completion style Date: Wed, 15 Nov 2023 19:30:50 +0200 Organization: LINKOV.NET Message-ID: <86edgrj5l9.fsf@mail.linkov.net> References: <87cz87bi28.fsf@dell.mail-host-address-is-not-set> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="38507"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/30.0.50 (x86_64-pc-linux-gnu) Cc: 60313@debbugs.gnu.org To: Knut Anders Hatlen Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Wed Nov 15 18:46:17 2023 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 1r3Jxx-0009up-2A for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 15 Nov 2023 18:46:17 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1r3Jxn-0002ct-9d; Wed, 15 Nov 2023 12:46:07 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1r3Jxi-0002bI-T5 for bug-gnu-emacs@gnu.org; Wed, 15 Nov 2023 12:46:04 -0500 Original-Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1r3Jxi-00067f-Kf for bug-gnu-emacs@gnu.org; Wed, 15 Nov 2023 12:46:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1r3Jxh-0001av-OT for bug-gnu-emacs@gnu.org; Wed, 15 Nov 2023 12:46:01 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 15 Nov 2023 17:46:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 60313 X-GNU-PR-Package: emacs Original-Received: via spool by 60313-submit@debbugs.gnu.org id=B60313.17000703266050 (code B ref 60313); Wed, 15 Nov 2023 17:46:01 +0000 Original-Received: (at 60313) by debbugs.gnu.org; 15 Nov 2023 17:45:26 +0000 Original-Received: from localhost ([127.0.0.1]:53678 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r3Jx7-0001ZV-Qv for submit@debbugs.gnu.org; Wed, 15 Nov 2023 12:45:26 -0500 Original-Received: from relay7-d.mail.gandi.net ([2001:4b98:dc4:8::227]:48501) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r3Jx1-0001Z4-BI; Wed, 15 Nov 2023 12:45:24 -0500 Original-Received: by mail.gandi.net (Postfix) with ESMTPSA id DC4B020002; Wed, 15 Nov 2023 17:45:10 +0000 (UTC) In-Reply-To: <87cz87bi28.fsf@dell.mail-host-address-is-not-set> (Knut Anders Hatlen's message of "Sun, 25 Dec 2022 16:48:31 +0100") X-GND-Sasl: juri@linkov.net 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-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.bugs:274401 Archived-At: close 60313 30.0.50 thanks > Selecting completions from the minibuffer with M-/ and M-RET > doesn't always work quite the way I expect when the flex completion > style is used. For example: > > 1. Evaluate: (push 'flex completion-styles) > > 2. Type: M-x c++-mode TAB TAB > (The *Completions* buffer now shows three alternatives: c++-mode, > c++-ts-mode, c-or-c++-mode.) > > 3. Type M- to select c++-mode, and then M-RET. > > Expected result: c++-mode is enabled in the buffer. > > Actual result: An error with the following message is raised: > ‘c++-modemode’ is not a valid command name Looks like this is fixed now, probably in bug#62700. At least, I can't reproduce the problem. Please reopen if you still see it.