From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11654 invoked by alias); 16 Jan 2015 16:21:21 -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: 34306 Received: (qmail 7788 invoked from network); 16 Jan 2015 16:21:20 -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.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 X-Authority-Analysis: v=2.1 cv=X+5rdgje c=1 sm=1 tr=0 a=e1dXK7GfYbHG4k4nVCYCAw==:117 a=e1dXK7GfYbHG4k4nVCYCAw==:17 a=Hpgzp-inWqAA:10 a=N659UExz7-8A:10 a=hcOlxpQB2WauwJNLTgUA:9 a=pILNOxqGKmIA:10 Message-id: <54B93A73.2060600@eastlink.ca> Date: Fri, 16 Jan 2015 08:21:07 -0800 From: Ray Andrews User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Icedove/31.3.0 MIME-version: 1.0 To: zsh-workers@zsh.org Subject: Re: Crash when capturing command output in completion References: <150115135356.ZM23582@torch.brasslantern.com> <150115162748.ZM23670@torch.brasslantern.com> <150115204336.ZM23779@torch.brasslantern.com> <54B8B300.3070003@eastlink.ca> <150115234918.ZM24029@torch.brasslantern.com> In-reply-to: <150115234918.ZM24029@torch.brasslantern.com> Content-type: text/plain; charset=windows-1252; format=flowed Content-transfer-encoding: 7bit On 01/15/2015 11:49 PM, Bart Schaefer wrote: > 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. > No. But all those use the debugging config if that matters. When I saw the completion problem posting, I stepped back through my builds, and that's the point at which it appears. I also could not complete the names of my builds using '-217-' or latter, I either got an error msg. or my xterm was killed, but the above seems similar to the test you used to duplicate the problem.