From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14144 invoked from network); 3 Aug 2005 00:29:08 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 3 Aug 2005 00:29:08 -0000 Received: (qmail 83755 invoked from network); 3 Aug 2005 00:29:01 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 3 Aug 2005 00:29:01 -0000 Received: (qmail 18333 invoked by alias); 3 Aug 2005 00:28:58 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 21559 Received: (qmail 18323 invoked from network); 3 Aug 2005 00:28:58 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 3 Aug 2005 00:28:58 -0000 Received: (qmail 83476 invoked from network); 3 Aug 2005 00:28:57 -0000 Received: from zproxy.gmail.com (64.233.162.192) by a.mx.sunsite.dk with SMTP; 3 Aug 2005 00:28:54 -0000 Received: by zproxy.gmail.com with SMTP id i11so5838nzh for ; Tue, 02 Aug 2005 17:28:53 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=iq1w0O190JvGStTy+fsD2eSxtkJRnQI10ds14VtfqgmfcSopNEwF/R7isaC1yn7EgqKQ6kjh6ziKc6SmVX18uH6rtdNAVSSjT6ztATgAoiW4kBYHUe0QaeDFrhguJ7lhVE4+CefTfoxyQU5qxGvL5bRdfL9dD+SNgmWuc/o+Ajg= Received: by 10.37.15.3 with SMTP id s3mr31038nzi; Tue, 02 Aug 2005 17:28:53 -0700 (PDT) Received: by 10.36.19.1 with HTTP; Tue, 2 Aug 2005 17:28:53 -0700 (PDT) Message-ID: <237967ef05080217288c7ffd2@mail.gmail.com> Date: Wed, 3 Aug 2005 02:28:53 +0200 From: Mikael Magnusson Reply-To: Mikael Magnusson To: zsh-workers@sunsite.dk Subject: Re: Removing already completed items from future completions? In-Reply-To: <20050802183032.GE29778@blorf.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20050729195602.GD26009@blorf.net> <237967ef05072915084a8cef2c@mail.gmail.com> <20050802183032.GE29778@blorf.net> 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.5 required=5.0 tests=BAYES_00,RCVD_BY_IP autolearn=ham version=3.0.4 On 8/2/05, Wayne Davison wrote: > On Sat, Jul 30, 2005 at 12:08:14AM +0200, Mikael Magnusson wrote: > > have you tried this? > > zstyle ':completion:*:cvs:*' ignore-line yes >=20 > FYI, I had to add the -COMMAND suffix to the "cvs" to get that to work. > E.g.: >=20 > zstyle ':completion:*:cvs-commit:*' ignore-line true >=20 > Thanks for the pointer, Ah, I tried to make it work after i replied, but couldn't :) Thanks. If you want it to happen for all cvs commands, cvs-* seems to work fine. (When i want to select many but not all files from a completion i usually bring up the menu selecting thinger instead.) --=20 Mikael Magnusson