From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22012 invoked from network); 21 Apr 2009 15:56:21 -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; 21 Apr 2009 15:56:21 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 20242 invoked from network); 21 Apr 2009 15:56:17 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 21 Apr 2009 15:56:17 -0000 Received: (qmail 285 invoked by alias); 21 Apr 2009 15:56:12 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 26862 Received: (qmail 267 invoked from network); 21 Apr 2009 15:56:11 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 21 Apr 2009 15:56:11 -0000 Received: from QMTA04.westchester.pa.mail.comcast.net (qmta04.westchester.pa.mail.comcast.net [76.96.62.40]) by bifrost.dotsrc.org (Postfix) with ESMTP id 0CE228028C72 for ; Tue, 21 Apr 2009 17:55:11 +0200 (CEST) Received: from OMTA04.westchester.pa.mail.comcast.net ([76.96.62.35]) by QMTA04.westchester.pa.mail.comcast.net with comcast id iCF71b0040ldTLk54Fw8bB; Tue, 21 Apr 2009 15:56:08 +0000 Received: from smtp.klanderman.net ([98.217.254.247]) by OMTA04.westchester.pa.mail.comcast.net with comcast id iFw81b00y5M2Np63QFw8y5; Tue, 21 Apr 2009 15:56:08 +0000 Received: from lwm.klanderman.net (unknown [192.168.100.50]) by smtp.klanderman.net (Postfix) with ESMTP id 71A52B3014B for ; Tue, 21 Apr 2009 11:56:07 -0400 (EDT) Received: by lwm.klanderman.net (Postfix, from userid 500) id 573E19FC5F9; Tue, 21 Apr 2009 11:56:07 -0400 (EDT) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18925.60567.301071.766082@gargle.gargle.HOWL> Date: Tue, 21 Apr 2009 11:56:07 -0400 From: Greg Klanderman To: Zsh list Subject: debug print left in 'run-help'? Reply-To: gak@klanderman.net X-Mailer: VM 7.17 under 21.4 (patch 17) "Jumbo Shrimp" XEmacs Lucid X-Virus-Scanned: ClamAV 0.92.1/9268/Tue Apr 21 17:10:12 2009 on bifrost X-Virus-Status: Clean There seems to be a spurious debug print statement left in the 'run-help' function, at around line 57: | builtin print -r $what Should/can this be removed? thanks, Greg Index: Functions/Misc/run-help =================================================================== RCS file: /cvsroot/zsh/zsh/Functions/Misc/run-help,v retrieving revision 1.13 diff -u -r1.13 run-help --- Functions/Misc/run-help 30 Dec 2008 05:40:56 -0000 1.13 +++ Functions/Misc/run-help 21 Apr 2009 15:54:32 -0000 @@ -54,7 +54,6 @@ do what=$places[$i] [[ -n $noalias && $what = *" is an alias "* ]] && continue - builtin print -r $what case $what in (*( is an alias)*) [[ ${what[(w)6]:t} != ${what[(w)1]} ]] && run-help ${what[(w)6]:t}