From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23486 invoked by alias); 21 Jul 2013 12:29:23 -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: 31551 Received: (qmail 18774 invoked from network); 21 Jul 2013 12:29:17 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 Received-SPF: pass (ns1.primenet.com.au: SPF record at _netblocks.google.com designates 209.85.212.181 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:mail-followup-to:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=TKijicYwUm/X7Zkqg2byppGH6Ih5LYrPxhw7o1Rn8dw=; b=mxslPaks3zRHTtCrkIEEHLTLqGqV6/GSZ8VFJp+AdC62q/ozrVelvY2sQ+pwN4J0Uv L/iqFDtcupUYeJLA2GSN9faQMe8oN9l8Pd6XYv2P/aNUi0340kENE3E3hbcDqcSRxs+K r5xf2I6RyacqHC3DVWPmVm8X+L7GWz+pANokdYNfnHR09KtXUfIZ4pmXKMqiB+dNRqis DfQF3ZkRvsHiZAKgc0n5V50JAMVj42ZFc8o5dIPgwPH35w0qH3DEl2SXLDrjnV64ZyFA Wc8ddShB0KFIVO6zw0IcgB857WXJqW5jC50u4PPeKMSzVWFo/CFE35wtFm5c62pW58bS XYTQ== X-Received: by 10.194.87.100 with SMTP id w4mr16553650wjz.34.1374409424848; Sun, 21 Jul 2013 05:23:44 -0700 (PDT) Date: Sun, 21 Jul 2013 13:23:43 +0100 From: Stephane Chazelas To: Peter Stephenson , zsh-workers@zsh.org Subject: Re: bug with eval, proc-subst and pipes Message-ID: <20130721122343.GB10400@chaz.gmail.com> Mail-Followup-To: Peter Stephenson , zsh-workers@zsh.org References: <20130718095741.3f54725f@pwslap01u.europe.root.pri> <20130718102227.527429bd@pwslap01u.europe.root.pri> <20130718123210.054f1ea1@pwslap01u.europe.root.pri> <20130719200159.GA8712@chaz.gmail.com> <20130719205853.GB8712@chaz.gmail.com> <20130720181144.1b5a7fc0@pws-pc.ntlworld.com> <20130720202531.GA10442@chaz.gmail.com> <20130720235501.45a9e179@pws-pc.ntlworld.com> <20130721094525.GA10400@chaz.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130721094525.GA10400@chaz.gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) 2013-07-21 10:45:25 +0100, Stephane Chazelas: [...] > To be clear, to reproduce this new one: > > zsh -f > ls() command ls "$@" > eval 'ls -l <(echo 1) <(echo 2) <(echo 3) <(echo 4)' | cat > > (no need for compinit here) [...] Sorry, I'm confused now. I can't reproduce it so I must have screwed up somewhere. I'll start from scratch applying one patch at a time to clarify things later, but for now, it seems everything works fine with all the patches applied. Sorry again for the confusion Stephane