From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10732 invoked from network); 29 Feb 2008 01:09:37 -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; 29 Feb 2008 01:09:37 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 10615 invoked from network); 29 Feb 2008 01:09:19 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 29 Feb 2008 01:09:19 -0000 Received: (qmail 12139 invoked by alias); 29 Feb 2008 01:09:09 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 12658 Received: (qmail 12117 invoked from network); 29 Feb 2008 01:09:08 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 29 Feb 2008 01:09:08 -0000 Received: from hs-out-0708.google.com (hs-out-0708.google.com [64.233.178.244]) by bifrost.dotsrc.org (Postfix) with ESMTP id 89B10802720E for ; Fri, 29 Feb 2008 02:09:04 +0100 (CET) Received: by hs-out-0708.google.com with SMTP id 23so2035392hsn.13 for ; Thu, 28 Feb 2008 17:09:03 -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:mime-version:content-type:content-transfer-encoding:content-disposition; bh=dz5fjt+8UrcICfgJkbzKJL5oUEBGf6t8ujn9Y9pHcYQ=; b=RHHddKnok0vlZnR4nTY0rzEGsGae0MpthI5eh43fngzf6HmdBSnAQYtTUItpFzAdciIa/6wLtXB2+VlG3zX7NhgklCzmiuiH2xRTqErE3exS4e3TG9FJrlKwhJgBCQ7lOBdiFaDzTW9S0PoTSEyJS2UIgDvEQExaKdyjXeOoFU4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=rqxbIwy9wlNv709DCF99GkJPw1Adr/Wv3SAjGNpeaAp8opg/emI3149zWXI9nAZJONGJ9j63QkHd0OyODbb1a3/aRMxN3ykMqt4wDfCp3XSZ685JpD3/NC2hpcxwSFD6EQtbjy5S51YOfgMqDbVjzXKeVM4CAxYyolFe+yDl5ow= Received: by 10.100.13.2 with SMTP id 2mr17394050anm.108.1204247343538; Thu, 28 Feb 2008 17:09:03 -0800 (PST) Received: by 10.100.143.1 with HTTP; Thu, 28 Feb 2008 17:09:03 -0800 (PST) Message-ID: <2d460de70802281709n1847611cp6cb9a5273e212bae@mail.gmail.com> Date: Fri, 29 Feb 2008 02:09:03 +0100 From: "Richard Hartmann" To: "zsh users" Subject: Editing history stack during runtime? MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Scanned: ClamAV 0.91.2/6032/Thu Feb 28 23:53:52 2008 on bifrost X-Virus-Status: Clean Hi all, is there a way to stuff all my local history (i.e. from from hist files) into $EDITOR, edit it and put back whatever I save to it? Thanks, Richard