From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20422 invoked by alias); 20 Nov 2009 23:29:12 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 27418 Received: (qmail 6878 invoked from network); 20 Nov 2009 23:29:10 -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-SPF: none (proxy.melb.primenet.com.au: domain at vinc17.org does not designate permitted sender hosts) Date: Sat, 21 Nov 2009 00:28:57 +0100 From: Vincent Lefevre To: Clint Adams Cc: 557286@bugs.debian.org, zsh-workers@zsh.org Subject: Re: Bug#557286: zsh: completion for "gpg --verify-files" does not work Message-ID: <20091120232856.GA9912@prunille.vinc17.org> Mail-Followup-To: Clint Adams , 557286@bugs.debian.org, zsh-workers@zsh.org References: <20091120224918.GA14403@xvii.vinc17.org> <20091120225756.GA29636@scru.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20091120225756.GA29636@scru.org> X-Mailer-Info: http://www.vinc17.org/mutt/ User-Agent: Mutt/1.5.20-6029-vl-r30587 (2009-11-14) On 2009-11-20 22:57:56 +0000, Clint Adams wrote: > Index: Completion/Unix/Command/_gpg > =================================================================== > RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/_gpg,v > retrieving revision 1.9 > diff -u -r1.9 _gpg > --- Completion/Unix/Command/_gpg 23 Jul 2008 00:34:04 -0000 1.9 > +++ Completion/Unix/Command/_gpg 20 Nov 2009 22:55:41 -0000 > @@ -11,8 +11,8 @@ > '(-c --symmetric)'{-c,--symmetric}'[encrypt with symmetric cypher only]' \ > '--store[store only]' \ > '--decrypt[decrypt file or stdin]' \ > - '--verify[verify a signature]:file attachment:_files' \ > - '--verify-files[verify a list of files]:_files attachment_files' \ > + '--verify[verify a signature]' \ > + '--verify-files[verify a list of files]' \ > '(-f --encrypt-files)'{-f,--encrypt-files}'[encrypt files]' \ > '--decrypt-files[decrypt files]' \ > '--list-keys[list all keys]' \ Thanks. Works OK. -- Vincent Lefèvre - Web: 100% accessible validated (X)HTML - Blog: Work: CR INRIA - computer arithmetic / Arénaire project (LIP, ENS-Lyon)