GNU bug report logs - #29498
M-x shell tab expansions fooled into thinking >| should be like |

Previous Next

Package: emacs;

Reported by: 積丹尼 Dan Jacobson <jidanni <at> jidanni.org>

Date: Wed, 29 Nov 2017 07:39:03 UTC

Severity: minor

Full log


View this message in rfc822 format

From: 積丹尼 Dan Jacobson <jidanni <at> jidanni.org>
To: 29498 <at> debbugs.gnu.org
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"




This bug report was last modified 7 years and 201 days ago.

Previous Next


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