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#61479: 28.2; icomplete-in-buffer --- Error in post-command-hook: args-out-of-range Date: Mon, 27 Feb 2023 20:45:38 +0200 Organization: LINKOV.NET Message-ID: <868rgjaqy1.fsf@mail.linkov.net> References: <87y1p1wr4m.fsf@gmail.com> <86cz6dfnyu.fsf@mail.linkov.net> <87wn4ltpg0.fsf@gmail.com> <87lel0ao9z.fsf@gmail.com> <86wn4k14pt.fsf@mail.linkov.net> <87y1p0dovd.fsf@gmail.com> <868rgxea6c.fsf@mail.linkov.net> <875ybz2jiw.fsf@gmail.com> <86ttzckaxm.fsf@mail.linkov.net> <87sfeuj5zc.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="5313"; 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: 61479@debbugs.gnu.org To: Fernando de Morais Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Mon Feb 27 19:47:41 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 1pWiXE-00018P-AG for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 27 Feb 2023 19:47:40 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pWiWm-0007Va-I2; Mon, 27 Feb 2023 13:47:12 -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 1pWiWf-0007T4-UX for bug-gnu-emacs@gnu.org; Mon, 27 Feb 2023 13:47:10 -0500 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 1pWiWc-0007Fd-CR for bug-gnu-emacs@gnu.org; Mon, 27 Feb 2023 13:47:05 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pWiWc-0002yU-6w for bug-gnu-emacs@gnu.org; Mon, 27 Feb 2023 13:47:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 27 Feb 2023 18:47:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 61479 X-GNU-PR-Package: emacs Original-Received: via spool by 61479-submit@debbugs.gnu.org id=B61479.167752357311358 (code B ref 61479); Mon, 27 Feb 2023 18:47:02 +0000 Original-Received: (at 61479) by debbugs.gnu.org; 27 Feb 2023 18:46:13 +0000 Original-Received: from localhost ([127.0.0.1]:48786 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pWiVp-0002x4-9Z for submit@debbugs.gnu.org; Mon, 27 Feb 2023 13:46:13 -0500 Original-Received: from relay6-d.mail.gandi.net ([217.70.183.198]:32837) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pWiVj-0002vx-Bx for 61479@debbugs.gnu.org; Mon, 27 Feb 2023 13:46:07 -0500 Original-Received: (Authenticated sender: juri@linkov.net) by mail.gandi.net (Postfix) with ESMTPSA id 2FDA1C0007; Mon, 27 Feb 2023 18:45:57 +0000 (UTC) In-Reply-To: <87sfeuj5zc.fsf@gmail.com> (Fernando de Morais's message of "Sat, 25 Feb 2023 09:15:51 -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:256896 Archived-At: >> This shows that C-M-i bound to icomplete-force-complete needs the same >> treatment: > > I've tested it and it worked perfectly! Thank you once more. Thanks for confirming. Now the fix is pushed to Emacs 30. And these bugs are closed as well: bug#45763, bug#45764, bug#51575.