zsh-workers
 help / color / mirror / code / Atom feed
From: Marc Chantreux <khatar@phear.org>
To: Peter Stephenson <p.stephenson@samsung.com>
Cc: zsh-workers@zsh.org
Subject: Re: Feature request? print -e to eval ?
Date: Thu, 7 Sep 2017 10:34:55 +0200	[thread overview]
Message-ID: <20170907083455.GA12192@home.u-strasbg.fr> (raw)
In-Reply-To: <20170905143509.2a3aba30@pwslap01u.europe.root.pri>

hello,

> Have a look at the (%) flag to ${...}.

\o/ i missed it for so long ! thank you very much Peter.

the only one thing missing to make evalp obsolete is to defer the
interpolation of a variable

	command=(echo '%(?.true.false) $USER' ); ${(%):-$command}

isn't good because $USER in never interpolated (even if setopt promptsubst)
and of course, the "" are bad because it interpols as it sets up
$command.

i really would like to write something like:

	c=( echo 'dear $USER, you did it %(?.fine.wrong)' )
	${(%):-$c}

but again: the (%) tip is a perfect addition to my daily zsh toolkit.
thank you for that.

regards

-- 
Marc Chantreux (eiro on github and freenode)
http://eiro.github.com/
http://eiro.github.com/atom.xml
"Don't believe everything you read on the Internet"
    -- Abraham Lincoln


      reply	other threads:[~2017-09-07  8:44 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CGME20170905132422epcas3p31c37a80ab0b5e5834813335adc4704e7@epcas3p3.samsung.com>
2017-09-05 13:17 ` Marc Chantreux
2017-09-05 13:35   ` Peter Stephenson
2017-09-07  8:34     ` Marc Chantreux [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=20170907083455.GA12192@home.u-strasbg.fr \
    --to=khatar@phear.org \
    --cc=p.stephenson@samsung.com \
    --cc=zsh-workers@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).