Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: trying completion of varying data
- X-seq: zsh-users 5028
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Andy Spiegl <zsh.Andy@xxxxxxxxx>
- Subject: Re: trying completion of varying data
- Date: Sat, 1 Jun 2002 22:58:46 -0700 (PDT)
- Cc: ZSH User List <zsh-users@xxxxxxxxxxxxxx>
- In-reply-to: <20020601224403.A16785@xxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- Sender: schaefer@xxxxxxxxxxxxxxxx
On Sat, 1 Jun 2002, Andy Spiegl wrote:
> > zstyle ':completion:*:xvncviewer:*:hosts' hosts $(show.active.pcs)
>
> This is already great, but I just noticed that there's one tiny problem
Clint already gave you the answer:
zstyle -e ':completion:*:xvncviewer:*:hosts' hosts \
'reply=( $(show.active.pcs) )'
> I tried to turn off all completion caching options I could find
This doesn't have anything to do with caching. It has to do with whether
or not the expression $(show.active.pcs) is inside single quotes.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author