From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11282 invoked from network); 23 May 2005 15:56:52 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 23 May 2005 15:56:52 -0000 Received: (qmail 98111 invoked from network); 23 May 2005 15:56:46 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 23 May 2005 15:56:46 -0000 Received: (qmail 18552 invoked by alias); 23 May 2005 15:56:38 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 8900 Received: (qmail 18542 invoked from network); 23 May 2005 15:56:37 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 23 May 2005 15:56:37 -0000 Received: (qmail 97028 invoked from network); 23 May 2005 15:56:37 -0000 Received: from vms040pub.verizon.net (206.46.252.40) by a.mx.sunsite.dk with SMTP; 23 May 2005 15:56:33 -0000 Received: from candle.brasslantern.com ([4.11.1.68]) by vms040.mailsrvcs.net (Sun Java System Messaging Server 6.2 HotFix 0.04 (built Dec 24 2004)) with ESMTPA id <0IGY00HXX9M7J9N2@vms040.mailsrvcs.net> for zsh-users@sunsite.dk; Mon, 23 May 2005 10:56:32 -0500 (CDT) Received: from candle.brasslantern.com (IDENT:schaefer@localhost [127.0.0.1]) by candle.brasslantern.com (8.12.11/8.12.11) with ESMTP id j4NFuULW017510 for ; Mon, 23 May 2005 08:56:31 -0700 Received: (from schaefer@localhost) by candle.brasslantern.com (8.12.11/8.12.11/Submit) id j4NFuUFq017509 for zsh-users@sunsite.dk; Mon, 23 May 2005 08:56:30 -0700 Date: Mon, 23 May 2005 15:56:30 +0000 From: Bart Schaefer Subject: Re: retrieving the results of last command? In-reply-to: <27277.1116863101@trentino.groupinfra.com> To: zsh-users@sunsite.dk Message-id: <1050523155630.ZM17508@candle.brasslantern.com> MIME-version: 1.0 X-Mailer: Z-Mail (5.0.0 30July97) Content-type: text/plain; charset=us-ascii References: <20050520121834.GA32499@let.rug.nl> <1050520144942.ZM7191@candle.brasslantern.com> <27277.1116863101@trentino.groupinfra.com> Comments: In reply to Oliver Kiddle "Re: retrieving the results of last command?" (May 23, 5:45pm) X-Spam-Checker-Version: SpamAssassin 3.0.2 on a.mx.sunsite.dk X-Spam-Level: X-Spam-Status: No, score=-2.6 required=6.0 tests=AWL,BAYES_00 autolearn=ham version=3.0.2 X-Spam-Hits: -2.6 On May 23, 5:45pm, Oliver Kiddle wrote: } } Felix Rosencrantz wrote: } > only complete items that it would normally complete but are only in } > the keep list of the keeper function } } You could try doing something with ignored-patterns and zstyle -e: Hmm. Interesting idea, but how would that work? ignored-patterns is for things to leave out of the results, and here we have a list of things we want to preserve. } Does keeper just keep it's words in an array? Yep, it's just called $kept.