Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: About menu selection (again)
- X-seq: zsh-workers 17555
- From: DervishD <raul@xxxxxxxxxxxx>
- To: schaefer@xxxxxxxxxxxxxxxx, zsh-workers@xxxxxxxxxx, raul@xxxxxxxxxxxx
- Subject: Re: About menu selection (again)
- Date: Fri, 16 Aug 2002 14:08:30 +0200
- In-reply-to: <1020814022702.ZM31935@xxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- Organization: Pleyades
- References: <3D56CD6E.mailMX1LBVZ3@xxxxxxxxxxxx> <1020812060148.ZM28748@xxxxxxxxxxxxxxxxxxxxxxx> <3D5906BF.mail17S21TJ8M@xxxxxxxxxxxx> <1020813150050.ZM30758@xxxxxxxxxxxxxxxxxxxxxxx> <3D5954F7.mail1L21A9GN@xxxxxxxxxxxx> <3D595620.mail3I11T8QF@xxxxxxxxxxxx> <1020814022702.ZM31935@xxxxxxxxxxxxxxxxxxxxxxx>
- Reply-to: DervishD <raul@xxxxxxxxxxxx>
- Sender: DervishD <raul@xxxxxxxxxxxx>
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?
Well, thanks a lot for helping me on finding the problem :)
Raúl
Messages sorted by:
Reverse Date,
Date,
Thread,
Author