From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3430 invoked from network); 16 Aug 2002 12:04:22 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 16 Aug 2002 12:04:22 -0000 Received: (qmail 1370 invoked by alias); 16 Aug 2002 12:04:16 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 17556 Received: (qmail 1357 invoked from network); 16 Aug 2002 12:04:14 -0000 From: Sven Wischnowsky MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15708.60068.71382.607117@wischnow.berkom.de> Date: Fri, 16 Aug 2002 14:05:56 +0200 To: zsh-workers@sunsite.dk Subject: Re: About menu selection (again) In-Reply-To: <3D5CEB3E.mailV211HY5E@viadomus.com> References: <3D56CD6E.mailMX1LBVZ3@viadomus.com> <1020812060148.ZM28748@candle.brasslantern.com> <3D5906BF.mail17S21TJ8M@viadomus.com> <1020813150050.ZM30758@candle.brasslantern.com> <3D5954F7.mail1L21A9GN@viadomus.com> <3D595620.mail3I11T8QF@viadomus.com> <1020814022702.ZM31935@candle.brasslantern.com> <3D5CEB3E.mailV211HY5E@viadomus.com> X-Mailer: VM 7.03 under 21.5 (patch 5) "beets" XEmacs Lucid DervishD wrote: > Hi Bart :) > > >} As I told you, zsh/compctl is not loaded at first. Well, as soon > >} as I press TAB, both zsh/compctl and zsh/complete are loaded, but if > >} zsh/complist is loaded, then *only* zsh/complete is loaded too at the > >} same time and zsh/compctl is not loaded at all... > >Aha. We have a winner. > >The default startup code explicitly loads both zsh/zle and zsh/compctl if > >zsh/zle has not already been loaded. Anything in your rc files that > >causes zsh/zle to be loaded, including bindkey, causes zsh/compctl to be > >skipped at startup. > [...] > > Oh, then it is the problem. I use bindkey in my rc files. Since > complist needs compctl to work, could it be added as a dependency? That would be wrong because complist doesn't need compctl. It only `needs' some form of completion to be useful and the new completion system is only built on top of the more basic `complete' module. Sigh. Bye Sven -- Sven Wischnowsky wischnow@berkom.de