[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Tab completion breaks for tilde-paths with filenames containing spac
From: |
Eduardo A . Bustamante López |
Subject: |
Re: Tab completion breaks for tilde-paths with filenames containing space |
Date: |
Wed, 14 Jan 2015 09:14:54 -0600 |
User-agent: |
Mutt/1.5.23 (2014-03-12) |
On Wed, Jan 14, 2015 at 09:55:33AM -0500, Dave Rutherford wrote:
[...]
> I don't think so, unless Debian turned it on for me.
Can you test with:
bash --norc --noprofile -i
> Note that without a\ a.odt there,
> $ ls ~/a/a<TAB> [completes to a\ a.txt]
> but
> $ ls ~/a/a\ <TAB> [does not complete]
>
[dualbus@dualbus ~]$ ls a
a a.odt a a.txt
[dualbus@dualbus ~]$ ls ~/a/a\ <TAB> [completes to:]
[dualbus@dualbus ~]$ ls ~/a/a\ a.
if I do <TAB><TAB>:
[dualbus@dualbus ~]$ ls ~/a/a\ a.
a a.odt a a.txt
[dualbus@dualbus ~]$ ls ~/a/a\ a.
So, it's working there.
Re: Tab completion breaks for tilde-paths with filenames containing space, Chet Ramey, 2015/01/14