From owner-freebsd-hackers Tue Mar 12 12:52:21 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA14916 for hackers-outgoing; Tue, 12 Mar 1996 12:52:21 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id MAA14911 for ; Tue, 12 Mar 1996 12:52:18 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.12/8.6.9) id HAA04893; Wed, 13 Mar 1996 07:48:11 +1100 Date: Wed, 13 Mar 1996 07:48:11 +1100 From: Bruce Evans Message-Id: <199603122048.HAA04893@godzilla.zeta.org.au> To: jkh@time.cdrom.com, lehey.pad@sni.de Subject: Re: using ddb to debug a double-panic? Cc: hackers@FreeBSD.org Sender: owner-hackers@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk >> I still think that some standards are good, and the emacs characters >> have become something of a defacto standard for editing and history >> manipulation. I've seen the emacs bindings in everything from bash to >> the Motif text widget (as well as many others) and think that we should >> follow suit. I don't know about you guys, but ^P and ^N are now wired >> directly into my fingers! :-) >Seriously, Bruce (or anybody else): what kind of editing? The main >objection I have to vi-style editing in shells is that it is so >ESC-intensive. I suspect it's also more difficult to program, though Some of the emacs bindings are OK. I have ^P, ^N and ^R wired into my fingers too. Emacs bindings, or at least their implementation in libreadline, have problems with ESC too. E.g., escape sequences don't work while searching - hitting up arrow on an ANSI terminal terminates the search and enters [ A. Bruce