Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Compsys and KSH_AUTOLOAD
- X-seq: zsh-workers 19777
- From: Peter Stephenson <pws@xxxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: Compsys and KSH_AUTOLOAD
- Date: Wed, 14 Apr 2004 20:55:50 +0100
- In-reply-to: "Bart Schaefer"'s message of "Sat, 10 Apr 2004 17:44:30 -0000." <1040410174430.ZM10891@xxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
Bart Schaefer wrote:
> (1) Does this deserve a FAQ entry, or perhaps even a change to the
> compsys documentation? I guess ksh_autoload isn't a very "frequently"
> used option, but even the existing paragraph in the manual about it not
> working is pretty deeply buried.
It's already documented, fairly well down the manual page.
Note also that the functions for the completion system assume
that the KSH_AUTOLOAD option is not set. They cannot be loaded
if it is set. To avoid having to unset KSH_AUTOLOAD, you can
instead use one or more zwc file(s) that have been created with
the command zcompile â??z to load the functions for the completion
system; see zshbuiltins(1). This forces the functions to be
autoloaded the way zsh normally loads funcâ??tions.
> (2) Should we change _comp_options to always include NO_kshautoload?
Seems sensible, in view of the above.
--
Peter Stephenson <pws@xxxxxxxxxxxxxxxxxxxxxxxx>
Work: pws@xxxxxxx
Web: http://www.pwstephenson.fsnet.co.uk
Messages sorted by:
Reverse Date,
Date,
Thread,
Author