From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21031 invoked from network); 8 Oct 1997 09:24:04 -0000 Received: from ns2.primenet.com.au (7795@203.24.36.3) by ns1.primenet.com.au with SMTP; 8 Oct 1997 09:24:04 -0000 Received: (qmail 919 invoked from network); 8 Oct 1997 09:24:02 -0000 Received: from math.gatech.edu (list@130.207.146.50) by ns2.primenet.com.au with SMTP; 8 Oct 1997 09:24:02 -0000 Received: (from list@localhost) by math.gatech.edu (8.8.5/8.8.5) id FAA19075; Wed, 8 Oct 1997 05:11:53 -0400 (EDT) Resent-Date: Wed, 8 Oct 1997 05:11:26 -0400 (EDT) From: Andrew Main Message-Id: <199710080911.KAA06762@taos.demon.co.uk> Subject: Re: ideas, questions, and bugs (?) To: pws@ifh.de (Peter Stephenson) Date: Wed, 8 Oct 1997 10:11:45 +0100 (BST) Cc: zsh-users@math.gatech.edu In-Reply-To: <199710080819.KAA13588@hydra.ifh.de> from "Peter Stephenson" at Oct 8, 97 10:19:28 am X-Loop: zefram@tao.co.uk X-Headers: in preparation X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Resent-Message-ID: <"4-On_1.0.Qf4.-uqEq"@math> Resent-From: zsh-users@math.gatech.edu X-Mailing-List: archive/latest/1059 X-Loop: zsh-users@math.gatech.edu X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Peter Stephenson wrote: >What isn't yet fixed is that with shared libraries, zle doesn't get linked >in until late in the initialisation, and zerr tries to call trashzle(), >with the result that `zsh unknown-file' dumps core. I haven't found >a cleaner fix than adding if (trashzleptr) to zerr(). What happened to trashzleptr being initialised to an empty function? -zefram