Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: trying completion of varying data
- X-seq: zsh-users 5023
- From: Clint Adams <clint@xxxxxxx>
- To: ZSH User List <zsh-users@xxxxxxxxxxxxxx>
- Subject: Re: trying completion of varying data
- Date: Sat, 1 Jun 2002 10:33:37 -0400
- In-reply-to: <20020531225024.A17033@xxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20020531225024.A17033@xxxxxxxxxxxxxxxxxxx>
> I tried
> zstyle ':completion:*:*:xvncviewer:*' command 'show.active.pcs'
> (where show.active.pcs does the above)
> but it doesn't even try to call the show.active.pcs script.
I think you want something more along the lines of
zstyle ':completion:*:xvncviewer:*:hosts' hosts $(show.active.pcs)
or
zstyle -e ':completion:*:xvncviewer:*:hosts' hosts 'reply=( $(show.active.pcs) )'
Messages sorted by:
Reverse Date,
Date,
Thread,
Author