Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: About menu selection (again)



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@xxxxxxxxx



Messages sorted by: Reverse Date, Date, Thread, Author