From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9260 invoked by alias); 16 Jan 2015 07:49:27 -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: 34302 Received: (qmail 11831 invoked from network); 16 Jan 2015 07:49:26 -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=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 X-CMAE-Score: 0 X-CMAE-Analysis: v=2.1 cv=b6gFOWC0 c=1 sm=1 tr=0 a=FT8er97JFeGWzr5TCOCO5w==:117 a=kj9zAlcOel0A:10 a=q2GGsy2AAAAA:8 a=oR5dmqMzAAAA:8 a=-9mUelKeXuEA:10 a=YNv0rlydsVwA:10 a=dTTJY5oiU150nFrTTy8A:9 a=CjuIK1q_8ugA:10 a=fPbjJcHTh9IA:10 a=oJuZ1FjutGEA:10 a=5X0-mCkNAK8A:10 From: Bart Schaefer Message-id: <150115234918.ZM24029@torch.brasslantern.com> Date: Thu, 15 Jan 2015 23:49:18 -0800 In-reply-to: <54B8B300.3070003@eastlink.ca> Comments: In reply to Ray Andrews "Re: Crash when capturing command output in completion" (Jan 15, 10:43pm) References: <150115135356.ZM23582@torch.brasslantern.com> <150115162748.ZM23670@torch.brasslantern.com> <150115204336.ZM23779@torch.brasslantern.com> <54B8B300.3070003@eastlink.ca> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-workers@zsh.org Subject: Re: Crash when capturing command output in completion MIME-version: 1.0 Content-type: text/plain; charset=us-ascii On Jan 15, 10:43pm, Ray Andrews wrote: } } $ echo $(ls zsh) } zsh-5.0.7-217-g39a6e8a } zsh } } $ echo ls zsh) << up arrow to recall command. } zsh: parse error near `)' Is that "zsh -f"? I can't reproduce anything similar.