From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18862 invoked by alias); 13 Jul 2010 02:16:04 -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: 28071 Received: (qmail 11003 invoked from network); 13 Jul 2010 02:16:02 -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,RCVD_IN_DNSWL_NONE, T_TO_NO_BRKTS_FREEMAIL autolearn=ham version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.212.43 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:content-type; bh=nTceEOSsXDbM4MQzJV6sypHGuakUxGtD4Trkcua/I48=; b=CLl+o8whKN/ncmdoptTl5mRWceLWI1a7BGjxvc9+UMvpEND6y870UIugCRaHFY6oR8 3ml7nJJKhWF2pUalm28p0YwpzPPYDVclqn+/Jjo+34yaGH9tNhwHNJoo/jSFzB+sxceN mAMVgJR4ApyORJYeun1S3XNtKQ0RnIXIzwXzw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=WnKxPK+3brqnpXxDn7Nfg4bX9JXIVu5hSKvW2tSq9p3L+lXjJwzHcl1AIkKMdf8Go1 xPIMYmqupwmzeKyKQtAJc+P7LFvW5GXCMno90ZUFXD7hH315uFTP+aZP2uE0D7r8znVw fPwYokmbTgnG2DyJWfcGlX0R1B6E5HJ9ho8dQ= MIME-Version: 1.0 In-Reply-To: <1278984596-10715-1-git-send-email-michael.a.hwang@gmail.com> References: <1278984596-10715-1-git-send-email-michael.a.hwang@gmail.com> From: Doug Kearns Date: Tue, 13 Jul 2010 12:15:38 +1000 Message-ID: Subject: Re: [PATCH] Added gpg-zip completion. To: zsh-workers@zsh.org Content-Type: text/plain; charset=ISO-8859-1 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. It would be better to add gpg-zip completion to _gpg along with any further gpg* commands. You can do this by testing the $service parameter. There's lots of examples amongst the existing completion functions. Regards, Doug