From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16762 invoked from network); 30 Mar 2007 16:03:38 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,FORGED_RCVD_HELO autolearn=ham version=3.1.8 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 30 Mar 2007 16:03:38 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 89835 invoked from network); 30 Mar 2007 16:03:32 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 30 Mar 2007 16:03:32 -0000 Received: (qmail 12996 invoked by alias); 30 Mar 2007 16:03:29 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 23251 Received: (qmail 12987 invoked from network); 30 Mar 2007 16:03:29 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 30 Mar 2007 16:03:29 -0000 Received: (qmail 89533 invoked from network); 30 Mar 2007 16:03:29 -0000 Received: from vms048pub.verizon.net (206.46.252.48) by a.mx.sunsite.dk with SMTP; 30 Mar 2007 16:03:25 -0000 Received: from torch.brasslantern.com ([71.116.70.212]) by vms048.mailsrvcs.net (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) with ESMTPA id <0JFQ00CGM4LN70U0@vms048.mailsrvcs.net> for zsh-workers@sunsite.dk; Fri, 30 Mar 2007 11:03:24 -0500 (CDT) Received: from torch.brasslantern.com (localhost.localdomain [127.0.0.1]) by torch.brasslantern.com (8.13.1/8.13.1) with ESMTP id l2UG3MOP005325 for ; Fri, 30 Mar 2007 09:03:23 -0700 Received: (from schaefer@localhost) by torch.brasslantern.com (8.13.1/8.13.1/Submit) id l2UG3M1L005324 for zsh-workers@sunsite.dk; Fri, 30 Mar 2007 09:03:22 -0700 Date: Fri, 30 Mar 2007 09:03:22 -0700 From: Bart Schaefer Subject: Re: Completion alias In-reply-to: To: zsh-workers@sunsite.dk Message-id: <070330090322.ZM5323@torch.brasslantern.com> MIME-version: 1.0 X-Mailer: OpenZMail Classic (0.9.2 24April2005) Content-type: text/plain; charset=us-ascii References: <200703230001.l2N013h0009082@pwslaptop.csr.com> <200703231230.l2NCU0MS030229@news01.csr.com> <070323085458.ZM13978@torch.brasslantern.com> Comments: In reply to ( Text in unknown character set UTF-8 not shown ) Sommer "Re: Completion alias" (Mar 30, 11:14am) On Mar 30, 11:14am, Joerg Somer wrote: } Subject: Re: Completion alias } } Why you don't call _apt-get directly? It's not autoloaded. It only gets defined the first time _apt is called. } > However, there may be something else that needs to be twaddled as well } > as service= and words= to guarantee that this works properly. } } Yes, you are right. The completion of long and short options (--help } and -h) doesn't work. I'm no further help there, I'm afraid -- I don't use apt or Debian, so once completion reaches the point of calling the programs to ask what the options are, everything breaks for me.