From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1702 invoked from network); 4 Sep 2006 17:54:37 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.4 (2006-07-25) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00, FORGED_RCVD_HELO,UNPARSEABLE_RELAY autolearn=ham version=3.1.4 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 4 Sep 2006 17:54:37 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 16064 invoked from network); 4 Sep 2006 17:54:28 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 4 Sep 2006 17:54:28 -0000 Received: (qmail 10319 invoked by alias); 4 Sep 2006 17:54:19 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 10674 Received: (qmail 10310 invoked from network); 4 Sep 2006 17:54:19 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 4 Sep 2006 17:54:19 -0000 Received: (qmail 14723 invoked from network); 4 Sep 2006 17:54:19 -0000 Received: from vms040pub.verizon.net (206.46.252.40) by a.mx.sunsite.dk with SMTP; 4 Sep 2006 17:54:17 -0000 Received: from torch.brasslantern.com ([71.116.118.106]) by vms040.mailsrvcs.net (Sun Java System Messaging Server 6.2-4.02 (built Sep 9 2005)) with ESMTPA id <0J5200D9KXQ110P0@vms040.mailsrvcs.net> for zsh-users@sunsite.dk; Mon, 04 Sep 2006 12:54:02 -0500 (CDT) Received: from torch.brasslantern.com (localhost.localdomain [127.0.0.1]) by torch.brasslantern.com (8.13.1/8.13.1) with ESMTP id k84Hs0lP009116 for ; Mon, 04 Sep 2006 10:54:01 -0700 Received: (from schaefer@localhost) by torch.brasslantern.com (8.13.1/8.13.1/Submit) id k84Hs0Pc009115 for zsh-users@sunsite.dk; Mon, 04 Sep 2006 10:54:00 -0700 Date: Mon, 04 Sep 2006 10:54:00 -0700 From: Bart Schaefer Subject: Re: Creating short time aliases In-reply-to: To: zsh-users@sunsite.dk Message-id: <060904105400.ZM9114@torch.brasslantern.com> MIME-version: 1.0 X-Mailer: OpenZMail Classic (0.9.2 24April2005) Content-type: text/plain; charset=us-ascii References: <20060903213021.GR23692@kubieziel.de> <20060903223624.GB25165@blorf.net> Comments: In reply to zzapper "Re: Creating short time aliases" (Sep 4, 3:23pm) On Sep 4, 3:23pm, zzapper wrote: } } Sorry what's this all about? As I understand it, he wants to be able to stick a tag on the end of a command when he types it, so that he can later use that tag in a history search to quickly find the same command again.