From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20518 invoked from network); 3 Oct 2008 02:33:15 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) 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.5 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 3 Oct 2008 02:33:15 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 25382 invoked from network); 3 Oct 2008 02:33:04 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 3 Oct 2008 02:33:04 -0000 Received: (qmail 12348 invoked by alias); 3 Oct 2008 02:32:46 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 25803 Received: (qmail 12324 invoked from network); 3 Oct 2008 02:32:43 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 3 Oct 2008 02:32:43 -0000 Received: from cork.scru.org (cork.scru.org [209.20.67.2]) by bifrost.dotsrc.org (Postfix) with ESMTPS id 76A328030847 for ; Fri, 3 Oct 2008 04:32:35 +0200 (CEST) Received: by cork.scru.org (Postfix, from userid 1000) id E3E0C1040A4; Fri, 3 Oct 2008 02:32:32 +0000 (UTC) Date: Fri, 3 Oct 2008 02:32:32 +0000 From: Clint Adams To: =?iso-8859-1?Q?J=F6rg?= Sommer Cc: zsh-workers@sunsite.dk Subject: Re: [PATCH] Completion for chrt and ionice Message-ID: <20081003023232.GA32090@scru.org> Mail-Followup-To: =?iso-8859-1?Q?J=F6rg?= Sommer , zsh-workers@sunsite.dk References: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.18 (2008-05-17) X-Virus-Scanned: ClamAV 0.92.1/8372/Thu Oct 2 17:21:47 2008 on bifrost X-Virus-Status: Clean On Fri, Oct 03, 2008 at 01:11:03AM +0000, Jörg Sommer wrote: > > + '(*)-p[interpret args as process ID]:pid:_pids' \ > ^^^^^^^^^^ > Why this is missing in 25717? Because I screwed up the patch application. Twice.