Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: fix the word boundary stuff
- X-seq: zsh-workers 24838
- From: "Mikael Magnusson" <mikachu@xxxxxxxxx>
- To: "Zsh hackers list" <zsh-workers@xxxxxxxxxx>
- Subject: Re: PATCH: fix the word boundary stuff
- Date: Fri, 18 Apr 2008 13:19:32 +0200
- 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=
- In-reply-to: <2634.1208434104@xxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <2634.1208434104@xxxxxxx>
On 17/04/2008, Peter Stephenson <pws@xxxxxxx> 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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author