From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5194 invoked from network); 13 Aug 2002 15:01:58 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 13 Aug 2002 15:01:58 -0000 Received: (qmail 9372 invoked by alias); 13 Aug 2002 15:01:30 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 17539 Received: (qmail 9351 invoked from network); 13 Aug 2002 15:01:26 -0000 From: "Bart Schaefer" Message-Id: <1020813150050.ZM30758@candle.brasslantern.com> Date: Tue, 13 Aug 2002 15:00:50 +0000 In-Reply-To: <3D5906BF.mail17S21TJ8M@viadomus.com> Comments: In reply to DervishD "Re: About menu selection (again)" (Aug 13, 3:16pm) References: <3D56CD6E.mailMX1LBVZ3@viadomus.com> <1020812060148.ZM28748@candle.brasslantern.com> <3D5906BF.mail17S21TJ8M@viadomus.com> X-Mailer: Z-Mail (5.0.0 30July97) To: DervishD , zsh-workers@sunsite.dk Subject: Re: About menu selection (again) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Aug 13, 3:16pm, DervishD wrote: } } >} I've discovered why the menu selection wasn't working for me. The } >} problem seems to be the module 'zsh/compctl', not loaded by default } >} in my system. } >Hm. But ... you said in your other message that it works with `zsh -f'. } } It works because compctl is loaded!. I don't know how it gets } loaded, but it is :???? Normally zsh/zle and zsh/compctl are both loaded as soon as zsh is ready to print the prompt. I don't know of any way to prevent it other than to disable zle (e.g., run "zsh +Z"), or to have a messed-up module_path, but that can't be it because you've said you're using a static link. } Well, the fact is that if I load compctl and after that complist, } all works OK, so I'm happy with this. Why I must load compctl is just } curiosity ;)) If you're willing to look at it that way, OK. Me, I'd be worried that it means something else is broken, 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