bug-bash
[Top][All Lists]
Advanced

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

Re: tab completion breaks when done after a -d command line option?


From: stephan beal
Subject: Re: tab completion breaks when done after a -d command line option?
Date: Tue, 24 Dec 2002 10:20:44 +0100
User-agent: KMail/1.4.3

On Monday 23 December 2002 22:02, Chester P Ramey wrote:
> From: stephan@wanderinghorse.net
> > When using 'gzip -d' i've noticed that tab completion breaks but only
> > after
> > the -d. To reproduce it:
<snip>
> Do you have any programmable completion `progcomps' set up for gzip?
> Type
> `complete -p' to see what you've got, if anything.


complete -d -X '.[^./]*' -F _file_ gzip

Brilliant!
Thanks, i wasn't aware of that feature.

:)

-- 
----- stephan
stephan@einsurance.de - http://www.einsurance.de
i need a woman who can say, 'honey, can you please take
a look at this stack trace while I order the pizza?' and
really mean it.





reply via email to

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