bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#20937: 24.4; shell-mode: tab completion adds /. to directory, which


From: Lars Ingebrigtsen
Subject: bug#20937: 24.4; shell-mode: tab completion adds /. to directory, which is not helpful
Date: Thu, 12 May 2022 04:57:54 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Ed Avis <eda@waniasset.com> writes:

> M-x shell
> mkdir foo
> rmdir foo <TAB> <TAB>
>
> The argument to rmdir is completed to 'foo/.' (which is the initial
> substring of 'foo/.' and 'foo/..').

(I'm going through old bug reports that unfortunately weren't resolved
at the time.)

That first TAB completes to "foo/", though, which is what you'd expect.
(At least in 25.1 and up; I don't have 24.4 here.)

> Please change the tab completion in shell mode so that directories are
> completed to the trailing slash, as foo/, but the special '.' and '..'
> subdirectories are not considered for further completion.

In bug#16577, we discussed the possibility of adding more variables to
allow excluding files more easily.  If we had that, then adding "." and
".." to that would probably be pretty popular.

(So I'm merging this report with that report, because fixing it would
also fix this one.)

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

[Prev in Thread] Current Thread [Next in Thread]