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

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

bug#29498: M-x shell tab expansions fooled into thinking >| should be li


From: 積丹尼 Dan Jacobson
Subject: bug#29498: M-x shell tab expansions fooled into thinking >| should be like |
Date: Wed, 29 Nov 2017 15:38:25 +0800

M-x shell
$ date >    <TAB> # give no expansions. Bad.
$ date >  ./<TAB> # gives filenames. Good.
$ date >|   <TAB> # give no expansions. Bad.
$ date >| ./<TAB> # gives executables and subdirectories. Bad.
So M-x shell tab expansions are fooled into thinking >| should be like |
when in fact it should be like >.
And also there are Bad cases 1 and 2 above that need fixing.
emacs-version "25.2.2"





reply via email to

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