From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29373 invoked by alias); 14 Sep 2017 20:49:04 -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: 41706 Received: (qmail 17596 invoked by uid 1010); 14 Sep 2017 20:49:04 -0000 X-Qmail-Scanner-Diagnostics: from know-smtprelay-omc-9.server.virginmedia.net 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(80.0.253.73):SA:0(-4.7/5.0):. Processed in 1.1487 secs); 14 Sep 2017 20:49:04 -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=-4.7 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2,SPF_PASS,T_DKIM_INVALID autolearn=ham autolearn_force=no version=3.4.1 X-Envelope-From: p.w.stephenson@ntlworld.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | X-Originating-IP: [86.21.219.59] X-Authenticated-User: p.w.stephenson@ntlworld.com X-Spam: 0 X-Authority: v=2.1 cv=aJkN0uJm c=1 sm=1 tr=0 a=utowdAHh8RITBM/6U1BPxA==:117 a=utowdAHh8RITBM/6U1BPxA==:17 a=L9H7d07YOLsA:10 a=9cW_t1CCXrUA:10 a=s5jvgZ67dGcA:10 a=kj9zAlcOel0A:10 a=x7bEGLp0ZPQA:10 a=q2GGsy2AAAAA:8 a=4GcpfU7WXwjY6hE0JE0A:9 a=CjuIK1q_8ugA:10 a=z9dJwno5l634igLiVhy-:22 Date: Thu, 14 Sep 2017 21:48:58 +0100 From: Peter Stephenson To: Zsh hackers list Subject: Re: PATCH: [key]=value syntax, work in progress Message-ID: <20170914214858.716e0cf0@ntlworld.com> In-Reply-To: References: <20170911215115.6aa27dec@ntlworld.com> <20170912212519.3d873212@ntlworld.com> <20170913095338.25a469f8@pwslap01u.europe.root.pri> X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.28; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ntlworld.com; s=meg.feb2017; t=1505422138; bh=sC5zDcuO3v6Epm38Kge2DRPN254O5uUG91Gk2KPjwq8=; h=Date:From:To:Subject:In-Reply-To:References; b=0szAWrzI7iWDNCS2mgG3o4aBa8YyaMcdqv7moXZGU7RFLolDHCE4L4vwiZL0aT+SL OMdJxyZpsTbRBvApoQuWcjXRykcTwWneQcux4f0b610J2aO1WLtqtHeEthmlUNHrIg ihIkdC/jH53okG2jT8UIaO/zotMuR18lS1JfqhAn5LNemkObx+XMTzxayAC4ZIoWT/ 1K08XEu1Q/wD6zTdSvqafML5vPCX24Po3rlfOqkB7GaNwtGkP1YTW84KNesEJ+/q0v q0D1kWO0G7X4uYRYOCfITpHV8vXVW9Ksa6+iU2OCpN6RGK2Mdhb/o+rsee3X6dgn0F Bv2X65DiRO+9A== On Wed, 13 Sep 2017 09:44:30 -0700 Bart Schaefer wrote: > (How DO you assign "all file names containing > an equal sign following a leading digit" to an array in bash/ksh, > anyway?) By the way, I don't know about bash/ksh, but in zsh you can quote the = --- while it never expands at that point it's still a token and quoting it suppresses the special behaviour. Feel free to produce a manual patch if you want (rather than looking at the manual, deciding what needs to change, then expecting me to do it, which is deprecated behaviour...) pws