From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26676 invoked by alias); 13 Jul 2010 21:39:31 -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: 28075 Received: (qmail 26160 invoked from network); 13 Jul 2010 21:39:29 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM autolearn=ham version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.161.43 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=W3ckBf3+3ZpYUea3mHHE3Eq5dxb8LF2T6dacvgbM/fE=; b=Zu7KfJwl+Ppii9jrCi8p4ZkQAyyHhu0r0UNKYynYaVIrTBWM8y4SBHREGEmadacBnS YqAb6wyrnA3MiU5kqJpFUJs2yrlA07vtTzfopgTUvNqxlYWHpiW1I9bV19D+0d3ZRWRe 1HUwzPKRd3P7T+5EZeyjwkNEnXW8SPiWrRQXM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=pgu0LhYcp2/3o2oXfuN600M933ksRCvncKxwxR/2xWhDmSF6R3umObSE5NFYnYSfOK 0cE9HnRue4RRhQ+vSjxvvHrkJGoPb6rei66Sp7KskQvj6LTaPTNBzJBC8T9r5qDUgo8Q sFl41nbpmZSDzu4thQVtskN0s5e4PGKUhXzSs= MIME-Version: 1.0 In-Reply-To: References: <1278984596-10715-1-git-send-email-michael.a.hwang@gmail.com> Date: Tue, 13 Jul 2010 17:34:01 -0400 Message-ID: Subject: Re: [PATCH] Added gpg-zip completion. From: Michael Hwang To: Doug Kearns Cc: zsh-workers@zsh.org Content-Type: multipart/mixed; boundary=001485f90ec2a9c0ee048b4ba00a --001485f90ec2a9c0ee048b4ba00a Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Okay, I've reworked _gpg. I've add gpg-zip completion, added many missing gpg options, and fixed gpgv's options. I've attached it, since the diff is bigger than the file. I'm curious to know if it's possible to get tar and gpg completions inside of the --{tar,gpg}-args options for gpg-zip. Michael Hwang On Mon, Jul 12, 2010 at 10:15 PM, Doug Kearns wrote: > On Tue, Jul 13, 2010 at 11:29 AM, Michael Hwang > wrote: >> Hi all, >> >> I added gpg-zip completion. Also fixed up _gpg a little. > > Thanks. =A0It would be better to add gpg-zip completion to _gpg along > with any further gpg* commands. =A0You can do this by testing the > $service parameter. =A0There's lots of examples amongst the existing > completion functions. > > Regards, > Doug > --001485f90ec2a9c0ee048b4ba00a--