zsh-workers
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: zsh-workers@sunsite.dk
Subject: Re: Bug#262247: zsh: Improved make completion
Date: Sat, 21 Aug 2004 18:47:22 -0700 (PDT)	[thread overview]
Message-ID: <Pine.LNX.4.61.0408211841210.5997@toltec.zanshin.com> (raw)
In-Reply-To: <20040821180920.GA24266@blorf.net>

[Dropped bugs.debian.org]

On Sat, 21 Aug 2004, Wayne Davison wrote:

> Also, feel free to suggest how to improve it (for instance, I'd like to 
> know if the eval statements can be replaced with something else).

Let's see ...

                eval val=\${$var}

... I believe that's ...

		val=${(P)var}

... and ...

            eval $var=\$val

... can be ...

	    : ${(P)var::=$val}

... but I'm not sure that last is any better than the eval.


  reply	other threads:[~2004-08-22  2:01 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20040730101751.GA11905@larve.net>
2004-07-30 15:30 ` Clint Adams
2004-07-30 16:51   ` Hugo Haas
2004-08-18 15:07     ` Hugo Haas
2004-08-18 17:04       ` Wayne Davison
2004-08-21 18:09       ` Wayne Davison
2004-08-22  1:47         ` Bart Schaefer [this message]
2004-08-26 16:10         ` Hugo Haas

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=Pine.LNX.4.61.0408211841210.5997@toltec.zanshin.com \
    --to=schaefer@brasslantern.com \
    --cc=zsh-workers@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).