From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15783 invoked from network); 24 Jun 2007 08:54:53 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00 autolearn=ham version=3.2.1 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 24 Jun 2007 08:54:53 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 5383 invoked from network); 24 Jun 2007 08:54:46 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 24 Jun 2007 08:54:46 -0000 Received: (qmail 1354 invoked by alias); 24 Jun 2007 08:54:44 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 23591 Received: (qmail 1344 invoked from network); 24 Jun 2007 08:54:43 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 24 Jun 2007 08:54:43 -0000 Received: (qmail 5064 invoked from network); 24 Jun 2007 08:54:43 -0000 Received: from wa-out-1112.google.com (209.85.146.176) by a.mx.sunsite.dk with SMTP; 24 Jun 2007 08:54:40 -0000 Received: by wa-out-1112.google.com with SMTP id j4so1374517wah for ; Sun, 24 Jun 2007 01:54:38 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=ngurq3n2V09Hgf3KKx4ftorDi41PrBJsOjtWsEiKipoqWIttR8XGG/9n0LzjN2NNUUUyMFfoXTCPsiFQ6JmVNwjM5pSU47VdZKHZ2PFLMUsSQbH9pQki1IbUJ/LJEdzq5SShTKwXiUQTs3x+xHG3G/HGReEVjICYB6MsYoRpX8Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=L3FD26jbHd5TVPibu2UPd0xE9DWXPjQIZiItcXvgPKhsiSIkkM8CXkI3D/e2eZDdt90m7hH3HZRmqvkZz9DuEoiALV/lAwFn6WorGUOeJk8fQh+aRUgl1LI8AjZlEwcTmMqTsnTWR1U3MVl/z7urB7YqiHpFerVTHunuLTUPkEE= Received: by 10.115.76.1 with SMTP id d1mr4441541wal.1182675278372; Sun, 24 Jun 2007 01:54:38 -0700 (PDT) Received: by 10.114.196.8 with HTTP; Sun, 24 Jun 2007 01:54:38 -0700 (PDT) Message-ID: Date: Sun, 24 Jun 2007 10:54:38 +0200 From: "Nikolai Weibull" Sender: nikolai.weibull@gmail.com To: "Nikolai Weibull" , "zsh workers" Subject: Re: PATCH: yet another _git update In-Reply-To: <20070623215527.GA16738@scowler.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070623100226.GB6305@fsst.voodoo.lan> <20070623215527.GA16738@scowler.net> X-Google-Sender-Auth: 5d6bc18b11d310b4 On 6/23/07, Clint Adams wrote: > On Sat, Jun 23, 2007 at 03:09:29PM +0200, Nikolai Weibull wrote: > > Works fine now. These issues have been addressed, yes. Commands are > > broken up into different groups, so you can easily configure what gets > > shown. > > Any reason you didn't use tags here instead of the style stuff? > > 296 local wanted_commands > 297 zstyle -s ':completion:${curcontext}:' commands wanted_commands || wanted_commands="all -internal" Hm, because I wasn't thinking, I guess. I'll rework it. Thanks for highlighting this, nikolai