From owner-freebsd-hackers Mon Mar 11 21:52:35 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA01619 for hackers-outgoing; Mon, 11 Mar 1996 21:52:35 -0800 (PST) Received: from time.cdrom.com (time.cdrom.com [192.216.222.226]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id VAA01614 for ; Mon, 11 Mar 1996 21:52:33 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.7.4/8.6.9) with SMTP id VAA00623; Mon, 11 Mar 1996 21:51:47 -0800 (PST) To: Bruce Evans cc: erich@lodgenet.com, lehey.pad@sni.de, hackers@FreeBSD.org, joerg_wunsch@uriah.heep.sax.de, terry@lambert.org Subject: Re: using ddb to debug a double-panic? In-reply-to: Your message of "Tue, 12 Mar 1996 15:58:15 +1100." <199603120458.PAA30918@godzilla.zeta.org.au> Date: Mon, 11 Mar 1996 21:51:47 -0800 Message-ID: <621.826609907@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-hackers@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > >Does anybody object to > >emacs-style only, if the cursor functions work? > > Of course everyone would object :-). Mine uses wordstar style control > keys and cursor keys for editing and Turbo Debugger style function keys 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! :-) [And FWIW, I also used to use wordstar - the color text enhancements to the original wordstar were mine, in fact] Jordan