GNU bug report logs - #59803
completion-at-point in shell buffer ignores some files

Previous Next

Package: emacs;

Reported by: Nicolas Graner <nicolas <at> graner.name>

Date: Sat, 3 Dec 2022 11:02:01 UTC

Severity: normal

Done: Gregory Heytings <gregory <at> heytings.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Nicolas Graner <nicolas <at> graner.name>
Subject: bug#59803: closed (Re: bug#59803: completion-at-point in shell
 buffer ignores some files)
Date: Mon, 12 Dec 2022 01:05:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#59803: completion-at-point in shell buffer ignores some files

which was filed against the emacs package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 59803 <at> debbugs.gnu.org.

-- 
59803: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=59803
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Gregory Heytings <gregory <at> heytings.org>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: Stefan Monnier <monnier <at> iro.umontreal.ca>, nicolas <at> graner.name,
 59803-done <at> debbugs.gnu.org
Subject: Re: bug#59803: completion-at-point in shell buffer ignores some files
Date: Mon, 12 Dec 2022 01:04:43 +0000
>
> Gregory, please install on the release branch, and thanks (to both of 
> you).
>

Done (24c8c28ae6), and closing.



[Message part 3 (message/rfc822, inline)]
From: Nicolas Graner <nicolas <at> graner.name>
To: bug-gnu-emacs <at> gnu.org
Subject: completion-at-point in shell buffer ignores some files
Date: Sat, 03 Dec 2022 12:01:16 +0100
In a *Shell* buffer, file name completion ignores file names already
present on the current line. For example, if you have a file named `foo'
and no other file starting with an f, when you type:

$ cp f<TAB> f<TAB>

the first <TAB> completes `f' to `foo', but the second <TAB> gives a `No
match' error.

Similarly, if you have files named foo1, foo2, foo3 and foo4, then:

$ mv foo1 foo2 f<TAB>

shows only foo3 and foo4 in the completions buffer.

Happens in emacs 29 but not in 28.

Nicolas



This bug report was last modified 2 years and 161 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.