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#62700: 29.0.60; minibuffer-{previous,next,choose}-completion behave unintuitively when point is not at end of buffer Date: Sun, 09 Apr 2023 19:40:37 +0300 Organization: LINKOV.NET Message-ID: <863559xb3u.fsf@mail.linkov.net> References: <864jpsrgaz.fsf@mail.linkov.net> <86h6tr4pi8.fsf@mail.linkov.net> <87sfdbmmmh.fsf@catern.com> <838rf2opa0.fsf@gnu.org> <86ttxqdwyp.fsf@mail.linkov.net> <83cz4emap9.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="27362"; 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: 62700@debbugs.gnu.org, sbaugh@catern.com, sbaugh@janestreet.com To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sun Apr 09 18:42:22 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 1plY7S-0006xz-3r for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 09 Apr 2023 18:42:22 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1plY7A-0001qx-I0; Sun, 09 Apr 2023 12:42: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 1plY78-0001qm-If for bug-gnu-emacs@gnu.org; Sun, 09 Apr 2023 12:42:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1plY78-0001PK-Ad for bug-gnu-emacs@gnu.org; Sun, 09 Apr 2023 12:42:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1plY78-0008Ty-04 for bug-gnu-emacs@gnu.org; Sun, 09 Apr 2023 12:42: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, 09 Apr 2023 16:42:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 62700 X-GNU-PR-Package: emacs Original-Received: via spool by 62700-submit@debbugs.gnu.org id=B62700.168105851632594 (code B ref 62700); Sun, 09 Apr 2023 16:42:01 +0000 Original-Received: (at 62700) by debbugs.gnu.org; 9 Apr 2023 16:41:56 +0000 Original-Received: from localhost ([127.0.0.1]:33584 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1plY72-0008Te-E9 for submit@debbugs.gnu.org; Sun, 09 Apr 2023 12:41:56 -0400 Original-Received: from relay3-d.mail.gandi.net ([217.70.183.195]:59657) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1plY70-0008TO-MG for 62700@debbugs.gnu.org; Sun, 09 Apr 2023 12:41:55 -0400 Original-Received: (Authenticated sender: juri@linkov.net) by mail.gandi.net (Postfix) with ESMTPSA id A6A0A6000B; Sun, 9 Apr 2023 16:41:46 +0000 (UTC) In-Reply-To: <83cz4emap9.fsf@gnu.org> (Eli Zaretskii's message of "Sat, 08 Apr 2023 22:32:34 +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-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.bugs:259528 Archived-At: >> > If this is for master, I'm fine with such changes. But if you intend >> > to request installing this on emacs-29, then I will object making >> > non-trivial changes in any code that is not specific to the M- and >> >> Actually, a change for base-suffix in minibuffer-completion-help >> is a trivial change. What counts as a non-trivial change would be >> changing the API in completion-all-completions. >> >> > M- bindings that are new in Emacs 29. I don't want to risk any >> > regressions in general-purpose completion code at this late stage. >> >> These changes are specific to the M- and M- bindings: >> completion-use-base-affixes is nil, and it's let-bound to t >> in M- (minibuffer-previous-completion) and M- >> (minibuffer-next-completion). > > The change I reviewed and to which I responded was in code that was > there in Emacs 28 as well. Maybe we are talking about two different > sets of changes. That code was added in Emacs 29 a year ago in the commit 7aaffe25eb178f69027fb0af844a89a86db4b1f2.