Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: autoload



On 09/19/2015 09:29 AM, Bart Schaefer wrote:
On Sep 19,  8:04am, Ray Andrews wrote:
}

} autoload --functions-out /All-My-Functions/All-My-Functions.zwc
}
} autoload --functions-in  /All-My-Functions/All-My-Functions.zwc \
} /All-My-Functions/*

I don't understand your intended semantics of "out" and "in" here,
I'm thinking about how the creation of a zwc file, and it's subsequent use could be considered to be part of the same builtin. One being the 'inverse' of the other.

autoload --make-zwc /Functions/Functions.zwc /Functions/*
autoload --load-zwc /Functions/Functions.zwc

... it wouldn't take long to understand.


Actually that's because I don't use it.
It's very relevant to what degree veterans like yourself use stuff. I'd provisionally conclude that if you don't use it, then I don't want it. There's more to be learned from seeing how masters actually use a tool than from reading the tool's manual.
The book I'd long to read would be: "A *practical* guide to zsh".




Messages sorted by: Reverse Date, Date, Thread, Author