zsh-users
 help / color / mirror / code / Atom feed
From: "Benjamin R. Haskell" <zsh@benizi.com>
To: zsh-users@zsh.org
Subject: Re: Assign to parameter in parameter -- opposite of ${(P)name}?
Date: Sat, 10 Jul 2010 11:52:48 -0400 (EDT)	[thread overview]
Message-ID: <alpine.LNX.2.01.1007101127490.4808@hp.internal> (raw)
In-Reply-To: <20100710145728.GK3043@plenz.com>

On Sat, 10 Jul 2010, Julius Plenz wrote:

> Hi, Benjamin!
> 
> * Benjamin R. Haskell [2010-07-10 01:35]:
> > but how do you *assign* to a parameter whose name is in a parameter?
> 
> > name=foo
> > : ${${(P)name}::=something}
> > echo $foo
> > # should echo 'something'
> 
> How about:
> 
>     zsh> name=foo
>     zsh> typeset $name=something
>     zsh> echo $foo
>     something

Thanks.  That'll do.  I often need the flexibility of the ${name=value} 
and ${name:=value} constructs, but not in this case.

Also, I tended to shy away from defining things via typeset, because it 
echoes their values if already set.  I didn't realize until just now 
rereading the man page that TYPESET_SILENT exists.  And I didn't realize 
until just testing it that an explicit assignment disables the echo.  
The usual case where this bites me is when I try to localize a variable 
that I used outside a function.

-- 
Thanks,
Ben


  reply	other threads:[~2010-07-10 15:53 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-09 23:17 Benjamin R. Haskell
2010-07-10  1:13 ` Frank Terbeck
2010-07-10 15:36   ` Benjamin R. Haskell
2010-07-10 15:44     ` Frank Terbeck
2010-07-10 15:54       ` Benjamin R. Haskell
2010-07-10 14:57 ` Julius Plenz
2010-07-10 15:52   ` Benjamin R. Haskell [this message]
2010-07-10 17:39 ` Bart Schaefer

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=alpine.LNX.2.01.1007101127490.4808@hp.internal \
    --to=zsh@benizi.com \
    --cc=zsh-users@zsh.org \
    /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).