zsh-workers
 help / color / mirror / code / Atom feed
From: Greg Klanderman <gak@klanderman.net>
To: Zsh list <zsh-workers@sunsite.dk>
Subject: debug print left in 'run-help'?
Date: Tue, 21 Apr 2009 11:56:07 -0400	[thread overview]
Message-ID: <18925.60567.301071.766082@gargle.gargle.HOWL> (raw)


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}


             reply	other threads:[~2009-04-21 15:56 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-21 15:56 Greg Klanderman [this message]
2009-04-25 20:10 ` Bart Schaefer
2009-04-27 20:45   ` Greg Klanderman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=18925.60567.301071.766082@gargle.gargle.HOWL \
    --to=gak@klanderman.net \
    --cc=zsh-workers@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).