Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
RE: completion with globbing, take 2
- X-seq: zsh-users 3443
- From: "Andrej Borsenkow" <Andrej.Borsenkow@xxxxxxxxxxxxxx>
- To: <zsh-users@xxxxxxxxxxxxxx>
- Subject: RE: completion with globbing, take 2
- Date: Wed, 20 Sep 2000 19:06:54 +0400
- Importance: Normal
- In-reply-to: <1000919020251.ZM30124@xxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxxxxxx; run by ezmlm
> } > The most obvious thing would be to have _match itself recognize the
> } > completions style.
> }
> } Is is not enough. See later.
>
> Not enough for what?
>
I must apologize. For some reason I had impression, that _expand offers all
possible *completions* in addition to expansions. What led me to it was
There is another style, completions, which allows _expand to
display or insert all _completions_ generated for the string. The
use of this is that the tags expansions and all-expansions are
available, unlike with _complete.
Actually, you can either insert all completions (without possibility to menu
select AND without doing full completion - it is using only _complete so
matching won't work) *or* choose from the expansions. Docs could be more clear
on this point.
-andrej
Messages sorted by:
Reverse Date,
Date,
Thread,
Author