From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2181 invoked from network); 27 Jun 2001 13:41:57 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 27 Jun 2001 13:41:57 -0000 Received: (qmail 16435 invoked by alias); 27 Jun 2001 13:41:06 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 15125 Received: (qmail 16417 invoked from network); 27 Jun 2001 13:41:04 -0000 Date: Wed, 27 Jun 2001 09:41:44 -0400 From: Clint Adams To: Bart Schaefer Cc: Zsh hackers list Subject: Re: backward-kill-word behavior Message-ID: <20010627094144.A10023@dman.com> References: <20010625213638.AE56C14286@pwstephenson.fsnet.co.uk> <010625154301.ZM24246@candle.brasslantern.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <010625154301.ZM24246@candle.brasslantern.com>; from schaefer@candle.brasslantern.com on Mon, Jun 25, 2001 at 03:43:01PM -0700 > Is there something wrong with: > > function bash-backward-kill-word { > local WORDCHARS='' > zle .backward-kill-word > } Not for the purpose in question. Should this go into the FAQ or distribution?