From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9502 invoked by alias); 1 Jul 2015 09:24:10 -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: 35666 Received: (qmail 6184 invoked from network); 1 Jul 2015 09:24:07 -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=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI, RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_PASS autolearn=ham autolearn_force=no version=3.4.0 X-AuditID: cbfec7f4-f79c56d0000012ee-31-5593b1b0e07a Date: Wed, 01 Jul 2015 10:23:57 +0100 From: Peter Stephenson To: "zsh-workers@zsh.org" Subject: Re: Global alias mangles input in 5.0.8 Message-id: <20150701102357.0f11d0f8@pwslap01u.europe.root.pri> In-reply-to: <3bf0cc143e34ae6723d12a7a562258d3@protonmail.ch> References: <3bf0cc143e34ae6723d12a7a562258d3@protonmail.ch> 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+NgFjrELMWRmVeSWpSXmKPExsVy+t/xK7obNk4ONXgxW8viYPNDJgdGj1UH PzAFMEZx2aSk5mSWpRbp2yVwZRx9uIm54CtLxZ/Xs1kbGJ8zdzFyckgImEhM293MCmGLSVy4 t56ti5GLQ0hgKaPE2w0f2CGcGUwS05/fY4RwtjJK3Ji5iA2khUVAVeLe3BcsIDabgKHE1E2z GUFsEQF9iYt/bgHZHBzCAgYSe64UgoR5BewlJs14xQIS5hSwlejYFAESFhKwkfjz8BrYFH6g zqt/PzFBHGQvMfPKGUaIVkGJH5PvgdUwC2hJbN7WxAphy0tsXvOWGWKOusSNu7vZJzAKzULS MgtJyywkLQsYmVcxiqaWJhcUJ6XnGuoVJ+YWl+al6yXn525ihITslx2Mi49ZHWIU4GBU4uEV EJscKsSaWFZcmXuIUYKDWUmE98tUoBBvSmJlVWpRfnxRaU5q8SFGaQ4WJXHeubvehwgJpCeW pGanphakFsFkmTg4pRoYk/T/9lp+PzTd/dm7rIX8u4UXxa9a3M+gedTxvpxN85PItzpFdT8N XUL47vrNrK2L6soMjH8QO89WvCnN9oy9nb3ye4aHd55YbbrqWrFuX/3F9VUSNkXrd0pzcEg2 z93DLLN25YbeCwvn175f5LLxI6dRdU1WDkeXR0ZX5opz/xt9DG3zywyUWIozEg21mIuKEwEY r+bbVQIAAA== On Wed, 1 Jul 2015 00:48:23 -0400 fcook wrote: > I'm running on x86-64 Arch Linux, and noticing what looks like a bug doing the following: > > > alias -g '$'='4<<(' > > > cat /proc/self/fd/4 $ ls ) > > But under zsh 5.0.8, I get an error: "zsh: no such file or directory: s )". Looks like bad effects are specific to "<(...)", since I seem to be getting sane results with "$(...)", but they're not specific to global aliases... % alias foo='echo <(' % foo ls ) zsh: segmentation fault (core dumped) ./zsh I don't know if this is the same, but it seems likely to be related. pws