From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1059 invoked from network); 8 Sep 1999 07:08:35 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 8 Sep 1999 07:08:35 -0000 Received: (qmail 28858 invoked by alias); 8 Sep 1999 07:08:21 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 7710 Received: (qmail 28843 invoked from network); 8 Sep 1999 07:08:19 -0000 Date: Wed, 8 Sep 1999 09:08:09 +0200 (MET DST) Message-Id: <199909080708.JAA04904@beta.informatik.hu-berlin.de> From: Sven Wischnowsky To: zsh-workers@sunsite.auc.dk In-reply-to: Tanaka Akira's message of 08 Sep 1999 08:22:32 +0900 Subject: Re: PATCH: Completion/User/_cvs again. Tanaka Akira wrote: > In article <990907210627.ZM8775@candle.brasslantern.com>, > "Bart Schaefer" writes: > > > Aren't we already requiring the parameters modlue for some of the other > > completion stuff? Would this be faster/cleaner/clearer as > > > > if ! (( $+functions[_cvs_command] )); then > > I didn't know parameter module. Hm, it's good. But, I think the > module is not loaded by the completion stuff. > > ... > > Although some functions examine whether parameter module is exist, > they doesn't try to load the module. Right. Should we: 1) add a (convenient) way to find out if a module will be autoloaded and change such places to test that for `parameter' and then force its loading, or 2) make parameter auto-autoloaded and just make it be loaded in `_main_complete' if it isn't loaded yet ??? Bye Sven -- Sven Wischnowsky wischnow@informatik.hu-berlin.de