From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28779 invoked from network); 21 May 2004 01:44:29 -0000 Received: from thor.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.86) by ns1.primenet.com.au with SMTP; 21 May 2004 01:44:28 -0000 Received: (qmail 27941 invoked from network); 21 May 2004 01:44:19 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 21 May 2004 01:44:19 -0000 Received: (qmail 20227 invoked by alias); 21 May 2004 01:44:08 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 19968 Received: (qmail 20217 invoked from network); 21 May 2004 01:44:07 -0000 Received: from thor.dotsrc.org (HELO a.mx.sunsite.dk) (qmailr@130.225.247.86) by sunsite.dk with SMTP; 21 May 2004 01:44:04 -0000 Received: (qmail 27382 invoked from network); 21 May 2004 01:44:04 -0000 Received: from dsl3-63-249-88-2.cruzio.com (HELO binome.blorf.net) (63.249.88.2) by a.mx.sunsite.dk with SMTP; 21 May 2004 01:44:02 -0000 Received: by binome.blorf.net (Postfix, from userid 1000) id 755299972; Thu, 20 May 2004 18:44:01 -0700 (PDT) Date: Thu, 20 May 2004 18:44:01 -0700 From: Wayne Davison To: zsh-workers@sunsite.dk Subject: Re: [PATCH] local history support, take 2 Message-ID: <20040521014401.GD31267@blorf.net> References: <20040519165831.GA21704@blorf.net> <20040519213751.D1D1E8652@pwstephenson.fsnet.co.uk> <20040521013738.GC31267@blorf.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040521013738.GC31267@blorf.net> User-Agent: Mutt/1.5.5.1+cvs20040105i X-Spam-Checker-Version: SpamAssassin 2.63 on a.mx.sunsite.dk X-Spam-Level: X-Spam-Status: No, hits=-0.0 required=6.0 tests=BAYES_44 autolearn=no version=2.63 X-Spam-Hits: -0.0 On Thu, May 20, 2004 at 06:37:38PM -0700, Wayne Davison wrote: > I chose to add my pop-checking hook into level() -- the routine that Whoops, I had meant to look up that function name and edit it into my message, but I sent it off without doing that. The place I hooked into was endparamscope(), as the patch indicated. ..wayne..