From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12728 invoked by alias); 23 Nov 2014 19:38:37 -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: 33781 Received: (qmail 21216 invoked from network); 23 Nov 2014 19:38: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=AKpDk7pY c=1 sm=1 tr=0 a=FT8er97JFeGWzr5TCOCO5w==:117 a=kj9zAlcOel0A:10 a=q2GGsy2AAAAA:8 a=oR5dmqMzAAAA:8 a=-9mUelKeXuEA:10 a=5y4faFyK3SkA:10 a=CP9RdIMmzsMOqBzFCKEA:9 a=CjuIK1q_8ugA:10 From: Bart Schaefer Message-id: <141123113857.ZM10791@torch.brasslantern.com> Date: Sun, 23 Nov 2014 11:38:57 -0800 In-reply-to: <20141123190201.37536a9f@pws-pc.ntlworld.com> Comments: In reply to Peter Stephenson "Re: BUG: failure in "vcs_info prompt" aborts precmd function" (Nov 23, 7:02pm) References: <5470C427.4050805@thequod.de> <5470CF7C.2000707@thequod.de> <141122144400.ZM15674@torch.brasslantern.com> <20141123190201.37536a9f@pws-pc.ntlworld.com> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh workers Subject: Re: BUG: failure in "vcs_info prompt" aborts precmd function MIME-version: 1.0 Content-type: text/plain; charset=us-ascii On Nov 23, 7:02pm, Peter Stephenson wrote: } Subject: Re: BUG: failure in "vcs_info prompt" aborts precmd function } } On Sat, 22 Nov 2014 14:44:00 -0800 } Bart Schaefer wrote: } > On the other hand, I don't know WHY $(| file reads the contents into the temp file for =(...) before clobbering it for the >| redirection. Probably handy for something.) } this would be consistent. However, from the other point of view, } $(<...) might be thought to be faking up a subshell, in which case it } probably shouldn't be. I suppose that just never got discussed before. } } The principle of least surprise perhaps says it doesn't look like it should } be fatal, therefore it shouldn't be. Should I commit/push 33775 then? Anybody object?