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#65348: INITIAL-INPUT in completing-read repeats same entry twice consecutively Date: Sun, 20 Aug 2023 19:39:23 +0300 Organization: LINKOV.NET Message-ID: <86lee6owj0.fsf@mail.linkov.net> References: <7D2p2XmGzWwhYjrI_PaUsn8r_NaQf-B0eAf7AmeRIhBEl84z79j_jKky-Lqlt6nc52SQ7T5yrL9OdqUzou1Mh3zQzgJx-SV6kIvc9Km8bDg=@protonmail.com> <83a5un35h6.fsf@gnu.org> <83o7j2yh47.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="4955"; 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: Eli Zaretskii , "heimeborgia@protonmail.com" , "65348@debbugs.gnu.org" <65348@debbugs.gnu.org> To: Drew Adams Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sun Aug 20 19:28:40 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 1qXmEC-00019Z-HH for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 20 Aug 2023 19:28:40 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qXmDc-00060K-Bq; Sun, 20 Aug 2023 13:28:04 -0400 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 1qXmDa-0005zG-45 for bug-gnu-emacs@gnu.org; Sun, 20 Aug 2023 13:28:02 -0400 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 1qXmDZ-0002cJ-SA for bug-gnu-emacs@gnu.org; Sun, 20 Aug 2023 13:28:01 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qXmDb-0004vq-DO for bug-gnu-emacs@gnu.org; Sun, 20 Aug 2023 13:28:03 -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, 20 Aug 2023 17:28:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 65348 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: notabug Original-Received: via spool by 65348-submit@debbugs.gnu.org id=B65348.169255246718860 (code B ref 65348); Sun, 20 Aug 2023 17:28:03 +0000 Original-Received: (at 65348) by debbugs.gnu.org; 20 Aug 2023 17:27:47 +0000 Original-Received: from localhost ([127.0.0.1]:54757 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qXmDL-0004u8-FX for submit@debbugs.gnu.org; Sun, 20 Aug 2023 13:27:47 -0400 Original-Received: from relay6-d.mail.gandi.net ([217.70.183.198]:47649) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qXmDJ-0004th-LC for 65348@debbugs.gnu.org; Sun, 20 Aug 2023 13:27:46 -0400 Original-Received: by mail.gandi.net (Postfix) with ESMTPSA id 9DB5BC0002; Sun, 20 Aug 2023 17:27:36 +0000 (UTC) In-Reply-To: (Drew Adams's message of "Sat, 19 Aug 2023 20:56:19 +0000") 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:268014 Archived-At: > In case you're thinking, for your "obvious" use > cases, of a case where you have few completion > candidates, such as just "alpha", "beta", "gamma", > then let's not forget that you can already cycle > among those now, as completion candidates, without > having them added to the future history. That's > available since Stefan added candidate cycling, > AFAIK. Your answers are too short. Please elaborate what do you mean by "candidate cycling" and what keys do you press to cycle candidates? Then maybe this cycling could be used instead of 'M-n'.