From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27018 invoked from network); 23 Apr 2006 16:13:48 -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=-1.7 required=5.0 tests=AWL,BAYES_00, FORGED_RCVD_HELO,RCVD_IN_BL_SPAMCOP_NET autolearn=no 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; 23 Apr 2006 16:13:48 -0000 Received: (qmail 90147 invoked from network); 23 Apr 2006 16:13:40 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 23 Apr 2006 16:13:40 -0000 Received: (qmail 28788 invoked by alias); 23 Apr 2006 16:13:33 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 10171 Received: (qmail 28778 invoked from network); 23 Apr 2006 16:13:33 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 23 Apr 2006 16:13:33 -0000 Received: (qmail 89123 invoked from network); 23 Apr 2006 16:13:33 -0000 Received: from wproxy.gmail.com (64.233.184.238) by a.mx.sunsite.dk with SMTP; 23 Apr 2006 16:13:32 -0000 Received: by wproxy.gmail.com with SMTP id 68so586690wri for ; Sun, 23 Apr 2006 09:13:31 -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=ryXtIKZ2upX27ma9wCHYWCeWjcpajk9fMoXm0VAJ5ekFy2tzunOUJhEW+OpX+hhaUxhaUDJqQiFjxm4LaU/EYmoCAaTLHiOua2NUZL4f1Ta9xb7fjp6Rn8ngu80j2zh4bFaCUQaIqzJKCTwf+f4VQy6fW6wXMqRQ7wU/LQEYRnY= Received: by 10.64.143.3 with SMTP id q3mr1256161qbd; Sun, 23 Apr 2006 09:13:31 -0700 (PDT) Received: by 10.64.142.16 with HTTP; Sun, 23 Apr 2006 09:13:31 -0700 (PDT) Message-ID: Date: Sun, 23 Apr 2006 18:13:31 +0200 From: "Nikolai Weibull" Sender: nikolai.weibull@gmail.com To: "Bart Schaefer" Subject: Re: Problem with motion commands defined using match-word-by-style used with vi-delete Cc: zsh-users@sunsite.dk In-Reply-To: <060423085310.ZM31491@torch.brasslantern.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <060421220035.ZM7625@torch.brasslantern.com> <060422113544.ZM9246@torch.brasslantern.com> <060422230929.ZM9841@torch.brasslantern.com> <060423085310.ZM31491@torch.brasslantern.com> On 4/23/06, Bart Schaefer wrote: > On Apr 23, 10:57am, Nikolai Weibull wrote: > } WIDGET is, sadly, a read-only variable. > > Declaring it "local" should circumvent that. You might need "local -h", > now that I think of it. Doesn't help. > } I fear my time would be > } better spent implementing .recursive-edit-read-one-key. > > There must be a better name for it than that. GNU emacs appears to call > it read-key-sequence. > Definitely better :-). nikolai