From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2843 invoked from network); 17 Dec 2003 11:10:12 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 17 Dec 2003 11:10:12 -0000 Received: (qmail 4787 invoked by alias); 17 Dec 2003 11:10:02 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 19304 Received: (qmail 4766 invoked from network); 17 Dec 2003 11:10:01 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 17 Dec 2003 11:10:01 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [193.109.254.211] by sunsite.dk (MessageWall 1.0.8) with SMTP; 17 Dec 2003 11:10:1 -0000 X-VirusChecked: Checked X-Env-Sender: okiddle@yahoo.co.uk X-Msg-Ref: server-23.tower-36.messagelabs.com!1071659399!2557402 X-StarScan-Version: 5.1.15; banners=-,-,- Received: (qmail 21939 invoked from network); 17 Dec 2003 11:09:59 -0000 Received: from iris.logica.co.uk (158.234.9.163) by server-23.tower-36.messagelabs.com with SMTP; 17 Dec 2003 11:09:59 -0000 Received: from gmcs3.local ([158.234.142.61]) by iris.logica.co.uk (8.12.3/8.12.3/Debian -4) with ESMTP id hBHB9xuB014715 for ; Wed, 17 Dec 2003 11:09:59 GMT Received: from gmcs3.local (localhost [127.0.0.1]) by gmcs3.local (8.11.6/8.11.6/SuSE Linux 0.5) with ESMTP id hBHBDQr20101 for ; Wed, 17 Dec 2003 12:13:27 +0100 To: zsh-workers@sunsite.dk (Zsh hackers list) X-VirusChecked: Checked X-StarScan-Version: 5.0.7; banners=.,-,- In-reply-to: <26157.1071599194@csr.com> From: Oliver Kiddle References: <26157.1071599194@csr.com> Subject: Re: zsh 4.0.8 Date: Wed, 17 Dec 2003 12:13:26 +0100 Message-ID: <20099.1071659606@gmcs3.local> Peter wrote: > I'd like to make zsh 4.0.8, so if anything still really needs changing > it's time to say. I've just made sure recent completion fixes are merged over. Should be all set for 4.0.8. > I'd like to make zsh 4.1.2 shortly too. I don't see anybody rushing to > fix the long-standing terminfo problems, so I'll probably need to look > at that. I'm not sure it needs to wait for that, though. I think it does need to wait. Or at least add this to terminfo.c: # ifndef ERR # define ERR (-1) # endif That solves the compile problems but is slightly crude. That has actually made it's way into 4.0 as part of 19258. I questioned that patch in 19262 though in part because it required 18626 to also be back ported (which, I see, now has been). Oliver