From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22845 invoked by alias); 23 Dec 2010 17:49:15 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 28546 Received: (qmail 16217 invoked from network); 23 Dec 2010 17:49:14 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW, T_TO_NO_BRKTS_FREEMAIL autolearn=ham version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.215.43 as permitted sender) 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= From: ZyX Reply-To: zyx.vim@gmail.com To: zsh-workers@zsh.org Subject: Re: ( Text in unknown character set UTF-8 not shown ) Date: Thu, 23 Dec 2010 20:41:34 +0300 User-Agent: KMail/1.13.5 (Linux/2.6.34-zen1; KDE/4.5.4; x86_64; ; ) References: <101222231721.ZM21959@torch.brasslantern.com> In-Reply-To: <101222231721.ZM21959@torch.brasslantern.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart21205250.W2cxSTL3i3"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <201012232041.34665@-zyx> --nextPart21205250.W2cxSTL3i3 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Reply to message =ABRe: ( Text in unknown character set UTF-8 not shown )= =BB,=20 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. >=20 > 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 n= ot=20 know where to find documentation to tweak my inputrc). --nextPart21205250.W2cxSTL3i3 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.16 (GNU/Linux) iEYEABECAAYFAk0Tic4ACgkQkOgHluiXxU8K/wCeMzexQ9dhgGR5yafMXxky/43L UI8An1+0xrLOzMomxM1Pftc/Tci/SCr+ =cjbi -----END PGP SIGNATURE----- --nextPart21205250.W2cxSTL3i3--