From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2042 invoked from network); 29 Aug 2008 23:48:27 -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; 29 Aug 2008 23:48:27 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 97758 invoked from network); 29 Aug 2008 23:48:18 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 29 Aug 2008 23:48:18 -0000 Received: (qmail 29594 invoked by alias); 29 Aug 2008 23:48:06 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 25546 Received: (qmail 29559 invoked from network); 29 Aug 2008 23:48:02 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 29 Aug 2008 23:48:02 -0000 Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.241]) by bifrost.dotsrc.org (Postfix) with ESMTP id 2BC7C801E2B4 for ; Sat, 30 Aug 2008 01:47:58 +0200 (CEST) Received: by an-out-0708.google.com with SMTP id b33so180378ana.13 for ; Fri, 29 Aug 2008 16:47:58 -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=0TYEkyL00wNOawEegp0+9XuALGBBG2se6YdrRVPXBlQ=; b=kASSnNtr5kYTrM1PVdr1PI/+QpnrDunILsw0KTx/F16QmYVtZCoi4BP5/pLzz/Pvbw VJGu51/CdwFFXPei3PJUyG6knNmJvBtRkai+4MmuRrKuXSxXSLPpFmxgE4uXHHMUie8u 5sGUlGlI8EIMEybNao/QSnN9LmUkivaoeL7wY= 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=oLSRw6i1cdFeRkLcYkafE3vg/xj+38InXze4JoXI2A0blmJvVTNbhl+jILwRkkN9R6 NCD6O/i4+adg1aDQNrqq0iefW+PmckRUZfxBSVIT0Eu/LdNUZ1XrHKjtfBZTU5WfKYDq bKvTtzIicV6O2Nwe0+ixzj9na+K+s+48/pwsc= Received: by 10.100.202.14 with SMTP id z14mr3944737anf.138.1220053677965; Fri, 29 Aug 2008 16:47:57 -0700 (PDT) Received: by 10.100.43.19 with HTTP; Fri, 29 Aug 2008 16:47:57 -0700 (PDT) Message-ID: <2d460de70808291647k40f6d471ie5cb7d42a2f324ec@mail.gmail.com> Date: Sat, 30 Aug 2008 01:47:57 +0200 From: "Richard Hartmann" To: "zsh workers" Subject: Re: New completion function In-Reply-To: <20080829233334.GN6330@fsst.voodoo.lan> 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> X-Virus-Scanned: ClamAV 0.92.1/8118/Fri Aug 29 19:54:27 2008 on bifrost X-Virus-Status: Clean On Sat, Aug 30, 2008 at 01:33, Frank Terbeck wrote: > Shouldn't it be enough to add aoss to the #compdef line _precommand? Yes, but I did not want/dare to a) introduce Linux-specific stuff to ZSH main b) clobber up a core file with a completion that is not near as important as the rest (though I don't know rusage, never heard of it) I would be happy with both solutions, though. Richard