From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24385 invoked from network); 4 Feb 2008 00:53:23 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.4 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 4 Feb 2008 00:53:23 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 4847 invoked from network); 4 Feb 2008 00:53:17 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 4 Feb 2008 00:53:17 -0000 Received: (qmail 13955 invoked by alias); 4 Feb 2008 00:53:13 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 24529 Received: (qmail 13943 invoked from network); 4 Feb 2008 00:53:13 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 4 Feb 2008 00:53:13 -0000 Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.189]) by bifrost.dotsrc.org (Postfix) with ESMTP id 2C3E680482A1 for ; Mon, 4 Feb 2008 01:53:08 +0100 (CET) Received: by rv-out-0910.google.com with SMTP id b22so1189264rvf.21 for ; Sun, 03 Feb 2008 16:53:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=X1GKggZY5kxgxL+23mTAkKF10cOaprFy3bTupCFpLOs=; b=YrnuMmy4AV4rsO0IUQEmX+2bvuSI1NnHNxrZiOY36QXnrVOwH8rlKdV4xx3guZtabFhnbZZTjHzqxHk0CcqB2R3J/CsVV4FEHAQUGAIsAMQqL2BCKXLqn1g+ngcpsah+tKIs7Re0VkIDuwQ0im8k+9uBpBRX75L7dOVNW4Miog4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=s5+mXGUuWIWBhz7495ICfNLyESmkaAE+1jV9neCEb7FxhpyWbuxTmN5i5et6Hpq5SXB8kR8HeVJM+mULOmUVIPVBIBgLRtpFYHyrKdLYUsWXApp8263yLtrJYaDt+UScqzdpeODPSJJzEbOWEKPs+4m1sfP3LYoXEv1/PXUvcLs= Received: by 10.141.42.10 with SMTP id u10mr4307884rvj.63.1202086386877; Sun, 03 Feb 2008 16:53:06 -0800 (PST) Received: by 10.141.202.18 with HTTP; Sun, 3 Feb 2008 16:53:06 -0800 (PST) Message-ID: <237967ef0802031653n35bd74d8ifd23459d4d967f95@mail.gmail.com> Date: Mon, 4 Feb 2008 01:53:06 +0100 From: "Mikael Magnusson" To: zsh-workers Subject: Re: gnu cut completion as wrong as it can be, patch In-Reply-To: <20080203180747.GA14836@scowler.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <237967ef0802022248k459943dboaaacb3163dc77ed1@mail.gmail.com> <20080203180747.GA14836@scowler.net> X-Virus-Scanned: ClamAV 0.91.2/5675/Sun Feb 3 23:37:05 2008 on bifrost X-Virus-Status: Clean On 03/02/2008, Clint Adams wrote: > On Sun, Feb 03, 2008 at 08:22:35AM +0100, Mikael Magnusson wrote: > > Without linewrapping the patch... > > This won't apply, with or without -l. Okay, let's try this then, http://git.a.la/?p=zsh-cvs.git;a=commitdiff_plain;h=6460b1 > I'm committing this; I'm not sure why you're putting + signs within the > parentheses. You didn't add any of the :delimiter and :list either. The + in the parenthesis makes zsh accept the sticked form, ie -c5 as well as -c 5. -- Mikael Magnusson