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,T_DKIM_INVALID
	autolearn=ham autolearn_force=no version=3.4.0
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=brasslantern-com.20150623.gappssmtp.com; s=20150623;
        h=from:message-id:date:in-reply-to:comments:references:to:subject
         :mime-version:content-type;
        bh=XTF1lbY382i5S00YbCwy0I/mguBmQPTkpKxOxlAcHdk=;
        b=vlvUuANzd86U6umfw5sAtcKkhaClTWcOVO/omYOJHEs+BfVQUyT44M8OWPc8aAi5/2
         2mMNGALV6+6ZHldMOxlq0T9GjdkZ3EIYRrqizNpYR9w3TgL1rlZ5RmemgCL2HF3e2bHt
         czXZGQvWykGzND+tp/3TdYqsWaHJ4pTOp/RuXui4DH/Gpt2XUyywXF9c8OwNrdjkKQVg
         X06N3wap1RQ+/fFzKTj/Uk+xWRECvLdVKQ+cQJ6Q3LmlM6aOTEqKb+jQhzL31S0/I6j4
         +qEAYUNEYu3Qs1s28T31YXANY9TXEF/OA7uxbnh1XSon+a8er7sBZdF3YN9nCAWt7iYY
         08+Q==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20130820;
        h=x-gm-message-state:from:message-id:date:in-reply-to:comments
         :references:to:subject:mime-version:content-type;
        bh=XTF1lbY382i5S00YbCwy0I/mguBmQPTkpKxOxlAcHdk=;
        b=LfhKnuxb+uQ82QiUNwJu7XGHoYuNdzmm1MwL6e3RVpu4htcDQS4vItZ++t1+hADefa
         QWR7a6+eDnUmN061AORYHMUMB0RcSRDT9AIQhtbT1htUo8DKrrx3J3gnyoPSzAWZKwGZ
         D09PMT0SWJAsp7i0eHXAx3zKlOXR3MkUup91abnuvfQauFDWuGV5OxTnT/ffTMUIC05F
         UGJnvz/THJ10ZlgqQ61J/IzHCSc5CGdrW9c7mZkx91hjphEU0QN9DKc5TFs7gZd8S6Au
         ejDzHrcFm2s3C8sC4a8rQXbX8evTUZe1Oy47lcaxUJQ7EmGAR+Xy6+FBqYJLec5CG0wj
         QqjQ==
X-Gm-Message-State: ALoCoQk+YlACd/TfM7dSBM3qztyfDPq9jNBueKcAVBIr5T+2rMevuD1mK4f6nckXYZ3fYxP7dwQmjeIWd9pG+UhzdEKZ/9aPAg==
X-Received: by 10.98.66.74 with SMTP id p71mr37743787pfa.105.1453134992147;
        Mon, 18 Jan 2016 08:36:32 -0800 (PST)
From: Bart Schaefer <schaefer@brasslantern.com>
Message-Id: <160118083658.ZM6465@torch.brasslantern.com>
Date: Mon, 18 Jan 2016 08:36:58 -0800
In-Reply-To: <20160118094129.260a60ae@pwslap01u.europe.root.pri>
Comments: In reply to Peter Stephenson <p.stephenson@samsung.com>
        "Re: bufferwords() lexes a subshell in a shortloop repeat as a string" (Jan 18,  9:41am)
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>
X-Mailer: OpenZMail Classic (0.9.2 24April2005)
To: zsh-workers@zsh.org
Subject: Re: bufferwords() lexes a subshell in a shortloop repeat as a string
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Seq: zsh-workers 37675

On Jan 18,  9:41am, Peter Stephenson wrote:
}
} I'm not sure what it is you're not doing, but that's not what I get
} with ARGV0=sh...

schaefer[564] ARGV0=sh Src/zsh -f
$ print -l one (two three|foo) four
one
(two three|foo)
four
$ print $ZSH_PATCHLEVEL
zsh-5.2-82-g0194b4a


What are YOU seeing?  Do we need to diff "set -o" output or something?

