From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21531 invoked from network); 2 Dec 1996 17:38:04 -0000 Received: from euclid.skiles.gatech.edu (list@130.207.146.50) by coral.primenet.com.au with SMTP; 2 Dec 1996 17:38:04 -0000 Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id MAA19920; Mon, 2 Dec 1996 12:08:14 -0500 (EST) Resent-Date: Mon, 2 Dec 1996 12:08:14 -0500 (EST) From: Zoltan Hidvegi Message-Id: <199612021659.RAA07905@bolyai.cs.elte.hu> Subject: Re: hashinfo improvement In-Reply-To: <13465.199612011547@stone.dcs.warwick.ac.uk> from Zefram at "Dec 1, 96 03:47:02 pm" To: zefram@dcs.warwick.ac.uk (Zefram) Date: Mon, 2 Dec 1996 17:59:03 +0100 (MET) Cc: zsh-workers@math.gatech.edu Organization: Dept. of Comp. Sci., Eotvos University, Budapest, Hungary Phone: (36 1)2669833 ext: 2667, home phone: (36 1) 2752368 X-Mailer: ELM [version 2.4ME+ PL27 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Resent-Message-ID: <"Y-MDr.0.7t4.zpmeo"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/2518 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Zefram wrote: > planned that would benefit from this. (Zoltan, are you planning a 3.1.0 > release sometime soon?) I have started to implement autoloadable zle. It requires significant code rearrangements and Makefile changes. I've finished most of it but the new Makefile is not yet ready. I also plan to split builtins.c and create a Builtins subdirectory. I have also simplified the dupstruct/freestruct routines in utils.c for a little fit smaller zsh. The new loadable zsh is loaded completely automatically, it will not cause any user-visible change. It may be worth to not set the ZLE option by default when invoking zsh as sh. This may be desirable when zsh is /bin/sh and the zle modules are not on the root filesystem. And I also have a lot of work here in the university. I hope to release zsh-3.1.0 later this week. Zoltan