From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23607 invoked from network); 18 Apr 2008 11:19:55 -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=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:19:55 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 95666 invoked from network); 18 Apr 2008 11:19:48 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 18 Apr 2008 11:19:48 -0000 Received: (qmail 3191 invoked by alias); 18 Apr 2008 11:19:45 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 24838 Received: (qmail 3175 invoked from network); 18 Apr 2008 11:19:45 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 18 Apr 2008 11:19:45 -0000 Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.230]) by bifrost.dotsrc.org (Postfix) with ESMTP id 6574F8043AC7 for ; Fri, 18 Apr 2008 13:19:39 +0200 (CEST) Received: by rv-out-0506.google.com with SMTP id g37so269629rvb.21 for ; Fri, 18 Apr 2008 04:19:38 -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=5MquXkbY8YGId8qknFmeErd+Gm9PZSMcWRiZDz1cXKg=; b=ba5qTxyh4sUjo+LLi/ovqTuBtLeVolvsP9AskSfTJDjH8d9iFjHchYwIoV1R9GMiiEtYfEpRRDh0l1ZLWZ13FQzSa/WZQteRFjvMHolduxe8a/6pq+2Qa6k9OlwY2vwJ3Odq5fkXPlHpWAm4FSzZM/4k7I25d0bZ8loXCDcUwb4= 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=RAEZdLB/Yar3Z83oT8YR3QFJ7G5ONHFmpNGAoMM/95qTm1ihpNS4I9WgKpD8KEwgLu7hEIqlFrpVLddvxNnkQUCcv+R7eIaFmvI7RTvqWLKpPbsyIau59lDO6s9/T6zS5QUU0ZbxRLCBMOsXQvpcaNPA7lUB54/aoVxwUTUsehk= Received: by 10.141.211.13 with SMTP id n13mr1411110rvq.184.1208517572437; Fri, 18 Apr 2008 04:19:32 -0700 (PDT) Received: by 10.141.202.18 with HTTP; Fri, 18 Apr 2008 04:19:32 -0700 (PDT) Message-ID: <237967ef0804180419y54de9792x77686575f66ff679@mail.gmail.com> Date: Fri, 18 Apr 2008 13:19:32 +0200 From: "Mikael Magnusson" To: "Zsh hackers list" Subject: Re: PATCH: fix the word boundary stuff In-Reply-To: <2634.1208434104@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> X-Virus-Scanned: ClamAV 0.91.2/6819/Fri Apr 18 12:37:17 2008 on bifrost X-Virus-Status: Clean On 17/04/2008, Peter Stephenson wrote: > As I flagged up earlier, I think on reflection that zero-width > punctuation characters should be treated as part of a word even if > COMBINING_CHARS is off, since logically it doesn't really matter how > they're displayed. > > This doesn't fix the ...-match function widgets. 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". -- Mikael Magnusson