From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4764 invoked from network); 16 Aug 2001 12:52:27 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 16 Aug 2001 12:52:27 -0000 Received: (qmail 12535 invoked by alias); 16 Aug 2001 12:51:54 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 4129 Received: (qmail 12498 invoked from network); 16 Aug 2001 12:51:53 -0000 Date: Thu, 16 Aug 2001 13:51:51 +0100 From: Adam Spiers To: zsh-users@sunsite.dk Subject: Re: problems with #compdef Message-ID: <20010816135151.B20118@thelonious.new.ox.ac.uk> Reply-To: Adam Spiers Mail-Followup-To: zsh-users@sunsite.dk References: <20010815161518.A14385@thelonious.new.ox.ac.uk> <1010815161937.ZM10338@candle.brasslantern.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <1010815161937.ZM10338@candle.brasslantern.com>; from schaefer@brasslantern.com on Wed, Aug 15, 2001 at 04:19:37PM +0000 X-Home-Page: http://www.new.ox.ac.uk/~adam/ X-OS: RedHat Linux Bart Schaefer (schaefer@brasslantern.com) wrote: > On Aug 15, 4:15pm, Adam Spiers wrote: > } > } Yet $_comps[pd] is undefined, and pressing TAB after `pd ' results in > } standard file completion. What have I missed? > > Are you possibly using "compinit -C"? Yes, I am. Well spotted :-) > Did you remove your .zcompdump file so it can be rebuilt? Well I ran compdump, which I thought was equivalent, but evidently not, because removing it does indeed work. Thanks a lot. So why isn't compdump sufficient?