From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24632 invoked from network); 3 Jul 2001 17:00:05 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 3 Jul 2001 17:00:05 -0000 Received: (qmail 4865 invoked by alias); 3 Jul 2001 16:59:05 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 15236 Received: (qmail 4833 invoked from network); 3 Jul 2001 16:59:04 -0000 Date: Tue, 3 Jul 2001 12:59:55 -0400 From: Clint Adams To: Oliver Kiddle Cc: zsh-workers@sunsite.dk Subject: Re: PATCH: zsh/pcre module Message-ID: <20010703125955.A5441@dman.com> References: <000e01c10384$9ad2b0b0$21c9ca95@mow.siemens.ru> <1010703062515.ZM8354@candle.brasslantern.com> <3B41F8ED.9892E7F6@u.genie.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3B41F8ED.9892E7F6@u.genie.co.uk>; from opk@u.genie.co.uk on Tue, Jul 03, 2001 at 05:55:09PM +0100 > How easy is it to package up modules separately in such a way that they > could be built and installed without needing to be unpacked over the zsh > source and compiled with it. Ideally, we would have a set of include > files which was all anyone needed to build a separate zsh module. Also, there would need to be a mechanism for dynamically scanning for autobins/autoparams/&c. One could scan for module dependencies at the same time.