From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 368 invoked from network); 18 Apr 2008 11:39:08 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) 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.4 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 18 Apr 2008 11:39:08 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 3310 invoked from network); 18 Apr 2008 11:39:05 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 18 Apr 2008 11:39:05 -0000 Received: (qmail 16900 invoked by alias); 18 Apr 2008 11:39:02 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 24840 Received: (qmail 16872 invoked from network); 18 Apr 2008 11:39:01 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 18 Apr 2008 11:39:01 -0000 Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.227]) by bifrost.dotsrc.org (Postfix) with ESMTP id 67B308043AC7 for ; Fri, 18 Apr 2008 13:38:56 +0200 (CEST) Received: by rv-out-0506.google.com with SMTP id g37so272738rvb.21 for ; Fri, 18 Apr 2008 04:38:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=tWD/PqMXPfrQWVIZX1DhC6sFgIUErr/eBn4I78EvXJI=; b=K90kUDC6pXkNE9rtEIMQWJWlfEoAxPrWLxIn2P36I+p8rUAQrVD9LsOnnawjvB41G0L0QPKjJ4KNTMDxTH4ZlgI/+8dAcD6glH5jH19Bq3VcYAc6HT6NsB9G4GNyQAztGwURP6qYFlI5JMzJ8uIkRNPMnSj2GkD+t3eJK30cmCA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Hf6u40KFFfCKnfWTsABhr7ersTYlMIE+s7s4QNJcejYUqsWwJduJBNCBGDXvQ6+8Hz4tGca/otOr5s6XVdTh2bRp1DvR6B9wjU4Y2AzaYvpWHYAb+A95V55MKCl7MeStH809ZxjiXNOOP+ezz7sdJKsEAa+VKX17X5JG9VYzIYA= Received: by 10.140.251.1 with SMTP id y1mr1393850rvh.292.1208518735425; Fri, 18 Apr 2008 04:38:55 -0700 (PDT) Received: by 10.141.202.18 with HTTP; Fri, 18 Apr 2008 04:38:55 -0700 (PDT) Message-ID: <237967ef0804180438i38204a61kc9d246a704241438@mail.gmail.com> Date: Fri, 18 Apr 2008 13:38:55 +0200 From: "Mikael Magnusson" To: "Zsh hackers list" Subject: Re: PATCH: fix the word boundary stuff In-Reply-To: <200804181132.m3IBWLsE015665@news01.csr.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <2634.1208434104@csr.com> <237967ef0804180419y54de9792x77686575f66ff679@mail.gmail.com> <200804181132.m3IBWLsE015665@news01.csr.com> X-Virus-Scanned: ClamAV 0.91.2/6819/Fri Apr 18 12:37:17 2008 on bifrost X-Virus-Status: Clean On 18/04/2008, Peter Stephenson wrote: > "Mikael Magnusson" wrote: > > This patch broke _backward-delete-to-/ for me. It was posted here some > > time back, here's the file I use: http://mika.l3ib.org/s/dot-delete-to > > > > Without the patch, on the commandline > > foo bar/baz\ blarg > > when i press ctrl-w i first get "foo bar/" and then "foo ", with the > > patch i get "foo bar/baz\", "foo bar" and "foo". > > > That's likely to be this. I scanned for similar problems but didn't see > any. [patch] That does indeed seem to fix it, thanks. -- Mikael Magnusson