From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6856 invoked from network); 18 May 2004 21:32:36 -0000 Received: from thor.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.86) by ns1.primenet.com.au with SMTP; 18 May 2004 21:32:36 -0000 Received: (qmail 12702 invoked from network); 18 May 2004 21:32:18 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 18 May 2004 21:32:18 -0000 Received: (qmail 24899 invoked by alias); 18 May 2004 21:32:13 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 19959 Received: (qmail 24877 invoked from network); 18 May 2004 21:32:12 -0000 Received: from thor.dotsrc.org (HELO a.mx.sunsite.dk) (qmailr@130.225.247.86) by sunsite.dk with SMTP; 18 May 2004 21:32:09 -0000 Received: (qmail 12242 invoked from network); 18 May 2004 21:32:09 -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; 18 May 2004 21:32:07 -0000 Received: by binome.blorf.net (Postfix, from userid 1000) id 78B3EB2B3; Tue, 18 May 2004 14:32:03 -0700 (PDT) Date: Tue, 18 May 2004 14:32:03 -0700 From: Wayne Davison To: Peter Stephenson Cc: zsh-workers@sunsite.dk Subject: Re: [PATCH] local history support, take 2 Message-ID: <20040518213203.GB2578@blorf.net> References: <20040515002217.GE22331@blorf.net> <8428.1084879726@csr.com> <20040518195047.GA2578@blorf.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040518195047.GA2578@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.9 required=6.0 tests=BAYES_30 autolearn=no version=2.63 X-Spam-Hits: -0.9 On Tue, May 18, 2004 at 12:50:47PM -0700, Wayne Davison wrote: > Here's my latest patch. Note that this patch has a problem if the original history did not have HISTFILE set -- any new value set in the pushed history is not removed on pop. I've got a fix for that, but it's a pretty minor glitch, so I won't repost the whole thing. If you want to see my latest patch, you can grab it here: http://www.blorf.net/localhistory.patch ..wayne..