Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: current CVS test failure
- X-seq: zsh-workers 18585
- From: Oliver Kiddle <okiddle@xxxxxxxxxxx>
- To: Zsh workers <zsh-workers@xxxxxxxxxx>
- Subject: Re: current CVS test failure
- Date: Wed, 28 May 2003 17:15:31 +0200
- In-reply-to: <3901.1052832476@xxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <23075.1052819675@xxxxxxx> <3901.1052832476@xxxxxxxxxxx>
On 13 May, I wrote:
> Peter wrote:
> > Oliver Kiddle wrote:
> > > So your -O is probably the best solution.
>
> Sorry to complicate this but I did another experiment and I think the
> compstate[nmatches] solution would work. I had thought that a tag-order of
Seems it won't work for _arguments where we have a '*' action which uses
a state. Currently _arguments assumes that something will be completed
for the state so doesn't offer options where prefix-needed is set and
that state completes nothing. _describe can't know if _arguments has
such a state. I can't think of any obvious way around this and haven't
really had time to tinker with _arguments in case there is some possible
hack.
So feel free to commit your _describe -o/-O thing. I'm sorry for holding
that up.
Oliver
Messages sorted by:
Reverse Date,
Date,
Thread,
Author