From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22215 invoked from network); 15 Oct 1999 08:06:53 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 15 Oct 1999 08:06:53 -0000 Received: (qmail 15528 invoked by alias); 15 Oct 1999 08:06:48 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 8269 Received: (qmail 15520 invoked from network); 15 Oct 1999 08:06:47 -0000 From: "Bart Schaefer" Message-Id: <991015080643.ZM22414@candle.brasslantern.com> Date: Fri, 15 Oct 1999 08:06:43 +0000 In-Reply-To: <199910120926.LAA06091@beta.informatik.hu-berlin.de> Comments: In reply to Sven Wischnowsky "PATCH: completion helper module" (Oct 12, 11:26am) References: <199910120926.LAA06091@beta.informatik.hu-berlin.de> X-Mailer: Z-Mail (5.0.0 30July97) To: zsh-workers@sunsite.auc.dk Subject: Re: PATCH: completion helper module MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Oct 12, 11:26am, Sven Wischnowsky wrote: } Subject: PATCH: completion helper module } } Finally, the patch makes the `computil' module be loaded in } `compinit'. This certainly should be changed some day. We could make } it autoloaded there or we could make `computil' one of the } automatically autoloaded modules (and builtin in static shells). I vote for that. Having two implementations of everything -- } [...] two versions of the functions affected, one } using the helper builtins and one with the pure shell code [...] -- is just asking for a different flavor of the same problems we (you) are having now keeping compctl and the new system both working. -- Bart Schaefer Brass Lantern Enterprises http://www.well.com/user/barts http://www.brasslantern.com