Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm
Precedence: bulk
X-No-Archive: yes
List-Id: Zsh Workers List <zsh-workers.zsh.org>
List-Post: <mailto:zsh-workers@zsh.org>
List-Help: <mailto:zsh-workers-help@zsh.org>
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 autolearn=ham
	autolearn_force=no version=3.4.0
X-AuditID: cbfec7f5-f79b16d000005389-f0-569d18589467
Date: Mon, 18 Jan 2016 16:52:37 +0000
From: Peter Stephenson <p.stephenson@samsung.com>
To: zsh-workers@zsh.org
Subject: Re: bufferwords() lexes a subshell in a shortloop repeat as a string
Message-id: <20160118165237.11b1349a@pwslap01u.europe.root.pri>
In-reply-to: <160118083658.ZM6465@torch.brasslantern.com>
References: <20160115062648.GA14019@tarsus.local2>
 <20160115094117.5fcde75c@pwslap01u.europe.root.pri>
 <160115112516.ZM21347@torch.brasslantern.com>
 <20160117181647.49899357@ntlworld.com>
 <160117144635.ZM3583@torch.brasslantern.com>
 <20160118094129.260a60ae@pwslap01u.europe.root.pri>
 <160118083658.ZM6465@torch.brasslantern.com>
Organization: Samsung Cambridge Solution Centre
X-Mailer: Claws Mail 3.7.9 (GTK+ 2.22.0; i386-redhat-linux-gnu)
MIME-version: 1.0
Content-type: text/plain; charset=US-ASCII
Content-transfer-encoding: 7bit
X-Brightmail-Tracker:
 H4sIAAAAAAAAA+NgFrrILMWRmVeSWpSXmKPExsVy+t/xy7oREnPDDBZOU7E42PyQyYHRY9XB
	D0wBjFFcNimpOZllqUX6dglcGctu9TIVHGSquLXmJUsD4x/GLkZODgkBE4m9x7axQdhiEhfu
	rQeyuTiEBJYySrR9u8sK4cxgkui4/I0RwjnHKNHx6z+Uc5ZR4v++zWD9LAKqEpunfwKbyyZg
	KDF102wwW0RAXOLs2vMsILawgK/EpP7j7CA2r4C9xPLpl5i7GDk4OAUsJbZPKYaYeZVJYsq6
	y2C9/AL6Elf/fmKCuM9eYuaVM4wQvYISPybfA5vJLKAlsXlbEyuELS+xec1bZhBbSEBd4sbd
	3ewTGIVnIWmZhaRlFpKWBYzMqxhFU0uTC4qT0nON9IoTc4tL89L1kvNzNzFCAvrrDsalx6wO
	MQpwMCrx8DqcnR0mxJpYVlyZe4hRgoNZSYR3rvjcMCHelMTKqtSi/Pii0pzU4kOM0hwsSuK8
	M3e9DxESSE8sSc1OTS1ILYLJMnFwSjUwXs7fZxF13GTemk/3l7PIluX5+W6d+1TytmKY2LL0
	1NKfMrxVV3JZHroX3ppSfMf9DKezHc/hl1LJSauvpT/pOr/s8UQe8YhtHCI/u2fEe7Utf3hH
	aevEiRw7y88Lns1QdDLyK2u6oNF3b4HyDHWfH88sdmrduOZRJfPvqoSPu8hjH9NvCVI1SizF
	GYmGWsxFxYkAk2btvWQCAAA=
X-Seq: zsh-workers 37676

On Mon, 18 Jan 2016 08:36:58 -0800
Bart Schaefer <schaefer@brasslantern.com> wrote:
> print -l one (two three|foo) four

I was trying it with the (z) flag, which does cause the word to be
split up, not directly at the command line, where I get what you get.

I don't know why they'd be different, offhand.

pws

