From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11624 invoked from network); 13 Oct 2003 16:49:56 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 13 Oct 2003 16:49:56 -0000 Received: (qmail 11295 invoked by alias); 13 Oct 2003 16:49:48 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 19184 Received: (qmail 11282 invoked from network); 13 Oct 2003 16:49:47 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 13 Oct 2003 16:49:47 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [4.3.58.249] by sunsite.dk (MessageWall 1.0.8) with SMTP; 13 Oct 2003 16:49:47 -0000 Received: (from schaefer@localhost) by candle.brasslantern.com (8.11.6/8.11.6) id h9DGnjk20595 for zsh-workers@sunsite.dk; Mon, 13 Oct 2003 09:49:45 -0700 From: Bart Schaefer Message-Id: <1031013164945.ZM20594@candle.brasslantern.com> Date: Mon, 13 Oct 2003 16:49:45 +0000 In-Reply-To: <27413.1066046413@csr.com> Comments: In reply to Peter Stephenson "Re: delete-word does not delete the entire word..." (Oct 13, 1:00pm) References: <27413.1066046413@csr.com> X-Mailer: Z-Mail (5.0.0 30July97) To: zsh-workers@sunsite.dk (Zsh hackers list) Subject: Re: delete-word does not delete the entire word... MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Oct 13, 1:00pm, Peter Stephenson wrote: } } Despite the underwhelming response Hey, it's a holiday weekend on this side of the pond; give it time. One question: } +local curcontext=:zle:delete-whole-word Wouldn't local curcontext=:zle:$WIDGET or local curcontext=:zle:${WIDGET%-match} be better?