From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6570 invoked from network); 3 Jan 2009 18:19:06 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 3 Jan 2009 18:19:06 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 31583 invoked from network); 3 Jan 2009 18:18:58 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 3 Jan 2009 18:18:58 -0000 Received: (qmail 3645 invoked by alias); 3 Jan 2009 18:18:52 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 26241 Received: (qmail 3631 invoked from network); 3 Jan 2009 18:18:52 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 3 Jan 2009 18:18:52 -0000 Received: from mtaout01-winn.ispmail.ntl.com (mtaout01-winn.ispmail.ntl.com [81.103.221.47]) by bifrost.dotsrc.org (Postfix) with ESMTP id A1E5B80308BE for ; Sat, 3 Jan 2009 19:18:49 +0100 (CET) Received: from aamtaout03-winn.ispmail.ntl.com ([81.103.221.35]) by mtaout01-winn.ispmail.ntl.com (InterMail vM.7.08.04.00 201-2186-134-20080326) with ESMTP id <20090103181848.KSCD2989.mtaout01-winn.ispmail.ntl.com@aamtaout03-winn.ispmail.ntl.com> for ; Sat, 3 Jan 2009 18:18:48 +0000 Received: from pws-pc ([81.107.45.176]) by aamtaout03-winn.ispmail.ntl.com (InterMail vG.2.02.00.01 201-2161-120-102-20060912) with SMTP id <20090103181848.IYMA2093.aamtaout03-winn.ispmail.ntl.com@pws-pc> for ; Sat, 3 Jan 2009 18:18:48 +0000 Date: Sat, 3 Jan 2009 18:18:41 +0000 From: Peter Stephenson To: zsh-workers@sunsite.dk Subject: Re: bug with kill-* commands in 4.3.9 Message-Id: <20090103181841.67213339.p.w.stephenson@ntlworld.com> In-Reply-To: References: <18762.3258.446343.871151@gargle.gargle.HOWL> X-Mailer: Sylpheed 2.5.0 (GTK+ 2.14.4; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Cloudmark-Analysis: v=1.0 c=1 a=GtIruFfhGo4A:10 a=Wud__EkUtk8A:10 a=NLZqzBF-AAAA:8 a=TDpi3D9NFy4Zv4RwzL0A:9 a=MjoPxn1fwYq4IA28AfACEpVtyjUA:4 a=LY0hPdMaydYA:10 X-Virus-Scanned: ClamAV 0.92.1/8833/Sat Jan 3 18:36:37 2009 on bifrost X-Virus-Status: Clean On Sat, 20 Dec 2008 14:49:24 -0500 Greg Klanderman wrote: > >>>>> Greg Klanderman writes: > > > It seems that "dir < 0" should correspond with "(flags & CUT_REPLACE)"; > > is that what you intended? Maybe I'll play around with that change.. > > Indeed, it would appear that changing CUT_RAW to CUT_REPLACE in the > function cuttext() in zle_utils.c fixes the problem. Exactly. Thanks for the investigation. I've fixed it. -- Peter Stephenson Web page now at http://homepage.ntlworld.com/p.w.stephenson/