Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: process completion
- X-seq: zsh-users 3711
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: <zsh-users@xxxxxxxxxx>
- Subject: Re: process completion
- Date: Wed, 21 Mar 2001 09:42:32 +0000
- In-reply-to: <Pine.LNX.4.33.0103201718490.12652-100000@xxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <Pine.LNX.4.33.0103201718490.12652-100000@xxxxxxxxxxxxxxxxxxx>
On Mar 20, 5:19pm, Jeff Shipman wrote:
} Subject: Re: process completion
}
} > autoload -U compinit
} > compinit
}
} When I do that, I get the following error:
}
} compinit:20: compinit: function definition file not found
}
} I compiled zsh with --disable-dynamic so shouldn't
} it have everything it already needs?
The new completion system is written as shell functions, not (entirely)
in C, so the C library linkage has nothing to do with whether you can
load a function definition.
} Or is there something else I'm forgetting to do?
The default setting of the fpath parameter *should* point to the right
places, unless (for example) you have a .zshrc file from an older version
of zsh that is stomping on it.
When you compiled, did you run "make install" successfully?
In any case, you'll need to be sure that your fpath includes all of the
directories that have the completion function files.
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net
Messages sorted by:
Reverse Date,
Date,
Thread,
Author