From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3607 invoked from network); 13 Aug 2002 13:09:42 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 13 Aug 2002 13:09:42 -0000 Received: (qmail 9867 invoked by alias); 13 Aug 2002 13:09:17 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 17538 Received: (qmail 9850 invoked from network); 13 Aug 2002 13:09:15 -0000 Date: Tue, 13 Aug 2002 15:16:47 +0200 Organization: Pleyades To: schaefer@brasslantern.com, zsh-workers@sunsite.dk, raul@pleyades.net Subject: Re: About menu selection (again) Message-ID: <3D5906BF.mail17S21TJ8M@viadomus.com> References: <3D56CD6E.mailMX1LBVZ3@viadomus.com> <1020812060148.ZM28748@candle.brasslantern.com> In-Reply-To: <1020812060148.ZM28748@candle.brasslantern.com> User-Agent: nail 9.31 6/18/02 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit From: DervishD Reply-To: DervishD Sender: DervishD X-Mailer: DervishD TWiSTiNG Mailer Hi Bart :) >} 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 :???? >So how is it that the compctl module gets loaded for `zsh -f' yet not >when you let zsh read your rc files? In my rc I don't load any module explicitly :?? >There must be something else going on here. 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 ;)) Raśl