From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5715 invoked from network); 2 Aug 2005 18:30:47 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 2 Aug 2005 18:30:47 -0000 Received: (qmail 72600 invoked from network); 2 Aug 2005 18:30:40 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 2 Aug 2005 18:30:40 -0000 Received: (qmail 23588 invoked by alias); 2 Aug 2005 18:30:38 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 21558 Received: (qmail 23579 invoked from network); 2 Aug 2005 18:30:37 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 2 Aug 2005 18:30:37 -0000 Received: (qmail 72292 invoked from network); 2 Aug 2005 18:30:37 -0000 Received: from dsl3-63-249-88-2.cruzio.com (HELO dot.blorf.net) (63.249.88.2) by a.mx.sunsite.dk with SMTP; 2 Aug 2005 18:30:33 -0000 Received: by dot.blorf.net (Postfix, from userid 1000) id 55D146050; Tue, 2 Aug 2005 11:30:32 -0700 (PDT) Date: Tue, 2 Aug 2005 11:30:32 -0700 From: Wayne Davison To: Mikael Magnusson Cc: zsh-workers@sunsite.dk Subject: Re: Removing already completed items from future completions? Message-ID: <20050802183032.GE29778@blorf.net> References: <20050729195602.GD26009@blorf.net> <237967ef05072915084a8cef2c@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <237967ef05072915084a8cef2c@mail.gmail.com> User-Agent: Mutt/1.5.9i X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.0.4 On Sat, Jul 30, 2005 at 12:08:14AM +0200, Mikael Magnusson wrote: > have you tried this? > zstyle ':completion:*:cvs:*' ignore-line yes FYI, I had to add the -COMMAND suffix to the "cvs" to get that to work. E.g.: zstyle ':completion:*:cvs-commit:*' ignore-line true Thanks for the pointer, ..wayne..