From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 457 invoked from network); 14 Oct 2008 11:48:55 -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=-0.9 required=5.0 tests=AWL 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; 14 Oct 2008 11:48:55 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 39111 invoked from network); 14 Oct 2008 11:48:45 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 14 Oct 2008 11:48:45 -0000 Received: (qmail 15896 invoked by alias); 14 Oct 2008 11:48:31 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 25892 Received: (qmail 15875 invoked from network); 14 Oct 2008 11:48:28 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 14 Oct 2008 11:48:28 -0000 Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.30]) by bifrost.dotsrc.org (Postfix) with ESMTP id 125A680524C0 for ; Tue, 14 Oct 2008 13:48:11 +0200 (CEST) Received: by yw-out-2324.google.com with SMTP id 5so482740ywb.81 for ; Tue, 14 Oct 2008 04:48:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=fM1IQ3HZAGJwoI9E6is/Edni8atWW5lksRDOyn4G9Oo=; b=VjC96cMbDo/SPj0Dds2q3GNidpnPSIAncJ4TCo8XInmLJd/KZsim40gelALMt6gl9b kZAMszM+b/P4m0JuBZBeKafvuR58FUW2I0DfBkStfcrQa1P/TkQSA38+zX7S/OmOn2Nd lGYrpt8296jeg5X+3AYeNUq8i2jP76+9cJ0oo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=o/SU/eUvf7pJhdiomwKiYhji0m6PJGjwJie7lMdCS2Rg69boQr6+UkwnWbbMk7ExIL k8Vwdw/16fdBEltH93amzfbJMw2CWRRb6Ex4weg1iOuIWMFals8AFrfx98RgG62Pt95n bJgAFxaExQU5+MWH+7onJ/DKfCrM+NYJf8os0= Received: by 10.100.125.9 with SMTP id x9mr7116156anc.139.1223984890856; Tue, 14 Oct 2008 04:48:10 -0700 (PDT) Received: by 10.100.43.19 with HTTP; Tue, 14 Oct 2008 04:48:10 -0700 (PDT) Message-ID: <2d460de70810140448h5a47e48aw103779f180f8e84b@mail.gmail.com> Date: Tue, 14 Oct 2008 13:48:10 +0200 From: "Richard Hartmann" To: "Peter Stephenson" Subject: Re: Remove history entries Cc: zsh-workers@sunsite.dk In-Reply-To: <20081014124351.2047fb30@news01> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <2d460de70810140426t7c382888pfc22e02c17396d55@mail.gmail.com> <20081014124351.2047fb30@news01> X-Virus-Scanned: ClamAV 0.92.1/8422/Tue Oct 14 10:34:30 2008 on bifrost X-Virus-Status: Clean On Tue, Oct 14, 2008 at 13:43, Peter Stephenson wrote: > It might be possible to force it to overwrite it, but I don't think that's > a simple change. Can't you "just" move the hooks for these functions? And/or introduce a new set? Richard