From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4224 invoked by alias); 20 Sep 2015 15:59:43 -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: 20609 Received: (qmail 14516 invoked from network); 20 Sep 2015 15:59: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-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:message-id:date:in-reply-to:comments :references:to:subject:mime-version:content-type; bh=qkXBdzBXtM0+3RgzBTxbJd04ecxiL5rjxXzpHUd6+3E=; b=ZOXeWckD9jPK/WMpAj+0U0ce2HX9Rb9yg0SbReKGEvDoIJ3fb0ZYqMZunzG/mRjodL dvab5z2wasz40Pr8AopeUsKaXniAQuSE1VE7RYMMRSWMbQgbq1i2ZO/taoRoAWIRQV8N isstvGU0BVfw/49+IukZ3w8f/vlHNQ7Avk+i97k6hkOwKYcpH5Eo6m3hR+MujzxcC06i UVHfkgZAt8iROam9Zzr2k8WUyi2371KnpVB61xE8q1E3lrZAsb8S5cMwf0XBboewaaMb yi6e8ndwzQfrMQS0+HUwcJRW1DBIZoBMnuxCOUC8NdyLJb/myJ13KVh2QcvgG69KrFhb vVsw== X-Gm-Message-State: ALoCoQkR1sbR02mDs7DbxfMCOa3Uqpqzw+04qiSUEBQwdx8n+hgKY2vlD+w3ANLYJzO5WhhoBp2T X-Received: by 10.182.28.100 with SMTP id a4mr9546361obh.38.1442764780770; Sun, 20 Sep 2015 08:59:40 -0700 (PDT) From: Bart Schaefer Message-Id: <150920085938.ZM31612@torch.brasslantern.com> Date: Sun, 20 Sep 2015 08:59:38 -0700 In-Reply-To: <55FED2A7.2030806@eastlink.ca> Comments: In reply to Ray Andrews "Re: autoload" (Sep 20, 8:37am) References: <55FAE223.2080502@eastlink.ca> <150917103419.ZM10067@torch.brasslantern.com> <150918171441.ZM27212@torch.brasslantern.com> <55FD7982.9030505@eastlink.ca> <150919092922.ZM28214@torch.brasslantern.com> <55FDA5D3.9020304@eastlink.ca> <150919142243.ZM23634@torch.brasslantern.com> <55FDDDDE.5000207@eastlink.ca> <150919225308.ZM4746@torch.brasslantern.com> <55FED2A7.2030806@eastlink.ca> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-users@zsh.org Subject: Re: autoload MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Sep 20, 8:37am, Ray Andrews wrote: } } OTOH zcompile produces a filespecifically and only } usable by autoload No, that's not true: zcompiled files may be used by either autoload (strictly speaking, by the deferred-loading procedure that USUALLY happens long after the autoload command has been run) OR by source, and the semantics of the two are not the same. -- Barton E. Schaefer