From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2311 invoked by alias); 3 Nov 2014 18:19:39 -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: 33597 Received: (qmail 13905 invoked from network); 3 Nov 2014 18:19: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=GLe/yVJP c=1 sm=1 tr=0 a=FT8er97JFeGWzr5TCOCO5w==:117 a=kj9zAlcOel0A:10 a=q2GGsy2AAAAA:8 a=oR5dmqMzAAAA:8 a=-9mUelKeXuEA:10 a=GLIbQ1FX_p2t0U7e3uoA:9 a=CjuIK1q_8ugA:10 From: Bart Schaefer Message-id: <141103101835.ZM31940@torch.brasslantern.com> Date: Mon, 03 Nov 2014 10:18:35 -0800 In-reply-to: Comments: In reply to "Jun T." "Re: Test failures on MacOS with latest pull from git" (Nov 1, 3:08am) References: X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-workers@zsh.org Subject: Re: Test failures on MacOS with latest pull from git MIME-version: 1.0 Content-type: text/plain; charset=us-ascii On Nov 1, 3:08am, Jun T. wrote: } } This suggests me that the problem is in the pty library of BSD's } (or zpty module of zsh). I suspect that '^W' is treated as the } 'werase' special character by the tty of slave zsh. That's a good hypothesis, but a little strange because the zsh that starts up on the pty ought to be resetting that (just as one starting in a terminal window would). It'd be nice to know what that's (not) happening ... and then perhaps the setup that's sent to the pty before the tests begin should include some other stty calls.