From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21077 invoked from network); 18 Feb 2009 18:40:26 -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.5 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; 18 Feb 2009 18:40:26 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 72658 invoked from network); 18 Feb 2009 18:40:19 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 18 Feb 2009 18:40:19 -0000 Received: (qmail 10402 invoked by alias); 18 Feb 2009 18:40:15 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 26581 Received: (qmail 10387 invoked from network); 18 Feb 2009 18:40:14 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 18 Feb 2009 18:40:14 -0000 Received: from vms173007pub.verizon.net (vms173007pub.verizon.net [206.46.173.7]) by bifrost.dotsrc.org (Postfix) with ESMTP id 7860A80271F0 for ; Wed, 18 Feb 2009 19:40:07 +0100 (CET) Received: from torch.brasslantern.com ([96.238.220.215]) by vms173007.mailsrvcs.net (Sun Java(tm) System Messaging Server 6.3-7.04 (built Sep 26 2008; 32bit)) with ESMTPA id <0KF90034MYI3T084@vms173007.mailsrvcs.net> for zsh-workers@sunsite.dk; Wed, 18 Feb 2009 12:39:46 -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 n1IIddhB017462 for ; Wed, 18 Feb 2009 10:39:39 -0800 Received: (from schaefer@localhost) by torch.brasslantern.com (8.13.1/8.13.1/Submit) id n1IIddj5017461 for zsh-workers@sunsite.dk; Wed, 18 Feb 2009 10:39:39 -0800 From: Bart Schaefer Message-id: <090218103939.ZM17460@torch.brasslantern.com> Date: Wed, 18 Feb 2009 10:39:39 -0800 In-reply-to: <200902181709.n1IH9DsQ019474@news01.csr.com> Comments: In reply to Peter Stephenson "Re: Clarify zshaddhistory doc?" (Feb 18, 5:09pm) References: <090218085720.ZM17261@torch.brasslantern.com> <200902181709.n1IH9DsQ019474@news01.csr.com> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-workers@sunsite.dk Subject: Re: Clarify zshaddhistory doc? MIME-version: 1.0 Content-type: text/plain; charset=us-ascii X-Virus-Scanned: ClamAV 0.92.1/9002/Wed Feb 18 12:16:50 2009 on bifrost X-Virus-Status: Clean On Feb 18, 5:09pm, Peter Stephenson wrote: } } > What exactly does this mean? There's no $zshaddhistory_functions array } > so "any of the hook functions" is either a typo, or must refer to the } > $preexec_functions hooks, which ought to be clearer. } } There isn't a zshaddhistory_functions array until you add one, then } there is. Hrm. Well, then, perhaps the explicit reference to "preexec_functions" in Src/init.c is wrong, and it should be using the HOOK_SUFFIX constant?