From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9661 invoked from network); 21 Mar 2001 09:43:07 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 21 Mar 2001 09:43:07 -0000 Received: (qmail 19973 invoked by alias); 21 Mar 2001 09:42:51 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 3711 Received: (qmail 19960 invoked from network); 21 Mar 2001 09:42:50 -0000 From: "Bart Schaefer" Message-Id: <1010321094232.ZM16920@candle.brasslantern.com> Date: Wed, 21 Mar 2001 09:42:32 +0000 In-Reply-To: Comments: In reply to Jeff Shipman "Re: process completion" (Mar 20, 5:19pm) References: X-Mailer: Z-Mail (5.0.0 30July97) To: Subject: Re: process completion MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Mar 20, 5:19pm, Jeff Shipman wrote: } Subject: Re: process completion } } > autoload -U compinit } > compinit } } When I do that, I get the following error: } } compinit:20: compinit: function definition file not found } } I compiled zsh with --disable-dynamic so shouldn't } it have everything it already needs? The new completion system is written as shell functions, not (entirely) in C, so the C library linkage has nothing to do with whether you can load a function definition. } Or is there something else I'm forgetting to do? The default setting of the fpath parameter *should* point to the right places, unless (for example) you have a .zshrc file from an older version of zsh that is stomping on it. When you compiled, did you run "make install" successfully? In any case, you'll need to be sure that your fpath includes all of the directories that have the completion function files. -- Bart Schaefer Brass Lantern Enterprises http://www.well.com/user/barts http://www.brasslantern.com Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net