Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: about _arguments
- X-seq: zsh-workers 16562
- From: Oliver Kiddle <okiddle@xxxxxxxxxxx>
- To: Bruno Bonfils <asyd@xxxxxxxxxxxxx>, zsh-workers@xxxxxxxxxx
- Subject: Re: about _arguments
- Date: Tue, 5 Feb 2002 09:31:46 +0000 (GMT)
- In-reply-to: <20020205004727.GA27681@xxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
--- Bruno Bonfils <asyd@xxxxxxxxxxxxx> wrote: > hi all,
>
> i try to finish _mplayer (now there is support for skin)
> but i want to know do this :
>
> the -skin arguments have meaning only if there is the -gui
Can -skin appear before -gui or only after. If it can appear before
then there is nothing useful you can do because -skin should be always
be completed because a user might want to type -gui later on the line.
If -skin is only valid after -gui on the command-line then you can
check $words (with a subscript flag) to see if -gui has been specified
and only add -skin with _arguments if it has been.
I've looked at the new _mplayer you posted recently. It looks good and
I didn't see anything to comment on or suggest though I'm not familiar
with mplayer.
Oliver
__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com
Messages sorted by:
Reverse Date,
Date,
Thread,
Author