From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from euclid.skiles.gatech.edu (list@euclid.skiles.gatech.edu [130.207.146.50]) by coral.primenet.com.au (8.7.5/8.7.3) with ESMTP id KAA08279 for ; Sat, 17 Aug 1996 10:23:34 +1000 (EST) Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id UAA25750; Fri, 16 Aug 1996 20:21:28 -0400 (EDT) Resent-Date: Fri, 16 Aug 1996 20:21:28 -0400 (EDT) From: Zefram Message-Id: <19648.199608162352@stone.dcs.warwick.ac.uk> Subject: Re: zsh3.0.0 bug: $=a split To: huyle@arachno.ugcs.caltech.edu (Huy Le) Date: Sat, 17 Aug 1996 00:52:23 +0100 (BST) Cc: zsh-workers@math.gatech.edu (Z Shell workers mailing list) In-Reply-To: <199608162344.QAA02058@envy.ugcs.caltech.edu> from "Huy Le" at Aug 16, 96 04:44:23 pm X-Loop: zefram@dcs.warwick.ac.uk X-Stardate: [-31]7974.97 X-US-Congress: Moronic fuckers MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Resent-Message-ID: <"lq6hS1.0.DI6.72H5o"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/2018 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu >Now, I need the parentheses or need to declare i as an array, but >before i would automatically be set to an array: That's mentioned about two pages down Etc/NEWS, but in the context of globbing. Globbing in assignments can be turned on with GLOB_ASSIGN, but there's no option to do field splitting to generate an array. You'll just have to use parentheses, which works with older zsh versions anyway. Zoltan: should GLOB_ASSIGN be extended to generate arrays based on field splitting too? Or do we now want to remove this option entirely?