Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: 3.1.5-pws-8: using pattern completions
- X-seq: zsh-workers 5427
- From: Peter Stephenson <pws@xxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx (Zsh hackers list)
- Subject: Re: PATCH: 3.1.5-pws-8: using pattern completions
- Date: Fri, 19 Feb 1999 11:27:03 +0100
- In-reply-to: "Peter Stephenson"'s message of "Fri, 19 Feb 1999 10:58:16 NFT." <9902190958.AA20622@xxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
I wrote:
> Now, can anyone tell me how to avoid getting a default completion list for
> the pattern completions as well? This is rather crucial since I'm trying
> to get all zf* files to use zftp completion, and I don't want a side dish
> of local filenames with every order.
Just thinking: suppose we had a convention where if $COMPSKIP was non-empty
at any stage, the driver functions (principally __main_complete and
__normal) would stop generating matches at that point, unset COMPSKIP, and
return? That would act like -tn with ordinary compctl's.
Btw, would it be better to rename AUTODUMP to COMPAUTODUMP to have a
consistent prefix?
--
Peter Stephenson <pws@xxxxxxxxxxxxxxxxx> Tel: +39 050 844536
WWW: http://www.ifh.de/~pws/
Dipartimento di Fisica, Via Buonarroti 2, 56127 Pisa, Italy
Messages sorted by:
Reverse Date,
Date,
Thread,
Author