From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4694 invoked from network); 30 Aug 2008 12:14:08 -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: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 30 Aug 2008 12:14:08 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 15346 invoked from network); 30 Aug 2008 12:14:00 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 30 Aug 2008 12:14:00 -0000 Received: (qmail 7524 invoked by alias); 30 Aug 2008 12:13:51 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 25556 Received: (qmail 7506 invoked from network); 30 Aug 2008 12:13:49 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 30 Aug 2008 12:13:49 -0000 Received: from ag-out-0708.google.com (ag-out-0708.google.com [72.14.246.243]) by bifrost.dotsrc.org (Postfix) with ESMTP id A23828030848 for ; Sat, 30 Aug 2008 14:13:46 +0200 (CEST) Received: by ag-out-0708.google.com with SMTP id 22so3468110agd.8 for ; Sat, 30 Aug 2008 05:13:45 -0700 (PDT) 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:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=bwibYqCOOQX4qL+b+iqmPGCy/hdE4pIeSbGiME7KQfE=; b=pdcrUlf5wEq5m93tkthp5N6KQimGaVc6rNorXyaD/6uV0gihqY/bw5WPf8Zvngn9YK RcQoeFUmttcR/CQvNeol/NXIRCtuv7hBOqJSsprWAfvHcstMaNPknLPT64c0mHRgn/8s uQ9LygPOtXPrPZPNCwOlZ3dwE9VXa+lYh/Cqs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=NHXS6OGwt6h3BmN0Y0lCS7h4wr1C27bwYbFCRBkv+THwKe37+FVgUIl4adoTBA36x7 5jQ58qPidIMNMprgFvjfFjdwhz4bFqkGHlitKhhVy0Lkp8yWQ+O72Gz+9CKunm1Y1hzA 6tA+oUKkDPKOKjwGP+7lTluJSN/h+SXyZWQKU= Received: by 10.100.190.15 with SMTP id n15mr4338509anf.15.1220098425215; Sat, 30 Aug 2008 05:13:45 -0700 (PDT) Received: by 10.100.43.19 with HTTP; Sat, 30 Aug 2008 05:13:45 -0700 (PDT) Message-ID: <2d460de70808300513u68718b75wd1651d2b9872828c@mail.gmail.com> Date: Sat, 30 Aug 2008 14:13:45 +0200 From: "Richard Hartmann" To: "zsh workers" Subject: Re: New completion function In-Reply-To: <20080830113926.GA4557@scru.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <2d460de70808291623l615fe16euf0189c781828f288@mail.gmail.com> <20080829233334.GN6330@fsst.voodoo.lan> <20080830113926.GA4557@scru.org> X-Virus-Scanned: ClamAV 0.92.1/8120/Sat Aug 30 05:43:49 2008 on bifrost X-Virus-Status: Clean On Sat, Aug 30, 2008 at 13:39, Clint Adams wrote: > -#compdef - nohup eval time rusage noglob nocorrect exec catchsegv > +#compdef - nohup eval time rusage noglob nocorrect exec catchsegv aoss Thanks :) Richard