bug-bash
[Top][All Lists]
Advanced

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

Re: show-all-if-ambiguous inserts spurious backslashes


From: Chet Ramey
Subject: Re: show-all-if-ambiguous inserts spurious backslashes
Date: Sun, 10 Mar 2013 22:52:31 -0400
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:17.0) Gecko/20130216 Thunderbird/17.0.3

On 3/10/13 5:26 PM, Marcel (Felix) Giannelia wrote:
> If you have "set show-all-if-ambiguous on" in your .inputrc, typing
> this sequence in bash (in a directory containing some non-hidden files):
> 
> echo *<tab>
> 
> Results in the list of possible matches being displayed (as expected),
> but the command line is then edited to:
> 
> echo \*
> 
> Which is probably not what the user wanted.

Thanks for the report.  The bash default completion code needs to treat
TAB with show-all-if-ambigous on the same as straight TAB.  This will be
fixed in the next release.

Chet
-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
                 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, ITS, CWRU    chet@case.edu    http://cnswww.cns.cwru.edu/~chet/



reply via email to

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