From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3363 invoked from network); 17 Jul 2008 13:25:01 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 17 Jul 2008 13:25:01 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 9668 invoked from network); 17 Jul 2008 13:24:55 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 17 Jul 2008 13:24:55 -0000 Received: (qmail 10559 invoked by alias); 17 Jul 2008 13:24:52 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 25300 Received: (qmail 10545 invoked from network); 17 Jul 2008 13:24:51 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 17 Jul 2008 13:24:51 -0000 Received: from hs-out-0708.google.com (hs-out-0708.google.com [64.233.178.246]) by bifrost.dotsrc.org (Postfix) with ESMTP id 6904780561C4 for ; Thu, 17 Jul 2008 15:24:48 +0200 (CEST) Received: by hs-out-0708.google.com with SMTP id 23so1727269hsn.13 for ; Thu, 17 Jul 2008 06:24:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=3EkjlthMr6/5+Q+MkLs4iR1i0qF2r/iFyAftmEdK+Hs=; b=cjGmWOLiLmuqOLeYh2oWBdWwpfV0BvOzY/ZARgcdrRAkoNVtzu16lBfnDLwPebdUdr z/CF1iGFdmS6bOHMLxZ1c4Oc0tcuuWsPk7Ab0HjzcSzPbTR/OsAbqNvQZwugcP74TFXr 5M/YzMf81EozL/+Ah/kYlJKjErpxLMxqPpgKk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=GH2JvbnnNTlm1/i/2bgWSvAxr6fRfN2snp2pZyIsAyWOlAnbOJoqA3CpRaN8sKLDqh zs4vyhG6OlOt6GKum0NKyojD5JTRB0xTMARDLZAPFrvBsd3v48XflaGnVxFRvPal8fL+ 9MHMMegNL7jMLX9YvVN0h01u3UJQBm+zLUl7o= Received: by 10.100.91.17 with SMTP id o17mr4030794anb.85.1216301087280; Thu, 17 Jul 2008 06:24:47 -0700 (PDT) Received: by 10.100.43.19 with HTTP; Thu, 17 Jul 2008 06:24:47 -0700 (PDT) Message-ID: <2d460de70807170624t91ccf21i87ab6132210ebe42@mail.gmail.com> Date: Thu, 17 Jul 2008 15:24:47 +0200 From: "Richard Hartmann" To: "Peter Stephenson" Subject: Re: Feature suggestion for autoload Cc: "Zsh hackers list" In-Reply-To: <20080717100524.517305ed@news01> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <2d460de70807151010m344b9a7dmeaca569f538b51c8@mail.gmail.com> <080715183948.ZM10577@torch.brasslantern.com> <2d460de70807161644u483c2c33l53734590710102d6@mail.gmail.com> <20080717100524.517305ed@news01> X-Virus-Scanned: ClamAV 0.92.1/7735/Thu Jul 17 14:35:14 2008 on bifrost X-Virus-Status: Clean On Thu, Jul 17, 2008 at 11:05, Peter Stephenson wrote: > (Just to get this out of the way---I'm stating the absolute blindingly > obvious but of course you need the directory in fpath in the second case, > too.) Of course. Incidentially, that is that I meant with 'load a whole directory' in my first mail. A command that wraps the adding to fpath & adding to the list of autoloaded functions into one statement. Thanks, Richard