Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: completion docs
- X-seq: zsh-workers 11054
- From: Tanaka Akira <akr@xxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: Re: PATCH: completion docs
- Date: 02 May 2000 18:17:58 +0900
- In-reply-to: <200005020811.KAA29433@xxxxxxxxxxxxxxxxxxxxxxxxxxxx> (Sven Wischnowsky's message of "Tue, 2 May 2000 10:11:48 +0200 (MET DST)")
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <200005020811.KAA29433@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
In article <200005020811.KAA29433@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>,
Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx> writes:
> @@ -1705,12 +1710,12 @@
>
> For example:
>
> -example(zstyle ':completion:*:complete:gunzip:*' tag-order \
> - arguments options)
> +example(zstyle ':completion:*:complete:-command-:*' tag-order \
> + 'commands functions')
>
> -specifies that completion after tt(gunzip) should offer completions for
> -both arguments and options immediately, instead of offering first
> -arguments and then option as usual.
> +specifies that completion in command position after tt(gunzip) should
> +offer only completions for external commands and shell functions
> +immediately.
>
> In addition to tag names, each string in the value may take one of the
> following forms:
gunzip? The example doesn't mention gunzip.
Also note that, I think auto-descrive style mentioned in line 2911 is
obsolete.
--
Tanaka Akira
Messages sorted by:
Reverse Date,
Date,
Thread,
Author