From owner-freebsd-questions Fri Mar 8 17:21:15 2002 Delivered-To: freebsd-questions@freebsd.org Received: from roc-66-66-72-6.rochester.rr.com (roc-66-66-72-6.rochester.rr.com [66.66.72.6]) by hub.freebsd.org (Postfix) with ESMTP id 20CF437B41E for ; Fri, 8 Mar 2002 17:20:56 -0800 (PST) Received: by roc-66-66-72-6.rochester.rr.com (Postfix, from userid 1000) id 29FB7901A00; Fri, 8 Mar 2002 20:20:13 -0500 (EST) Date: Fri, 8 Mar 2002 20:20:13 -0500 From: mpd To: questions@freebsd.org Subject: tcsh - werase in emacs and vi mode differ Message-ID: <20020308202013.A3288@rochester.rr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I can't find this in any documentation anywhere. Why does ^W kill the entire line in emacs mode, but kills only the last word when in vi mode? Follow that with: How do I get werase to work in emacs mode like it does in vi mode? I've attempted to do it with a bindkey -b ^W delete-word, but that doesn't work. It is listed correctly in the output of bindkey, but just beeps when I actually try to kill a word. Here's the output of stty -a: speed 115200 baud; 25 rows; 80 columns; lflags: icanon isig iexten echo echoe -echok echoke -echonl echoctl -echoprt -altwerase -noflsh -tostop -flusho pendin -nokerninfo -extproc iflags: -istrip icrnl -inlcr -igncr ixon -ixoff ixany imaxbel -ignbrk brkint -inpck -ignpar -parmrk oflags: opost onlcr -ocrnl -oxtabs -onocr -onlret cflags: cread cs8 -parenb -parodd hupcl -clocal -cstopb -crtscts -dsrflow -dtrflow -mdmbuf cchars: discard = ^O; dsusp = ^Y; eof = ^D; eol = ; eol2 = ; erase = ^H; erase2 = ^H; intr = ^C; kill = ^U; lnext = ^V; min = 1; quit = ^\; reprint = ^R; start = ^Q; status = ^T; stop = ^S; susp = ^Z; time = 0; werase = ^W; The output is identical regardless of key bindings. thanks, mike -- ___________________________________________________________ "MAY I GROW 1000 PLANTS???" - Little Girl from "3005 PLANTS" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message