From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12012 invoked from network); 17 Sep 1999 00:30:03 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 17 Sep 1999 00:30:03 -0000 Received: (qmail 24792 invoked by alias); 17 Sep 1999 00:29:46 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 7884 Received: (qmail 24785 invoked from network); 17 Sep 1999 00:29:44 -0000 From: "Bart Schaefer" Message-Id: <990917002921.ZM30603@candle.brasslantern.com> Date: Fri, 17 Sep 1999 00:29:20 +0000 In-Reply-To: <199909162259.IAA27043@ozpc92.aus.compgen.com> Comments: In reply to Glenn Trigg "possible bug?" (Sep 17, 8:59am) References: <199909162259.IAA27043@ozpc92.aus.compgen.com> X-Mailer: Z-Mail (5.0.0 30July97) To: Glenn Trigg , zsh-workers@sunsite.auc.dk Subject: Re: possible bug? MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Sep 17, 8:59am, Glenn Trigg wrote: } Subject: possible bug? } } When I use backward-delete-word it appears to completely ignore the } $WORDCHARS variable. Wordchars are the non-alphanumeric characters that *ARE* considered to be part of a word. If you want it to stop at slashes, you have to reset the value of WORDCHARS to *not* include a slash character. Either that, or use vi-backward-kill-word instead of backward-kill-word. -- Bart Schaefer Brass Lantern Enterprises http://www.well.com/user/barts http://www.brasslantern.com