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

collist loading RE: Patch available for 3.0.6-pre-5



collist is not (pre)loaded by default. Should it be? Or, better, can it be
loaded on first use?

It fails to load from inside of .zshrc:

pg ~/.zshrc

#!/tools/bin/zsh
##
## Modules
##

zmodload -i collist

results in

/home/bor/.zshrc: failed to load module: collist [6]
bor@itsrm2:~%>

I suspect, it need zle ot comp1, that are not yet loaded at this point.

/andrej



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