From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17739 invoked from network); 1 Dec 1996 16:03:51 -0000 Received: from euclid.skiles.gatech.edu (list@130.207.146.50) by coral.primenet.com.au with SMTP; 1 Dec 1996 16:03:51 -0000 Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id KAA06205; Sun, 1 Dec 1996 10:44:17 -0500 (EST) Resent-Date: Sun, 1 Dec 1996 10:44:17 -0500 (EST) From: Fung-Chai Lim Message-Id: <9612011539.AA00843@fclim.singnet.com.sg> Subject: Re: Autoloading of compctl from dbm database file. To: zsh-workers@math.gatech.edu (Z Shell workers mailing list) Date: Sun, 1 Dec 1996 23:38:33 +0800 (SGT) In-Reply-To: <10492.199612011417@stone.dcs.warwick.ac.uk> from "Zefram" at Dec 1, 96 02:17:52 pm X-Mailer: ELM [version 2.4 PL22] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Resent-Message-ID: <"5sfYK1.0.tW1.DVQeo"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/2507 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu In <10492.199612011417@stone.dcs.warwick.ac.uk> on Sun, 1 Dec 1996 14:17:52 +0000 (GMT) Zefram writes: > >Having aliases and functions in the database can be useful. Remember my > >example, putting > > ZDBFILE=database > > zdb -auf > >at the top of any shell script is enough to access aliases and functions. > > . ~/.zshenv > > has much the same effect. Sourcing the startup files does a lot of parsing. With autoloading, the parsing is delayed until needed. Or, with binary databases, loading the pre-built parse-tree is delayed until needed. Regards, fclim.