From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6288 invoked by alias); 9 Oct 2017 15:35:14 -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: 41844 Received: (qmail 27791 invoked by uid 1010); 9 Oct 2017 15:35:14 -0000 X-Qmail-Scanner-Diagnostics: from out1-smtp.messagingengine.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1. Clear:RC:0(66.111.4.25):SA:0(-2.6/5.0):. Processed in 0.44778 secs); 09 Oct 2017 15:35:14 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,T_DKIM_INVALID autolearn=ham autolearn_force=no version=3.4.1 X-Envelope-From: d.s@daniel.shahaf.name X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= daniel.shahaf.name; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=44SpaF GHkG5yAjmaZB0TYbfbGhDIi42GwhexL2VmzSI=; b=etDpG9XUzcmKPRufT0+PFX eQam09CJGcVU4KSnaBNYdTnJv9XM0b4emd6wcCjcMP24Di61hWQCLy46FiyA3s+b cRzE9CTYI9t5t0UdWGgvkfGmaPzq93EDpFLMe0r0Yyyl59pdAJ9mVFfNNs+8ivHj Tp+QYu7hfyEtrQwKLpBzvFms3lC0X2Ot+1cs206OvxbP1Mz11deEGqqrvbjCzce3 oOix+ECgFGjuc+FBEJREJHHI0DHY57UIxzEQ+X5ji0frJoudtTn+ERp0CKDZ8Fvx ZOOKZpFHC7QfXoP51rPPO21ORhm+TrDiNk18kx5kDCAvOh6eWjTROOzQJAsJb1xg == DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=44SpaF GHkG5yAjmaZB0TYbfbGhDIi42GwhexL2VmzSI=; b=nsG+Y+ELLMAiibj+qUTufZ sp/nyioNvc1+Y6S2xxRVddFippnNk4+yd9ScKvezakq9v+fR5XQ5aqc4bgdqX2Db gFfty1kYuUc5t/Cv5SOm+okGLfzSC/j/L3iLcKI7Lp5Mcrxqtin8ivlWcS+9ZjiV 2MTIYfXe07NGe5ph/VjSKRyQ4uzHCbYqHDrovdh61VO6AeeiBFDenhUCWGcXyM73 Cur2G2nzz3OPau9wp7DrIRQ5Xh18oqGtpr/JGPM93SyIID2jaJBT0hhsaQEaPuUZ lwitrR2Ic1DUp3xUW2EydpplzFgyZCW5nk/Q019zi8tTSBIuWP234ipscAxrvE5Q == X-ME-Sender: Message-Id: <1507563311.3341231.1132781776.51099506@webmail.messagingengine.com> From: Daniel Shahaf To: zsh-workers@zsh.org MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-26fdae60 References: <6e3f43ea-45b0-d6a8-43b9-18845ea4edc9@necoro.eu> <7d8ab2fa-3130-1e43-8807-f94025fd62ed@necoro.eu> <20171008183756.h45qeeqqbn2wthh3@tarpaulin.shahaf.local2> <20171009154920.017a6d87@pwslap01u.europe.root.pri> <1507561487.3332106.1132746824.170B76CC@webmail.messagingengine.com> <20171009162002.395c3c2b@pwslap01u.europe.root.pri> <171009083013.ZM15279@torch.brasslantern.com> Date: Mon, 09 Oct 2017 15:35:11 +0000 Subject: Re: Alias named '=' In-Reply-To: <171009083013.ZM15279@torch.brasslantern.com> Bart Schaefer wrote on Mon, 09 Oct 2017 08:30 -0700: > Also I'm abivalent about moving the text about about the "((" token as > that is closely related to the dicussion about global aliasing of other > operator-like tokens. I, on the other hand, like the new text but wondered whether the discussion= the inability to \-escape a =C2=AB&&=C2=BB alias belongs further down. Aliasin= g tokens isn't a common or usual thing to do. Perhaps the discussion about \&& could move to where the discussion about (( is now.