From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3567 invoked from network); 25 Apr 2006 11:19:51 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00, FORGED_RCVD_HELO autolearn=ham version=3.1.1 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 25 Apr 2006 11:19:51 -0000 Received: (qmail 57861 invoked from network); 25 Apr 2006 11:19:45 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 25 Apr 2006 11:19:45 -0000 Received: (qmail 2703 invoked by alias); 25 Apr 2006 11:19:43 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 22428 Received: (qmail 2693 invoked from network); 25 Apr 2006 11:19:42 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 25 Apr 2006 11:19:42 -0000 Received: (qmail 57570 invoked from network); 25 Apr 2006 11:19:42 -0000 Received: from wproxy.gmail.com (64.233.184.236) by a.mx.sunsite.dk with SMTP; 25 Apr 2006 11:19:40 -0000 Received: by wproxy.gmail.com with SMTP id 69so921025wra for ; Tue, 25 Apr 2006 04:19:39 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=g4Sc4wJpdUbRthX0aooAcqFOPwYL5HaOg/KzDK1x4POyp6AE7keH0IsDSIS7cI0dx8jDa6Ui1P7BMQw/OiNF95IaTmaJwBT6qQmiq4JZa7M9dN4sqJgELnR0drWIs2I/zxpBcpCYSTFEyQF/yh6THPYL+yRkLaLLZ9B6nAIaaOk= Received: by 10.64.193.10 with SMTP id q10mr3119955qbf; Tue, 25 Apr 2006 04:19:39 -0700 (PDT) Received: by 10.64.142.17 with HTTP; Tue, 25 Apr 2006 04:19:39 -0700 (PDT) Message-ID: Date: Tue, 25 Apr 2006 13:19:39 +0200 From: "Nikolai Weibull" Sender: nikolai.weibull@gmail.com To: "Peter Stephenson" Subject: Re: Problem with motion commands defined using match-word-by-style used with vi-delete Cc: "Zsh hackers list" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <060423085310.ZM31491@torch.brasslantern.com> <200604232308.k3NN8Wtj004945@pwslaptop.csr.com> <060424200611.ZM996@torch.brasslantern.com> On 4/25/06, Peter Stephenson wrote: > Here's a patch that allows you to request that zle sets the widget in > the way that it does at the top level. It's actually done by storing > the global Thingy in the variable bindk, so it's not quite that simple, > but should have the desired effect, and do it more consistently than > just setting WIDGET. Note that the option comes after the widget (zle > widget -w) as with other options specific to calling widgets. Thanks! This sounds like what we need to be able to implement vi-delete in the shell. I'll try it out once I get home. nikolai