From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23118 invoked from network); 23 Sep 2008 05:29:38 -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; 23 Sep 2008 05:29:38 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 56850 invoked from network); 23 Sep 2008 05:28:58 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 23 Sep 2008 05:28:58 -0000 Received: (qmail 12359 invoked by alias); 23 Sep 2008 05:28:53 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 25728 Received: (qmail 12348 invoked from network); 23 Sep 2008 05:28:53 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 23 Sep 2008 05:28:53 -0000 Received: from cork.scru.org (cork.scru.org [209.20.67.2]) by bifrost.dotsrc.org (Postfix) with ESMTPS id F262980309A5 for ; Tue, 23 Sep 2008 07:28:28 +0200 (CEST) Received: by cork.scru.org (Postfix, from userid 1000) id 40D401040A1; Tue, 23 Sep 2008 05:28:13 +0000 (UTC) Date: Tue, 23 Sep 2008 05:28:12 +0000 From: Clint Adams To: zsh-workers@sunsite.dk Subject: Re: [PATCH] Completion for chrt and ionice Message-ID: <20080923052812.GA28370@scru.org> Mail-Followup-To: 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/8314/Tue Sep 23 02:50:20 2008 on bifrost X-Virus-Status: Clean On Mon, Sep 22, 2008 at 04:53:59PM +0000, Jörg Sommer wrote: > This completion is not correct. Here are patches for it: plus one spelling fix. Index: Completion/Linux/Command/_ionice =================================================================== RCS file: /cvsroot/zsh/zsh/Completion/Linux/Command/_ionice,v retrieving revision 1.2 diff -u -r1.2 _ionice --- Completion/Linux/Command/_ionice 23 Sep 2008 05:26:54 -0000 1.2 +++ Completion/Linux/Command/_ionice 23 Sep 2008 05:27:18 -0000 @@ -4,7 +4,7 @@ '(* -)-h[display usage information]' \ '(*)-p[interpret args as process ID]' \ '-c[scheduling class]:class:(( 1\:realtime 2\:best-effort 3\:idle ))' \ - '-n[scheduling class priority]:class-pririty:(( + '-n[scheduling class priority]:class-priority:(( 0\:high\ priority {6..1}\: 7\:low\ priority