zsh-users
 help / color / mirror / code / Atom feed
* compinit, $fpath, and recursive searching.
@ 2004-12-09 23:07 Jason Price
  2004-12-10  2:27 ` Dan Nelson
  0 siblings, 1 reply; 2+ messages in thread
From: Jason Price @ 2004-12-09 23:07 UTC (permalink / raw)
  To: zsh-users

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-12-10  2:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-12-09 23:07 compinit, $fpath, and recursive searching Jason Price
2004-12-10  2:27 ` Dan Nelson

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).