From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18851 invoked from network); 24 Jun 2000 19:05:29 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 24 Jun 2000 19:05:29 -0000 Received: (qmail 1267 invoked by alias); 24 Jun 2000 19:05:13 -0000 Mailing-List: contact zsh-users-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 3203 Received: (qmail 1260 invoked from network); 24 Jun 2000 19:05:12 -0000 From: "Bart Schaefer" Message-Id: <1000624190454.ZM15353@candle.brasslantern.com> Date: Sat, 24 Jun 2000 19:04:54 +0000 In-Reply-To: <0v7lbf2eov.fsf@cs.uni-magdeburg.de> Comments: In reply to Roland Jesse "3.1.9 and completion: "command not found: compgen"" (Jun 24, 7:04pm) References: <0v7lbf2eov.fsf@cs.uni-magdeburg.de> X-Mailer: Z-Mail (5.0.0 30July97) To: Roland Jesse , Zsh Users Subject: Re: 3.1.9 and completion: "command not found: compgen" MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Jun 24, 7:04pm, Roland Jesse wrote: } Subject: 3.1.9 and completion: "command not found: compgen" } } # The following lines were added by compinstall } _compdir=/usr/local/share/zsh/functions } [[ -z $fpath[(r)$_compdir] ]] && fpath=($fpath $_compdir) } autoload -U compinit } compinit } compconf completer=_complete:_correct:_approximate } # End of lines added by compinstall compconf has been obsolete for a while now, and was removed just after the 3.1.9 release (i.e. it won't be in 4.0). I rather suspect that you are running the new 3.1.9 binary but you still have the old 3.1.6 set of completion system functions; this won't work at all. } Did the completion initialization change without me noticing? It changed a whole lot, beginning last November, and has gone through several sweeping changes since then. "autoload -U compinit; compinit" is about the only thing that remained constant. -- 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