From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 557 invoked from network); 10 Apr 2000 08:54:31 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 10 Apr 2000 08:54:31 -0000 Received: (qmail 4148 invoked by alias); 10 Apr 2000 08:54:24 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 10618 Received: (qmail 4121 invoked from network); 10 Apr 2000 08:54:22 -0000 From: "Bart Schaefer" Message-Id: <1000410085415.ZM19007@candle.brasslantern.com> Date: Mon, 10 Apr 2000 08:54:15 +0000 In-Reply-To: <200004100837.KAA32018@beta.informatik.hu-berlin.de> Comments: In reply to Sven Wischnowsky "Re: Compinstall, zcompile, and my .zshrc" (Apr 10, 10:37am) References: <200004100837.KAA32018@beta.informatik.hu-berlin.de> X-Mailer: Z-Mail (5.0.0 30July97) To: zsh-workers@sunsite.auc.dk Subject: Re: Compinstall, zcompile, and my .zshrc MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Apr 10, 10:37am, Sven Wischnowsky wrote: } } Bart Schaefer wrote: } } > Second, it'd be nice if I could do something like } > } > zcompile .zshrc.zwc .zshrc .zsh/* } } As for loading functions from a zwc files it checks if the (basename } of the) name of the sourced file is in the zwc file. And the loads it. } In other words, you can use symbolic links: } } zcompile .zshrc.zwc .zshrc .zsh/* } for i in .zsh/*; do ln -s .zshrc.zwc ${i}.zwc; done But how clever is that? I mean, the file's still going to be read and/or mapped multiple times; is it really any better than compiling them all as separate .zwc files? -- Bart Schaefer Brass Lantern Enterprises http://www.well.com/user/barts http://www.brasslantern.com