Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: ( Text in unknown character set UTF-8 not shown )
- X-seq: zsh-workers 28546
- From: ZyX <zyx.vim@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: ( Text in unknown character set UTF-8 not shown )
- Date: Thu, 23 Dec 2010 20:41:34 +0300
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:reply-to:to:subject:date :user-agent:references:in-reply-to:mime-version:content-type :content-transfer-encoding:message-id; bh=lsp+8mRGQLYYwiz28BE9mikibiPStC80715SySvByqc=; b=U7YvQ1gGDR85AceP6n1ADjzIcJ0cq6jhy2cGXjMoFXNE6h7kVZEtsNySufEr1BLjJI Af2Y/SvzYXBGyFL5DwURQ4h5n2HLJT7tpbKWGtNQi2rZGUJQKNNg7u0OdhPuwF7TRNBf O9c5ZdWIGB+VMnYToYv1rTYux2xkb7Bh17ilg=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:reply-to:to:subject:date:user-agent:references:in-reply-to :mime-version:content-type:content-transfer-encoding:message-id; b=cjbPrKH/Vncu4YuJO5kiCfdIADlZj+EivFjzV+kQqnqVies0bjyxP0wGblYYZo1Pgi bHslohFTQci2X6qwoq/K9+4dZKgHqZWaG/R0jbMQxtPCcBw5mIEz+lWcAKFE9TrpQJFr zH8OvfrfkmoQtahhz7bNyGWI+5Zm8t9gDCDls=
- In-reply-to: <101222231721.ZM21959@xxxxxxxxxxxxxxxxxxxxxx>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <AANLkTi=vnaRw3qxpuuEWF9t0K-TyPJKkhVUYy_8qR-=e@xxxxxxxxxxxxxx> <101222231721.ZM21959@xxxxxxxxxxxxxxxxxxxxxx>
- Reply-to: zyx.vim@xxxxxxxxx
Reply to message «Re: ( Text in unknown character set UTF-8 not shown )»,
sent 10:17:21 23 December 2010, Thursday
by Bart Schaefer:
> I believe the reasoning is that double-quote is allowed to appear
> inside $'...' and to expand $'...' inside double-quotes creates a
> parsing conflict. "How does this $'with " embeded' parse?"
"How does this $'with " embeded' parse?"
"Just like this `with " embedded` parse."
There are no parsing conflicts here, but
> Because it doesn't in any of the shells that introduced it before
> zsh had it.
is legitimate enough for me because it helps porting scripts from/to zsh.
> } It's not, as far as I can tell, mentioned in the documentation.
>
> The documentation for zsh tends to omit things that are assumed
> knowledge, particularly when a concept or feature originates from
> another source -- because if you didn't already know about it from
> the original source, why did you even think to use it?
But when I worked in bash I knew nothing about $'...' (because I even did not
know where to find documentation to tweak my inputrc).
Attachment:
signature.asc
Description: This is a digitally signed message part.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author