From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14709 invoked from network); 4 Jan 2008 00:25:23 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) 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.3 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 4 Jan 2008 00:25:23 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 6740 invoked from network); 4 Jan 2008 00:25:19 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 4 Jan 2008 00:25:19 -0000 Received: (qmail 24501 invoked by alias); 4 Jan 2008 00:25:15 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 24345 Received: (qmail 24488 invoked from network); 4 Jan 2008 00:25:15 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 4 Jan 2008 00:25:15 -0000 Received: from virusfilter.dotsrc.org (bifrost [127.0.0.1]) by spamfilter.dotsrc.org (Postfix) with ESMTP id 476A38058FF2 for ; Fri, 4 Jan 2008 01:25:14 +0100 (CET) Received: from acolyte.scowler.net (acolyte.scowler.net [216.254.112.45]) by bifrost.dotsrc.org (Postfix) with ESMTP for ; Fri, 4 Jan 2008 01:25:14 +0100 (CET) Received: by acolyte.scowler.net (Postfix, from userid 1000) id E91DD5D0C8; Thu, 3 Jan 2008 19:25:12 -0500 (EST) Date: Thu, 3 Jan 2008 19:25:12 -0500 From: Clint Adams To: Zsh Workers Subject: Re: Missing options in Unix/_metaflac Message-ID: <20080104002512.GB12122@scowler.net> Mail-Followup-To: Zsh Workers References: <20080103090437.GF20463@DervishD> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080103090437.GF20463@DervishD> User-Agent: Mutt/1.5.17 (2007-11-01) X-Virus-Scanned: ClamAV using ClamSMTP On Thu, Jan 03, 2008 at 10:04:37AM +0100, DervishD wrote: > The options I've noticed are "--no-utf8-convert" and "--list". Since I > don't know who maintains the file I've decided to post the problem here. > I don't know if just adding the options to the lists already present in > the _metaflac file will do the job :?? Yes. Looks like a bunch of others are missing too. Index: Completion/Unix/Command/_metaflac =================================================================== RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/_metaflac,v retrieving revision 1.1 diff -u -r1.1 _metaflac --- Completion/Unix/Command/_metaflac 18 Jul 2006 03:59:44 -0000 1.1 +++ Completion/Unix/Command/_metaflac 4 Jan 2008 00:21:27 -0000 @@ -9,6 +9,7 @@ '--preserve-modtime' '--with-filename[prefix output with filename]' '--no-filename' + '--no-utf8-convert' '--dont-use-padding[always rewrite the file]' ) _metaflac_shorts=( @@ -41,6 +42,7 @@ '--block-type=:: ' '--except-block-type=:: ' '--application-data-format=:: ' + '--list' '--remove' '--remove-all' '--merge-padding'