From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19067 invoked from network); 25 Mar 2006 18:27:33 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00, FORGED_RCVD_HELO autolearn=ham version=3.1.1 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 25 Mar 2006 18:27:33 -0000 Received: (qmail 92386 invoked from network); 25 Mar 2006 18:27:26 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 25 Mar 2006 18:27:26 -0000 Received: (qmail 8416 invoked by alias); 25 Mar 2006 18:27:18 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 10080 Received: (qmail 8406 invoked from network); 25 Mar 2006 18:27:17 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 25 Mar 2006 18:27:17 -0000 Received: (qmail 91245 invoked from network); 25 Mar 2006 18:27:17 -0000 Received: from vms044pub.verizon.net (206.46.252.44) by a.mx.sunsite.dk with SMTP; 25 Mar 2006 18:27:15 -0000 Received: from torch.brasslantern.com ([71.116.81.225]) by vms044.mailsrvcs.net (Sun Java System Messaging Server 6.2-4.02 (built Sep 9 2005)) with ESMTPA id <0IWP00JNL4LDXAS0@vms044.mailsrvcs.net> for zsh-users@sunsite.dk; Sat, 25 Mar 2006 12:27:14 -0600 (CST) Received: from torch.brasslantern.com (localhost.localdomain [127.0.0.1]) by torch.brasslantern.com (8.13.1/8.13.1) with ESMTP id k2PIV11l021834 for ; Sat, 25 Mar 2006 10:31:01 -0800 Received: (from schaefer@localhost) by torch.brasslantern.com (8.13.1/8.13.1/Submit) id k2PIV10t021833 for zsh-users@sunsite.dk; Sat, 25 Mar 2006 10:31:01 -0800 Date: Sat, 25 Mar 2006 10:31:01 -0800 From: Bart Schaefer Subject: Re: which completion function are used for aliases? In-reply-to: <20060325000835.GA31757@spiegl.de> To: zsh-users@sunsite.dk Message-id: <060325103101.ZM21832@torch.brasslantern.com> MIME-version: 1.0 X-Mailer: OpenZMail Classic (0.9.2 24April2005) Content-type: text/plain; charset=us-ascii References: <20060325000835.GA31757@spiegl.de> Comments: In reply to Andy Spiegl "which completion function are used for aliases?" (Mar 25, 1:08am) On Mar 25, 1:08am, Andy Spiegl wrote: } } When completing the options of an alias, is there a way to make zsh } use the completion function of the corresponding command? It should just happen. What's your setting of the "complete_aliases" setopt? Try "unsetopt complete_aliases". The name of the option is somewhat ambiguous -- it means "complete aliases as separate commands and not as the command for which they are another name."