From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19339 invoked by alias); 5 Jul 2016 16:11:58 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 38800 Received: (qmail 929 invoked from network); 5 Jul 2016 16:11:57 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_DKIM_INVALID autolearn=ham autolearn_force=no version=3.4.1 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== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:message-id:date:in-reply-to:comments :references:to:subject:mime-version; bh=g4AY4zKmi/zLeZeULUcM1I4DIZXu8l7R1FYgyR+44rs=; b=kAUBo2rk+GaEkZ0k5KEzYre5cyLPcPmt1NYuOU0Q+b56MUgExbThVaYurP7vb69Iwb 3kM+3HuXx9Hms7dmwUbqIsSwqoJWrcxGbt6SAVyZse6cMrTv7MfHRDkjKpaZXmhVMVIt 5jDXA0F0VEgxB9nckq6MWsTVUDxkUpQOX+OAFFMnjYr8Y3Gd7yufpQJhwfEN6oozpX7k ZYKCcxGIaV+Rmw4N/RdxQZ+u0M+Pdmr2vnAHq13SY4iqCBO35+UPGIzaxjRXRHRcjlPQ AeDmwwuenCZ6B3gptfTBIJRYEX+23YCbOvcXNNAPcRSFqoCMikHSMDrzds49dGxOPS5I 3OIQ== X-Gm-Message-State: ALyK8tJffW9LvEYLKj4kC1F+RBq+FgUOqcc38WzS6PMsqy78erF5YqRUR7cp1YbhESlgww== X-Received: by 10.98.9.141 with SMTP id 13mr33701442pfj.130.1467735113249; Tue, 05 Jul 2016 09:11:53 -0700 (PDT) From: Bart Schaefer Message-Id: <160705091201.ZM16573@torch.brasslantern.com> Date: Tue, 5 Jul 2016 09:12:01 -0700 In-Reply-To: <20160705111900.7e1599f0@pwslap01u.europe.root.pri> Comments: In reply to Peter Stephenson "Re: bug with camel case and delete-whole-word-match function" (Jul 5, 11:19am) References: <588168129.3340906.1467709726474.JavaMail.yahoo.ref@mail.yahoo.com> <588168129.3340906.1467709726474.JavaMail.yahoo@mail.yahoo.com> <20160705111900.7e1599f0@pwslap01u.europe.root.pri> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-workers@zsh.org Subject: Re: bug with camel case and delete-whole-word-match function MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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?