Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: bug with camel case and delete-whole-word-match function
- X-seq: zsh-workers 38800
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: bug with camel case and delete-whole-word-match function
- Date: Tue, 5 Jul 2016 09:12:01 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=from:message-id:date:in-reply-to:comments:references:to:subject :mime-version; bh=g4AY4zKmi/zLeZeULUcM1I4DIZXu8l7R1FYgyR+44rs=; b=uMf4EO9uOSjM+c9k6aPnKMWHrW13Lb8Yea5uuJs7pzcmyOITVJpGVYTpu3gWD3Q66d aSzj7BTpEFyUHe+VbJlGfl9N3Okpq9CVsmzAUQ0u4vcGH0CUY7I/sNwsLa2NXodDE/Hn 7R0CiTvEuWhcXTN01segRfBHYTcQGQBIiWUszlKUuw0STyN4rKllkncoW/X3cUGYhlum cPanq2SrpdSWaZs8vtcNHn9tHOAMzKwTGYeZQx/Gd3HOKg/LLoqHX3cTi6w5U8V9JQKZ m1bJ/D+XXrPoUN5Af82kt5rdGnXw0AEZt8xhoPUbdsACoq0FBL01db4D6Aha7Qyy449F MbtQ==
- In-reply-to: <20160705111900.7e1599f0@pwslap01u.europe.root.pri>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <588168129.3340906.1467709726474.JavaMail.yahoo.ref@mail.yahoo.com> <588168129.3340906.1467709726474.JavaMail.yahoo@mail.yahoo.com> <20160705111900.7e1599f0@pwslap01u.europe.root.pri>
On Jul 5, 11:19am, Peter Stephenson wrote:
} Subject: Re: bug with camel case and delete-whole-word-match function
}
} However, if you're on the "S", you get "Is" before and "Some" after.
} Again there's no white space, so there's nothing to indicate to the
} calling function that these are two separate words rather than bits of
} the same word.
Maybe I'm missing something, but shouldn't every capital letter be
treated as the start of a word in this situation, even if it's under
the cursor?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author