From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1429 invoked by alias); 19 Sep 2015 18:13:45 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 20601 Received: (qmail 16597 invoked from network); 19 Sep 2015 18:13:42 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.0 X-Authority-Analysis: v=2.1 cv=X+5rdgje c=1 sm=1 tr=0 a=Qosx6O6xXGET3N4RHWVm7w==:117 a=Qosx6O6xXGET3N4RHWVm7w==:17 a=N659UExz7-8A:10 a=1Exr8k8rDwCfC6dMdC4A:9 a=pILNOxqGKmIA:10 Message-id: <55FDA5D3.9020304@eastlink.ca> Date: Sat, 19 Sep 2015 11:13:39 -0700 From: Ray Andrews User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Icedove/31.7.0 MIME-version: 1.0 To: zsh-users@zsh.org Subject: Re: autoload References: <55FAE223.2080502@eastlink.ca> <150917103419.ZM10067@torch.brasslantern.com> <150918171441.ZM27212@torch.brasslantern.com> <55FD7982.9030505@eastlink.ca> <150919092922.ZM28214@torch.brasslantern.com> In-reply-to: <150919092922.ZM28214@torch.brasslantern.com> Content-type: text/plain; charset=windows-1252; format=flowed Content-transfer-encoding: 7bit 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".