From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23490 invoked by alias); 23 Feb 2010 09:42:39 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 27751 Received: (qmail 24996 invoked from network); 23 Feb 2010 09:42:37 -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=-2.5 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VERIFIED autolearn=ham version=3.2.5 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 74.125.78.145 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=NHhHDq5GUuXAjNnQJZhhvG+eF4djW5CKt7WAr0JfAbo=; b=OlBth9D5sTTHsWwLhYBa4L3w8zRouqdI2mSzbTFbspVEMeLHGSTBEkEc0BX3EQOq09 l0sMvALeLPAA3w5m0AnnQOaTMcxsxbbz7fpCCIEy0OCiy+pe2CIC2YShy89R36pNchuO aTDSw05n/4ZlJSkJRDU8Vbe69BUZf6gTYVUFU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=K/0VZ9tCyQXgEVChw7CcANq2943h6gBMIF6JZFHEuy+w6uUtE24i78zE4j0lJUzjcN ewAd30Bxftb0a2drZqKf2/2YXPtYnto9eglAdFGY2saDUMFqa1GGcjBW15cmf/nXicfA NwNww4N18mRrPDJqQW1mZxso6I6ml4Vxq7wXM= MIME-Version: 1.0 In-Reply-To: <237967ef1002222357x44b0c891m60d483a06d788df4@mail.gmail.com> References: <2d460de71002220942y27ad63acxa3df7a9838ace0b8@mail.gmail.com> <100222184752.ZM26580@torch.brasslantern.com> <237967ef1002222357x44b0c891m60d483a06d788df4@mail.gmail.com> Date: Tue, 23 Feb 2010 10:42:29 +0100 Message-ID: <2d460de71002230142v28c3dd72na001b3ca0d5c5942@mail.gmail.com> Subject: Re: Proposed feature: Selectively avoid adding to history (with code) From: Richard Hartmann To: Mikael Magnusson Cc: zsh-workers@zsh.org Content-Type: text/plain; charset=UTF-8 On Tue, Feb 23, 2010 at 08:57, Mikael Magnusson wrote: > yet. (of course this approach needs at least setopt incappendhistory). I know many people who can't work with incappendhistory, myself included. If you use it, this is a neat solution, though. Richard