From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18821 invoked from network); 11 Jan 2000 17:38:21 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 11 Jan 2000 17:38:21 -0000 Received: (qmail 23257 invoked by alias); 11 Jan 2000 17:38:06 -0000 Mailing-List: contact zsh-users-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 2859 Received: (qmail 23250 invoked from network); 11 Jan 2000 17:38:05 -0000 From: "Bart Schaefer" Message-Id: <1000111173757.ZM9679@candle.brasslantern.com> Date: Tue, 11 Jan 2000 17:37:57 +0000 In-Reply-To: Comments: In reply to Francis GALIEGUE "Since pws13..." (Jan 11, 12:47pm) References: X-Mailer: Z-Mail (5.0.0 30July97) To: Francis GALIEGUE , zsh-users@sunsite.auc.dk Subject: Re: Since pws13... MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Jan 11, 12:47pm, Francis GALIEGUE wrote: } Subject: Since pws13... } } Relevant lines in ~/.zshrc: } } _compdir=/usr/share/zsh/functions/Core } [[ -z $fpath[(r)$_compdir] ]] && fpath=($fpath $_compdir) } autoload -U compinit } compinit } } Are they wrong? Yes, they're wrong. The completion functions are now in a version-dependent subdirectory. You want _compdir=/usr/share/zsh/$ZSH_VERSION/functions/Core (Drop the /Core if you didn't use the install option that puts functions in separate subdirectories.) I'm not entirely sure that will take care of your problem, because the set of functions from -bart-8 worked fine for me before I remembered to make the equivalent change in my own startup files, but its certainly a step in the right direction. -- Bart Schaefer Brass Lantern Enterprises http://www.well.com/user/barts http://www.brasslantern.com