Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Bug#262247: zsh: Improved make completion



[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.



Messages sorted by: Reverse Date, Date, Thread, Author