From owner-freebsd-hackers Wed Mar 13 09:03:39 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA10081 for hackers-outgoing; Wed, 13 Mar 1996 09:03:39 -0800 (PST) Received: from nixpbe.pdb.sni.de (mail.sni.de [192.109.2.33]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id JAA10076 for ; Wed, 13 Mar 1996 09:03:36 -0800 (PST) Received: (from nerv@localhost) by nixpbe.pdb.sni.de (8.6.12/8.6.12) id SAA19490 for hackers@freebsd.org; Wed, 13 Mar 1996 18:03:17 +0100 Message-Id: <199603131703.SAA19490@nixpbe.pdb.sni.de> Subject: Re: using ddb to debug a double-panic? To: erich@lodgenet.com (Eric L. Hernes) Date: Wed, 13 Mar 96 17:59:42 MET From: Greg Lehey Cc: hackers@freebsd.org (Hackers; FreeBSD) In-Reply-To: <199603131458.IAA01244@jake.lodgenet.com>; from "Eric L. Hernes" at Mar 13, 96 8:58 am X-Mailer: xmail 2.4 (based on ELM 2.2 PL16) Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > Greg Lehey writes: > >>>> 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 >>>> I don't suppose that's the real problem. If anybody has any >>>> alternatives to emacs-style bindings, please let me know a detailed >>>> description of how it should work. > > I'm definitly in favor of emacs-bindings, even the vi lovers here > hate the vi-mode in ksh,bash,... Noted. I suppose we'll find out if anybody disagrees with you :-) >>> 4) Abort key (^C): discard edits, new input line. >> >> OK, I suppose. > > kill (^u), even works when typing a passwd, I use this one lots. > werase (^w), this one is pretty handy too. I don't really want ^w, because other Emacs-like editors use this for deleting the region. Emacs would use Alt-D for this one; any other suggestions? > Oh, yea please remember that this is a kernel debugger, it's not > supposed to be too friendly :) Oops, in that case it won't be a good kernel debugger. Greg