[EMAIL PROTECTED] wrote:
> Here is a true case of what happens when you hit TAB with a wildcard:
> $ shar /tmp/logs/*/*/*<TAB>
> access.log  access.log
> $ shar /tmp/logs/
> Yes, it strips the wildcards!

Yes, it does.  Readline completion replaces the word on which completion
is attempted with the longest common prefix of the matches.  The
show-all-if-ambiguous option doesn't change that behavior; it just causes
the possible completions to be listed instead of ringing the bell.

I will take a look and see what can be done, but this behavior is fairly
basic.

Chet
-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
                       Live Strong.  No day but today.
Chet Ramey, ITS, CWRU    [EMAIL PROTECTED]    http://cnswww.cns.cwru.edu/~chet/


Reply via email to