From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17037 invoked from network); 3 Mar 2008 14:29:58 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) 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.4 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 3 Mar 2008 14:29:57 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 53581 invoked from network); 3 Mar 2008 14:29:49 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 3 Mar 2008 14:29:49 -0000 Received: (qmail 26586 invoked by alias); 3 Mar 2008 14:29:46 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 24670 Received: (qmail 26566 invoked from network); 3 Mar 2008 14:29:45 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 3 Mar 2008 14:29:45 -0000 Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.235]) by bifrost.dotsrc.org (Postfix) with ESMTP id 390108028C50 for ; Mon, 3 Mar 2008 15:29:31 +0100 (CET) Received: by wr-out-0506.google.com with SMTP id c55so62159wra.11 for ; Mon, 03 Mar 2008 06:28:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=2xfutK9IIfZA7i8QUdUEsA7pWzFqzKNe66hq1FXI3R0=; b=jr21pm8QBJK4jj2t3xNemmKGPOZZ7un9JysQyePNSXJGEK9sPy4eVGU8o7bVfkxAE37N3M7jvjCKslxDb6nL1d1dsDO5qDd3ey6g1CXvmsUp5U1ppsoO6MAYB22WtUkp41vs/ynONQkjmUKN+UMqsV2jRRatWnF6oO/LzuIgQHY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=aJ4xcgHn7etP55B4p3d2m1m5XmFNMWPmEj6A+UzoATG6dL7L6HSJ9RSbT2+Mo8ZnYhpCDIZUAawX+I521z0ekpt07GpXjDXDaHLsd8V05frktanHSFpZnx9jYn7kXzrdBO9UUDOeyAfJBaXIiMYy8yc6Rl3gbBdZXpmfhLIG750= Received: by 10.100.111.5 with SMTP id j5mr21176646anc.30.1204554507711; Mon, 03 Mar 2008 06:28:27 -0800 (PST) Received: by 10.100.143.1 with HTTP; Mon, 3 Mar 2008 06:28:27 -0800 (PST) Message-ID: <2d460de70803030628k772e0bbh7306066125310072@mail.gmail.com> Date: Mon, 3 Mar 2008 15:28:27 +0100 From: "Richard Hartmann" To: "Peter Stephenson" Subject: Re: [Patch] Fix for functions/Completion/Unix/_gpg Cc: "Zsh hackers list" In-Reply-To: <20080303124107.66b2c3a7@news01> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <2d460de70802290636x1c498903k317e906b8cf687e@mail.gmail.com> <2d460de70803030412w4d87906ftdcdff23a875b6273@mail.gmail.com> <20080303124107.66b2c3a7@news01> X-Virus-Scanned: ClamAV 0.91.2/6092/Mon Mar 3 06:04:26 2008 on bifrost X-Virus-Status: Clean On Mon, Mar 3, 2008 at 1:41 PM, Peter Stephenson wrote: > This is the right place, but there are so many completion functions for so > many things that it relies on someone knows the command in question to > check it's doing the right thing... I think there are some gpg users > around. OK, no worries, then. In case there are no takers, I can walk you through some tests to ensure this in no time, as well. That being said, this is a Call For Testers :) Richard