From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Nicolas Graner Newsgroups: gmane.emacs.help Subject: Re: file name completion in shell Date: Sat, 03 Dec 2022 12:45:30 +0100 Message-ID: <87o7skhfs5.fsf@graner.name> References: <83pmd1dlm7.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="21412"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Sat Dec 03 12:46:07 2022 Return-path: Envelope-to: geh-help-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 1p1Qy7-0005PY-7r for geh-help-gnu-emacs@m.gmane-mx.org; Sat, 03 Dec 2022 12:46:07 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1p1Qxd-0006Oi-10; Sat, 03 Dec 2022 06:45:37 -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 1p1Qxb-0006OZ-R2 for help-gnu-emacs@gnu.org; Sat, 03 Dec 2022 06:45:35 -0500 Original-Received: from ouvsmtp1.octopuce.fr ([194.36.166.50]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p1Qxa-0005pB-A5 for help-gnu-emacs@gnu.org; Sat, 03 Dec 2022 06:45:35 -0500 Original-Received: from panel.vitry.ouvaton.coop (unknown [194.36.166.20]) by ouvsmtp1.octopuce.fr (Postfix) with ESMTPS id 5D4261F6 for ; Sat, 3 Dec 2022 12:45:31 +0100 (CET) Original-Received: from hypra-graner (212.246.204.77.rev.sfr.net [77.204.246.212]) by panel.vitry.ouvaton.coop (Postfix) with ESMTPSA id EDDB35E28FE for ; Sat, 3 Dec 2022 12:45:30 +0100 (CET) In-Reply-To: <83pmd1dlm7.fsf@gnu.org> (message from Eli Zaretskii on Sat, 03 Dec 2022 08:53:04 +0200) Received-SPF: pass client-ip=194.36.166.50; envelope-from=nicolas@graner.name; helo=ouvsmtp1.octopuce.fr X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:141313 Archived-At: Eli Zaretskii a =C3=A9crit le 03/12/2022 =C3=A0 08h53 : >> From: Nicolas Graner >> Date: Fri, 02 Dec 2022 23:19:08 +0100 >>=20 >> In emacs 29, in a *Shell* buffer, file name completion ignores file >> names already present on the same line. [...] > Please report this as a bug, the sooner the better. Done: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D59803 Nicolas