From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9787 invoked from network); 30 May 2000 07:54:51 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 30 May 2000 07:54:51 -0000 Received: (qmail 8687 invoked by alias); 30 May 2000 07:54:41 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 11649 Received: (qmail 8680 invoked from network); 30 May 2000 07:54:39 -0000 From: "Bart Schaefer" Message-Id: <1000530075432.ZM22997@candle.brasslantern.com> Date: Tue, 30 May 2000 07:54:31 +0000 X-Mailer: Z-Mail (5.0.0 30July97) To: zsh-workers@sunsite.auc.dk Subject: #compdef tag and menu-select MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii If one has already loaded the complist module before running compinit, then one can use `#compdef -k menu-select ...' at the top of completion functions. If one has not already loaded complist, then compdef chokes. At other places in the completion system we automatically load complist when it seems wanted. Perhaps compdef should too? -- 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