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

Re: function definition file not found



On 26 ÑÐÐÐÑÑ 2009 19:05:06 fREW Schmidt wrote:
> Hey guys,
>
> I recently updated zsh on cygwin and I am getting a bunch of errors
> on load:
>
> /cygdrive/c/Documents and Settings/frew/.zshrc:10: compinit: function
> definition file not found
> /cygdrive/c/Documents and Settings/frew/.zshrc:11: promptinit:
> function definition file not found
> /cygdrive/c/Documents and Settings/frew/.zshrc:12: zsh-mime-setup:
> function definition file not found
>
> from my .zshrc:
>
> autoload -U compinit
> autoload -U promptinit
> autoload -U zcalc
> autoload -U zsh-mime-setup
> compinit
> promptinit
> zsh-mime-setup
>
> Any ideas of what happened?

Stick echo $fpath before line 10; what it prints? And do you have these 
functions in one of directories listed?

Attachment: signature.asc
Description: This is a digitally signed message part.



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