From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17041 invoked by alias); 23 Jun 2015 20:27:32 -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: 35580 Received: (qmail 8712 invoked from network); 23 Jun 2015 20:27:29 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2 autolearn=ham autolearn_force=no version=3.4.0 X-Originating-IP: [80.3.228.158] X-Spam: 0 X-Authority: v=2.1 cv=TYVrzkkh c=1 sm=1 tr=0 a=P+FLVI8RzFchTbbqTxIDRw==:117 a=P+FLVI8RzFchTbbqTxIDRw==:17 a=kj9zAlcOel0A:10 a=NLZqzBF-AAAA:8 a=q2GGsy2AAAAA:8 a=0UT_NF4ERzPytLlNmXMA:9 a=CjuIK1q_8ugA:10 a=0UlMLBuSZs4A:10 a=cUXPfrYnGREA:10 a=m1i0HhI8orsA:10 Date: Tue, 23 Jun 2015 21:21:49 +0100 From: Peter Stephenson To: "Zsh Hackers' List" Subject: Re: Typeset with array Message-ID: <20150623212149.0ac1d9bb@ntlworld.com> In-Reply-To: <150623131706.ZM6164@torch.brasslantern.com> References: <5578996E.3080700@thequod.de> <150610191427.ZM30841@torch.brasslantern.com> <5579C247.1060800@thequod.de> <150611183639.ZM32247@torch.brasslantern.com> <20150612094237.338f79d5@pwslap01u.europe.root.pri> <20150619123930.2688d9e3@pwslap01u.europe.root.pri> <20150621210512.113577a6@ntlworld.com> <20150621213842.621886e0@ntlworld.com> <20150623174719.43eaa1e2@pwslap01u.europe.root.pri> <150623131706.ZM6164@torch.brasslantern.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Tue, 23 Jun 2015 13:17:06 -0700 Bart Schaefer wrote: > If I were going to "fix" it for no reason other than the consistency, > I'd simply add MORE spaces rather than try to squash that one. > > typeset -a a > a=( b ) > typeset -A b > b=( b c ) That's how XTRACE output works, so it would make sense. pws