From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5956 invoked from network); 23 Jun 2006 15:26:15 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) 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.3 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 23 Jun 2006 15:26:15 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 9583 invoked from network); 23 Jun 2006 15:26:08 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 23 Jun 2006 15:26:08 -0000 Received: (qmail 20155 invoked by alias); 23 Jun 2006 15:26:02 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 10420 Received: (qmail 20145 invoked from network); 23 Jun 2006 15:26:02 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 23 Jun 2006 15:26:02 -0000 Received: (qmail 8479 invoked from network); 23 Jun 2006 15:26:02 -0000 Received: from shu.cs.utk.edu (160.36.56.39) by a.mx.sunsite.dk with SMTP; 23 Jun 2006 15:26:01 -0000 Received: from localhost (localhost [127.0.0.1]) by shu.cs.utk.edu (Postfix) with ESMTP id A61B65646C for ; Fri, 23 Jun 2006 11:25:33 -0400 (EDT) X-Virus-Scanned: by amavisd-new with ClamAV and SpamAssasin at cs.utk.edu Received: from shu.cs.utk.edu ([127.0.0.1]) by localhost (shu.cs.utk.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id RP5G4iUdaWnU for ; Fri, 23 Jun 2006 11:25:31 -0400 (EDT) Received: from namib.cs.utk.edu (namib.cs.utk.edu [160.36.59.92]) by shu.cs.utk.edu (Postfix) with ESMTP id 776DE56462 for ; Fri, 23 Jun 2006 11:25:31 -0400 (EDT) Received: by namib.cs.utk.edu (Postfix, from userid 10605) id 39C7136EFE; Fri, 23 Jun 2006 11:25:57 -0400 (EDT) Date: Fri, 23 Jun 2006 11:25:57 -0400 From: Chris Johnson To: zsh-users@sunsite.dk Subject: Re: compdef error Message-ID: <20060623152557.GA16049@namib.cs.utk.edu> References: <20060623152144.GA15377@namib.cs.utk.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060623152144.GA15377@namib.cs.utk.edu> User-Agent: Mutt/1.5.9i Chris Johnson sent me the following 0.8K: > Hi. I've got two compdef calls in my .zshrc that make two commands > complete like scp. These lines are: > > compdef iscp=scp > compdef \\scp=scp > > The first makes a script I wrote complete like scp. The second makes > the system scp complete like it should when I call it via \scp. (This > didn't happen automatically at last check. \scp didn't use scp's > completion.) This parenthesized comment is not true. I don't know if it ever was true, but \scp completes like scp out of the box now and I don't need the second compdef statement. Removing it also makes my compdef error go away. Thanks for listening! -- Chris Johnson cjohnson@cs.utk.edu http://www.cs.utk.edu/~cjohnson