From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4704 invoked from network); 1 Mar 2008 10:39:05 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) 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.4 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 1 Mar 2008 10:39:05 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 4707 invoked from network); 1 Mar 2008 10:38:46 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 1 Mar 2008 10:38:46 -0000 Received: (qmail 16987 invoked by alias); 1 Mar 2008 10:38:35 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 12664 Received: (qmail 16973 invoked from network); 1 Mar 2008 10:38:35 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 1 Mar 2008 10:38:35 -0000 Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.235]) by bifrost.dotsrc.org (Postfix) with ESMTP id E2BBE8026E0B for ; Sat, 1 Mar 2008 11:38:31 +0100 (CET) Received: by wx-out-0506.google.com with SMTP id h27so4486728wxd.3 for ; Sat, 01 Mar 2008 02:38:30 -0800 (PST) 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=ZN2euxM1dbKJ+bhIBMiuhIWcDRyGnymM65cA49K22EU=; b=mLArTAiEHJEjpOondzDZcyqOoirf2OJXc9AoqahQE+NhV5E5FG17C2ehM6LkIG7vH/SSHn0Pua2mInNgDAPRh3crIMi9qDEe4bunAYQ0xKTH9/Ks4pMUWndXKQz6U4RDOsg8SQ+kvkUD5ztQWUUGruKfDkmiMatue6/jdjFKOSM= 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=lfQmPPHh1KWYI77jQpGwB48JwpXzp1mSow901S/21Te8VlGKo4kMke3K3QsosUJb5dN1QwQhsLh9/1Vw37jBmDRwd2slQaH3+CULahYbWrvNWNRg0FwKGAZjvncMZ1A2LeW9vb34i69cHgyt4Gp0b8ntquqWiKLLJiJSmhpiLbI= Received: by 10.100.7.1 with SMTP id 1mr22338106ang.59.1204367910232; Sat, 01 Mar 2008 02:38:30 -0800 (PST) Received: by 10.100.143.1 with HTTP; Sat, 1 Mar 2008 02:38:30 -0800 (PST) Message-ID: <2d460de70803010238l5f221208q1bd0a090c9eca3a9@mail.gmail.com> Date: Sat, 1 Mar 2008 11:38:30 +0100 From: "Richard Hartmann" To: "Bart Schaefer" Subject: Re: Editing history stack during runtime? Cc: "zsh users" In-Reply-To: <080229192218.ZM18081@torch.brasslantern.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <2d460de70802281709n1847611cp6cb9a5273e212bae@mail.gmail.com> <080229084310.ZM17549@torch.brasslantern.com> <2d460de70802291142u4bdf7c94qa330ff9dad1324f0@mail.gmail.com> <080229192218.ZM18081@torch.brasslantern.com> X-Virus-Scanned: ClamAV 0.91.2/6062/Sat Mar 1 05:56:21 2008 on bifrost X-Virus-Status: Clean On Sat, Mar 1, 2008 at 4:22 AM, Bart Schaefer wrote: > I have a vague recollection of something like this having been posted > before, but not since we added "always" blocks and similar fun, so: Wow, thanks. I fear we misunderstood each other in one regard, though: I do not want to have the contents of the history file in there, only the history accumulated since I logged in to this one shell. I will probably keep the above one as well, though. Both can be very useful. Richard