all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#59803: completion-at-point in shell buffer ignores some files
@ 2022-12-03 11:01 Nicolas Graner
  2022-12-04  9:58 ` Eli Zaretskii
  0 siblings, 1 reply; 7+ messages in thread
From: Nicolas Graner @ 2022-12-03 11:01 UTC (permalink / raw)
  To: 59803

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





^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-12-12  1:04 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-03 11:01 bug#59803: completion-at-point in shell buffer ignores some files Nicolas Graner
2022-12-04  9:58 ` Eli Zaretskii
2022-12-10 12:51   ` Eli Zaretskii
2022-12-10 21:43     ` Gregory Heytings
2022-12-11 15:06       ` Stefan Monnier via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-12-11 15:15         ` Eli Zaretskii
2022-12-12  1:04           ` Gregory Heytings

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.