From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8762 invoked by alias); 10 Feb 2011 22:15:08 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 15791 Received: (qmail 9852 invoked from network); 10 Feb 2011 22:15:06 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.210.171 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type:content-transfer-encoding; bh=FVwBCgpk2hvl+9vLxzX8Sh5xBzlPcj1myNzmV1xFBuk=; b=Gcibwb4EwFuV6hOEzQGzcbZncnCrQ1nybTFsOLeD0HxGiwwC634YEDnoDfnUFFNTnC yPxI31zW/gvMY14OlRp2F7Gb71yq358gI2aFXYQagYl/aEfwpu5vR51jXU5Tin6p9MW6 HAko+jvKi/krS5dgr1mh+bxFj98iBY0o4qhsM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=JIv1kRjDyWp9A3i2qO3jInzIrhuhL6WdqT8ZSPSa7sAZLD/fyFsQiSXKG0sxGJT14w D7TxSiM/oWyPG/e6ptir9VZ9tjfASz2sjGMWhvTuTOfafdt0g8q5PIsqHVhF6qERlr5E i8x8ukkPKAsujPZqbgCOajgii7OMV1OtZ41uM= MIME-Version: 1.0 In-Reply-To: <4D545C18.4090803@necoro.eu> References: <20110210205252.1f30d8b0@pws-pc.ntlworld.com> <4D545C18.4090803@necoro.eu> From: Richard Hartmann Date: Thu, 10 Feb 2011 23:14:45 +0100 Message-ID: Subject: Re: Delete everything to the left until next whitespace? To: =?UTF-8?Q?Ren=C3=A9_=27Necoro=27_Neumann?= Cc: zsh-users@zsh.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Thu, Feb 10, 2011 at 22:43, Ren=C3=A9 'Necoro' Neumann = wrote: > There isn't a difference in behavior to normal > backward-kill-word, is there? (At least I can't see one) It hangs on foo bar baz \!;\'a!a: |^ew at least for me. Richard