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

wrong fpath (RE: Functions moved)



>
> - Everything worked fine, except: the files in Functions/Misc.

I did cvs up, make make install and got after starting new zsh:

bor@itsrm2% zsh
/home/bor/.zcompletion:16: compinit: function definition file not found
/home/bor/.zcompletion:41: command not found: compdef
bor@itsrm2% echo $fpath
/home/bor/.zsh.d/completion /home/bor/.zsh.d/functions
/tools/share/zsh/site-functions
/tools/share/zsh/4.0.1-pre-2/functions/Completion/AIX
/tools/share/zsh/4.0.1-pre-2/functions/Completion/Base
/tools/share/zsh/4.0.1-pre-2/functions/Completion/Bsd
/tools/share/zsh/4.0.1-pre-2/functions/Completion/Builtins
/tools/share/zsh/4.0.1-pre-2/functions/Completion/Commands
/tools/share/zsh/4.0.1-pre-2/functions/Completion/Core
/tools/share/zsh/4.0.1-pre-2/functions/Completion/Debian
/tools/share/zsh/4.0.1-pre-2/functions/Completion/Linux
/tools/share/zsh/4.0.1-pre-2/functions/Completion/User
/tools/share/zsh/4.0.1-pre-2/functions/Completion/X
/tools/share/zsh/4.0.1-pre-2/functions/Misc
/tools/share/zsh/4.0.1-pre-2/functions/Prompts
/tools/share/zsh/4.0.1-pre-2/functions/Zftp
/tools/share/zsh/4.0.1-pre-2/functions/Zle

Looks like default fpath was not changed in Makefiles? The init.c (at least)
was recompiled.

-andrej



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