From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28080 invoked from network); 23 Oct 2005 19:42:57 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 23 Oct 2005 19:42:57 -0000 Received: (qmail 31375 invoked from network); 23 Oct 2005 19:42:51 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 23 Oct 2005 19:42:51 -0000 Received: (qmail 19577 invoked by alias); 23 Oct 2005 19:42:48 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 21911 Received: (qmail 19567 invoked from network); 23 Oct 2005 19:42:48 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 23 Oct 2005 19:42:48 -0000 Received: (qmail 31120 invoked from network); 23 Oct 2005 19:42:48 -0000 Received: from mta09-winn.ispmail.ntl.com (81.103.221.49) by a.mx.sunsite.dk with SMTP; 23 Oct 2005 19:42:47 -0000 Received: from aamta12-winn.ispmail.ntl.com ([81.103.221.35]) by mta09-winn.ispmail.ntl.com with ESMTP id <20051023194247.KUOL8609.mta09-winn.ispmail.ntl.com@aamta12-winn.ispmail.ntl.com> for ; Sun, 23 Oct 2005 20:42:47 +0100 Received: from pwslaptop.csr.com ([81.105.238.64]) by aamta12-winn.ispmail.ntl.com with SMTP id <20051023194247.ROMO10626.aamta12-winn.ispmail.ntl.com@pwslaptop.csr.com> for ; Sun, 23 Oct 2005 20:42:47 +0100 Date: Sun, 23 Oct 2005 20:42:43 +0100 From: Peter Stephenson To: zsh-workers@sunsite.dk Subject: Re: Crash in copy-earlier-word Message-Id: <20051023204243.646d1c50.p.w.stephenson@ntlworld.com> In-Reply-To: <20051023203837.6d871a4b.p.w.stephenson@ntlworld.com> References: <237967ef0510220929p651a40b5od5741245092394a1@mail.gmail.com> <20051023203837.6d871a4b.p.w.stephenson@ntlworld.com> X-Mailer: Sylpheed version 0.9.12 (GTK+ 1.2.10; i386-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00 autolearn=ham version=3.0.4 On Sun, 23 Oct 2005 20:38:37 +0100 Peter Stephenson wrote: > Thanks for spotting another one: this was was because insertlastword() > wasn__t consistently remetafying the line if it returned in error. ^^ sorry, another variant of the previous problem... you don't want to know the details. I'll look into it. pws