From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17915 invoked from network); 27 Apr 2009 20:45:47 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 27 Apr 2009 20:45:47 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 34620 invoked from network); 27 Apr 2009 20:45:40 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 27 Apr 2009 20:45:40 -0000 Received: (qmail 16163 invoked by alias); 27 Apr 2009 20:45:32 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 26891 Received: (qmail 16145 invoked from network); 27 Apr 2009 20:45:32 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 27 Apr 2009 20:45:32 -0000 Received: from QMTA08.westchester.pa.mail.comcast.net (qmta08.westchester.pa.mail.comcast.net [76.96.62.80]) by bifrost.dotsrc.org (Postfix) with ESMTP id C469B8028C71 for ; Mon, 27 Apr 2009 22:43:31 +0200 (CEST) Received: from OMTA11.westchester.pa.mail.comcast.net ([76.96.62.36]) by QMTA08.westchester.pa.mail.comcast.net with comcast id kh471b01e0mv7h058klUgx; Mon, 27 Apr 2009 20:45:28 +0000 Received: from smtp.klanderman.net ([98.217.254.247]) by OMTA11.westchester.pa.mail.comcast.net with comcast id kklU1b00A5M2Np63XklUex; Mon, 27 Apr 2009 20:45:28 +0000 Received: from lwm.klanderman.net (unknown [192.168.100.50]) by smtp.klanderman.net (Postfix) with ESMTP id E986EB3014B for ; Mon, 27 Apr 2009 16:45:26 -0400 (EDT) Received: by lwm.klanderman.net (Postfix, from userid 500) id 984F19FC5FB; Mon, 27 Apr 2009 16:45:26 -0400 (EDT) From: Greg Klanderman To: zsh-workers@sunsite.dk Subject: Re: debug print left in 'run-help'? Reply-To: gak@klanderman.net Date: Mon, 27 Apr 2009 16:45:26 -0400 In-Reply-To: <090425131051.ZM13157@torch.brasslantern.com> (Bart Schaefer's message of "Sat, 25 Apr 2009 13:10:49 -0700") Message-ID: User-Agent: Gnus/5.1007 (Gnus v5.10.7) XEmacs/21.4.17 (linux) References: <18925.60567.301071.766082@gargle.gargle.HOWL> <090425131051.ZM13157@torch.brasslantern.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: ClamAV 0.92.1/9296/Mon Apr 27 18:58:46 2009 on bifrost X-Virus-Status: Clean >>>>> Bart Schaefer writes: > Please back out this change. Yes, I agree, sorry about that Bart. Looks like PWS already reverted it. There was a case where it was producing output I didn't want to see, I'll have to see if I can figure out what that was. Greg