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#54374: 29.0.50; previous-completion fails at beginning of completions buffer Date: Thu, 26 May 2022 19:26:41 +0300 Organization: LINKOV.NET Message-ID: <86y1yoqmym.fsf@mail.linkov.net> References: <86h782b3zk.fsf@mail.linkov.net> <871qz5k2na.fsf@posteo.net> <86bky99c7r.fsf@mail.linkov.net> <87fsnk39nr.fsf@posteo.net> <86k0cwlcge.fsf@mail.linkov.net> <875yobnd7n.fsf@posteo.net> <864k3tu4pp.fsf@mail.linkov.net> <861qwiu4rd.fsf@mail.linkov.net> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="15436"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (x86_64-pc-linux-gnu) To: 54374@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Thu May 26 18:28:10 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 1nuGLJ-0003pE-VR for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 26 May 2022 18:28:09 +0200 Original-Received: from localhost ([::1]:59566 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nuGLJ-0001Bm-0F for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 26 May 2022 12:28:09 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:41454) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nuGLD-0001BV-BT for bug-gnu-emacs@gnu.org; Thu, 26 May 2022 12:28:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:37741) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nuGLD-0007iD-0Q for bug-gnu-emacs@gnu.org; Thu, 26 May 2022 12:28:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nuGLC-0003Bc-At for bug-gnu-emacs@gnu.org; Thu, 26 May 2022 12:28: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: Thu, 26 May 2022 16:28:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 54374 X-GNU-PR-Package: emacs Original-Received: via spool by 54374-submit@debbugs.gnu.org id=B54374.165358245512203 (code B ref 54374); Thu, 26 May 2022 16:28:02 +0000 Original-Received: (at 54374) by debbugs.gnu.org; 26 May 2022 16:27:35 +0000 Original-Received: from localhost ([127.0.0.1]:59869 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nuGKk-0003Ak-VR for submit@debbugs.gnu.org; Thu, 26 May 2022 12:27:35 -0400 Original-Received: from relay11.mail.gandi.net ([217.70.178.231]:36275) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nuGKi-0003AM-JR; Thu, 26 May 2022 12:27:33 -0400 Original-Received: (Authenticated sender: juri@linkov.net) by mail.gandi.net (Postfix) with ESMTPSA id 5B337100005; Thu, 26 May 2022 16:27:24 +0000 (UTC) In-Reply-To: <861qwiu4rd.fsf@mail.linkov.net> (Juri Linkov's message of "Tue, 24 May 2022 22:12:27 +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:233125 Archived-At: forcemerge 54374 55289 55430 quit > Here is the patch that fixes 4 bugs: 2 bugs described above, > and also bug#55289 and bug#55430. I pushed the test suite that will help to verify that these bugs are correctly fixed.