From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16218 invoked from network); 13 Dec 2003 18:37:17 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 13 Dec 2003 18:37:17 -0000 Received: (qmail 20352 invoked by alias); 13 Dec 2003 18:37:02 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 6879 Received: (qmail 20273 invoked from network); 13 Dec 2003 18:37:01 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 13 Dec 2003 18:37:01 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [4.11.8.53] by sunsite.dk (MessageWall 1.0.8) with SMTP; 13 Dec 2003 18:37:1 -0000 Received: (from schaefer@localhost) by candle.brasslantern.com (8.11.6/8.11.6) id hBDIaxd05141 for zsh-users@sunsite.dk; Sat, 13 Dec 2003 10:36:59 -0800 X-Authentication-Warning: candle.brasslantern.com: schaefer set sender to schaefer@closedmail.com using -f From: Bart Schaefer Message-Id: <1031213183659.ZM5140@candle.brasslantern.com> Date: Sat, 13 Dec 2003 18:36:59 +0000 In-Reply-To: <20031213154017.GQ18859@strindberg.dsv.su.se> Comments: In reply to Jesper Holmberg "kill-word removes whole line" (Dec 13, 4:40pm) References: <20031213154017.GQ18859@strindberg.dsv.su.se> X-Mailer: Z-Mail (5.0.0 30July97) To: Zsh-users List Subject: Re: kill-word removes whole line MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Dec 13, 4:40pm, Jesper Holmberg wrote: } } autoload -U select-word-style } select-word-style bash } } foo * bar bar bar } } and press alt-d, all three "bar" are removed from the command-line. The first thing I'd suspect is that you have a zstyle that is using a more specific context than the ":zle:*" one set by select-word-style. What do you find if you give the command zstyle -L ??