Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: compiled completion files
- X-seq: zsh-users 14705
- From: sergio <sergio@xxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Re: compiled completion files
- Date: Wed, 6 Jan 2010 02:44:27 +0300
- In-reply-to: <237967ef1001051519j6afe065dse2b68f2cf9ca8296@xxxxxxxxxxxxxx>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <20100105221854.GA2191@xxxxxxxxxxxxxx> <237967ef1001051519j6afe065dse2b68f2cf9ca8296@xxxxxxxxxxxxxx>
On Wed, Jan 06, 2010 at 12:19:44AM +0100, Mikael Magnusson wrote:
> Not sure what you mean, if you compile the functions dir into
> functions.zwc, that is used and the files in the functions dir are not
> looked at.
Yes, but I'm talking about completion sysmet.
> I've done this for years. It seems the files do need to
> exist for the system to work, is that what you mean? I think only the
> listing is used, strace reveals none of them are opened except
> compaudit/init and a few more, but nothing while tabcompleting.
compinit scans fpath for non .zwc files, reads its first line and does needed actions. For example autoloads function.
--
sergio.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author