From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25386 invoked from network); 31 Dec 2007 21:09:06 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) 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.3 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 31 Dec 2007 21:09:06 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 89157 invoked from network); 31 Dec 2007 21:09:02 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 31 Dec 2007 21:09:02 -0000 Received: (qmail 1348 invoked by alias); 31 Dec 2007 21:08:59 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 24336 Received: (qmail 1334 invoked from network); 31 Dec 2007 21:08:58 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 31 Dec 2007 21:08:58 -0000 Received: from virusfilter.dotsrc.org (bifrost [127.0.0.1]) by spamfilter.dotsrc.org (Postfix) with ESMTP id CC4C68058FA9 for ; Mon, 31 Dec 2007 22:08:56 +0100 (CET) Received: from vms173003pub.verizon.net (vms173003pub.verizon.net [206.46.173.3]) by bifrost.dotsrc.org (Postfix) with ESMTP for ; Mon, 31 Dec 2007 22:08:56 +0100 (CET) Received: from torch.brasslantern.com ([71.121.18.67]) by vms173003.mailsrvcs.net (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) with ESMTPA id <0JTX00KRKMNOXV83@vms173003.mailsrvcs.net> for zsh-workers@sunsite.dk; Mon, 31 Dec 2007 15:07:02 -0600 (CST) Received: from torch.brasslantern.com (localhost.localdomain [127.0.0.1]) by torch.brasslantern.com (8.13.1/8.13.1) with ESMTP id lBVL8fIG000988; Mon, 31 Dec 2007 13:08:41 -0800 Received: (from schaefer@localhost) by torch.brasslantern.com (8.13.1/8.13.1/Submit) id lBVL8eZp000987; Mon, 31 Dec 2007 13:08:40 -0800 Date: Mon, 31 Dec 2007 13:08:40 -0800 From: Bart Schaefer Subject: Re: run-help: Support for svn and git In-reply-to: To: joerg@alea.gnuu.de, zsh-workers@sunsite.dk Message-id: <071231130840.ZM986@torch.brasslantern.com> MIME-version: 1.0 X-Mailer: OpenZMail Classic (0.9.2 24April2005) Content-type: text/plain; charset=us-ascii References: <071230200204.ZM32486@torch.brasslantern.com> Comments: In reply to ( Text in unknown character set UTF-8 not shown ) Sommer "Re: run-help: Support for svn and git" (Dec 31, 6:24pm) X-Virus-Scanned: ClamAV using ClamSMTP On Dec 31, 6:24pm, joerg@alea.gnuu.de wrote: } Subject: Re: run-help: Support for svn and git } } Is run-help really an alias, by default? At Debian it is the function } from Functions/Misc. Yes, it really is an alias by default. schaefer[515] Src/zsh -f torch% alias run-help=man which-command=whence torch% There must be something in the /etc/z* files installed with the Debian zsh package that removes the alias and loads the function instead.