From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28637 invoked by alias); 23 Nov 2014 18:37:30 -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: 33776 Received: (qmail 27837 invoked from network); 23 Nov 2014 18:37:29 -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=EaVE33gxOupDMPXvvBEA:9 a=CjuIK1q_8ugA:10 From: Bart Schaefer Message-id: <141123103747.ZM10657@torch.brasslantern.com> Date: Sun, 23 Nov 2014 10:37:47 -0800 In-reply-to: <21240C97-F8F1-45F7-8F15-4454D4066276@kba.biglobe.ne.jp> Comments: In reply to "Jun T." "Re: Confirming X02zlevi test failures" (Nov 23, 4:44pm) References: <141119085006.ZM18951@torch.brasslantern.com> <11014.1416438322@quattro> <141119222019.ZM2717@torch.brasslantern.com> <5A1A98B7-42E0-4EE1-9468-32E2D6434246@kba.biglobe.ne.jp> <141120091803.ZM3693@torch.brasslantern.com> <2D312191-3B6F-49BE-9289-95DDA6DAC1F4@kba.biglobe.ne.jp> <141122193250.ZM15938@torch.brasslantern.com> <21240C97-F8F1-45F7-8F15-4454D4066276@kba.biglobe.ne.jp> <13277.1416733245@thecus.kiddle.eu> In-reply-to: <13277.1416733245@thecus.kiddle.eu> Comments: In reply to Oliver Kiddle "Re: Confirming X02zlevi test failures" (Nov 23, 10:00am) X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-workers@zsh.org Subject: Re: Confirming X02zlevi test failures MIME-version: 1.0 Content-type: text/plain; charset=us-ascii On Nov 23, 4:44pm, Jun T. wrote: } } -stty 38400 columns 80 rows 24 werase undef tabs } +stty 38400 columns 80 rows 24 tabs -icanon -iexten I wonder if this isn't more to do with the success than the changes in flushing/timing? With -icanon here, the initial state of the terminal may not have to be changed before the first bytes are read from the master connection. On Nov 23, 10:00am, Oliver Kiddle wrote: } } Are you just using strategically placed dputs for instrumentation? I } seem to get nothing from them after the terminal has been configured. I both added some dputs() and also exported ZSH_DEBUG_LOG in the caller environment. The file named there collects everything nicely. -- Barton E. Schaefer