zsh-users
 help / color / mirror / code / Atom feed
From: Wataru Kagawa <wkagawa@jota.gsc.riken.go.jp>
To: Peter Stephenson <pws@csr.com>
Cc: zsh-users@sunsite.dk
Subject: Re: zstyle & variables
Date: Tue, 17 Jan 2006 23:07:50 +0900	[thread overview]
Message-ID: <D300337F-160B-483F-98D2-CC76D5953430@jota.gsc.riken.go.jp> (raw)
In-Reply-To: <EXCHANGE03KuCYZvN4U000044f0@exchange03.csr.com>

Hi Peter,

Thanks so much.

Wataru Kagawa

On 2006/01/17, at 22:57, Peter Stephenson wrote:

> Wataru Kagawa wrote:
>> Hi all.
>> I have the following completion set in my zsh environment setup file.
>>
>>    zstyle ':completion:*' users $USERS
>>
>> I also have a custom function to alter the contents of $USERS .
>> After running this function to change the contents of $USERS, I need
>> to execute the line above in the command line to make the change take
>> effect.  I would like my custom function to do this for me, but I am
>> having trouble figuring it out.  I tried adding, 'zstyle
>> ':completion:*' users $USERS' to the bottom of my custom function,
>> but that did not work for me.
>
> The easiest way to do this (I'm assuming USERS is an array) is to  
> define
> the style initially as:
>
> zstyle -e ':completion:*' users 'reply=($USERS)'
>
> This means that $USERS is examined every time the style is  
> checked.  So
> when you modify the array it takes effect immediately.
>
> -- 
> Peter Stephenson <pws@csr.com>                  Software Engineer
> CSR PLC, Churchill House, Cambridge Business Park, Cowley Road
> Cambridge, CB4 0WZ, UK                          Tel: +44 (0)1223  
> 692070
>
>
> To access the latest news from CSR copy this link into a web  
> browser:  http://www.csr.com/email_sig.html


      reply	other threads:[~2006-01-17 14:08 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-01-17 13:14 Wataru Kagawa
2006-01-17 13:57 ` Peter Stephenson
2006-01-17 14:07   ` Wataru Kagawa [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=D300337F-160B-483F-98D2-CC76D5953430@jota.gsc.riken.go.jp \
    --to=wkagawa@jota.gsc.riken.go.jp \
    --cc=pws@csr.com \
    --cc=zsh-users@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).