From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29861 invoked from network); 13 Dec 2003 15:57:34 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 13 Dec 2003 15:57:34 -0000 Received: (qmail 20000 invoked by alias); 13 Dec 2003 15:57:21 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 6877 Received: (qmail 15656 invoked from network); 13 Dec 2003 15:42:20 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 13 Dec 2003 15:42:20 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [130.238.4.143] by sunsite.dk (MessageWall 1.0.8) with SMTP; 13 Dec 2003 15:42:20 -0000 Received: by elanus.its.uu.se (Postfix, from userid 204) id 654E2492D; Sat, 13 Dec 2003 16:42:14 +0100 (NFT) Received: from elanus.its.uu.se(127.0.0.1) by elanus.its.uu.se via virus-scan id s20638; Sat, 13 Dec 03 16:41:19 +0100 Received: from localhost (NL04-165-13.STUDENT.UU.SE [10.11.165.13]) by elanus.its.uu.se (Postfix) with ESMTP id D3B364A39 for ; Sat, 13 Dec 2003 16:41:16 +0100 (NFT) Received: from jesper by localhost with local (Exim 4.24) id 1AVBsP-00015f-L0 for zsh-users@sunsite.dk; Sat, 13 Dec 2003 16:40:17 +0100 Date: Sat, 13 Dec 2003 16:40:17 +0100 From: Jesper Holmberg To: Zsh-users List Subject: kill-word removes whole line Message-ID: <20031213154017.GQ18859@strindberg.dsv.su.se> Mail-Followup-To: Zsh-users List Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.4i I have a problem with alt-d (kill-word): it removes the whole line! If I have this, with prompt at *: foo * bar bar bar and press alt-d, all three "bar" are removed from the command-line. I would expect only the first to be removed. All other "word actions" such as forward-word, and backward-kill-word, work as I expect. This is zsh 4.1.1 on Debian. I don't know if it matters, but I have these lines in my .zshrc: autoload -U select-word-style select-word-style bash TIA, Jesper