From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19777 invoked from network); 29 Jul 2005 22:09:22 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 29 Jul 2005 22:09:22 -0000 Received: (qmail 27714 invoked from network); 29 Jul 2005 22:09:17 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 29 Jul 2005 22:09:17 -0000 Received: (qmail 6393 invoked by alias); 29 Jul 2005 22:09:14 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 21550 Received: (qmail 6383 invoked from network); 29 Jul 2005 22:09:13 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 29 Jul 2005 22:09:13 -0000 Received: (qmail 27418 invoked from network); 29 Jul 2005 22:09:13 -0000 Received: from zproxy.gmail.com (64.233.162.207) by a.mx.sunsite.dk with SMTP; 29 Jul 2005 22:09:10 -0000 Received: by zproxy.gmail.com with SMTP id i11so648946nzh for ; Fri, 29 Jul 2005 15:09:07 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=g+lFKBIr87sNe7/55Gr6SYqH/LgwpTiveMRjMx/nvhXgoDbI834Qbw5bhBSRdH7uriua1qLH5WCz8frvkwJMJ2XjGIOtWqEjdaA2FLBFWDIxwMWu0s6NXzHJYGUAzaw6nagUPvcFNq4v6guytiChYrk9ZM2F+gkSL7d0QrTTtOA= Received: by 10.36.222.75 with SMTP id u75mr1529628nzg; Fri, 29 Jul 2005 15:08:14 -0700 (PDT) Received: by 10.36.19.1 with HTTP; Fri, 29 Jul 2005 15:08:14 -0700 (PDT) Message-ID: <237967ef05072915084a8cef2c@mail.gmail.com> Date: Sat, 30 Jul 2005 00:08:14 +0200 From: Mikael Magnusson To: zsh-workers@sunsite.dk Subject: Re: Removing already completed items from future completions? In-Reply-To: <20050729195602.GD26009@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> 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 7/29/05, Wayne Davison wrote: > It sure would be nice if a completer could be made to remove items that > had already been inserted into the command-line. For instance, in the > completion for cvs: if I type "cvs commit ", and it mentions "foo" > and "bar", I'd sure love it if "cvs commit foo " would just insert > "bar" (since "foo" would have been omitted from the list). >=20 > ..wayne.. have you tried this? zstyle ':completion:*:cvs:*' ignore-line yes at least i think that should be right, i have this commented out in my .zshrc which i think works, but i found it annoying: #zstyle ':completion:*:rm:*' ignore-line yes --=20 Mikael Magnusson