From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17962 invoked from network); 24 Jun 2000 17:05:49 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 24 Jun 2000 17:05:49 -0000 Received: (qmail 13169 invoked by alias); 24 Jun 2000 17:05:20 -0000 Mailing-List: contact zsh-users-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 3202 Received: (qmail 13162 invoked from network); 24 Jun 2000 17:05:19 -0000 X-Authentication-Warning: knecht.cs.uni-magdeburg.de: jesse set sender to jesse@cs.uni-magdeburg.de using -f To: Zsh Users Subject: 3.1.9 and completion: "command not found: compgen" From: Roland Jesse Date: 24 Jun 2000 19:04:32 +0200 Message-ID: <0v7lbf2eov.fsf@cs.uni-magdeburg.de> User-Agent: Gnus/5.0803 (Gnus v5.8.3) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Without digging into it: I just upgraded from 3.1.6 to 3.1.9 (making use of the FreeBSD's ports collection). Initializing completion with: % autoload -U compinit % compinstall puts the following into my .zshrc: # 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 Trying it out % cd compgen:12: no such builtin: compgen Did the completion initialization change without me noticing? Roland