Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
compinit, $fpath, and recursive searching.
- X-seq: zsh-users 8285
- From: Jason Price <jprice@xxxxxxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: compinit, $fpath, and recursive searching.
- Date: Thu, 9 Dec 2004 18:07:11 -0500
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
When I install zsh from source, if I set the $fpath to
fpath=( /usr/local/share/zsh/$ZSH_VERSION/functions )
it works right.
Now, these people who install zsh as a package tend to break the functions
into various sub directories, which is well and good, but when I try to
autoload -U compinit ; compinit
it doesn't work. Currently, this quandary is showing up in solaris 10 (I
was impressed that solaris 10 includes version 4.2.1).
Compinstall claims that the $fpath is set correctly, and adds the autoload
stuff in, but it errors out with:
./.zshrc:95: compinit: function definition file not found
What are the appropriate setting(s) when you divide up the completion
functions into directories?
Thanks for any help;
jason
Messages sorted by:
Reverse Date,
Date,
Thread,
Author