From owner-freebsd-hackers Wed Mar 26 05:37:03 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id FAA08669 for hackers-outgoing; Wed, 26 Mar 1997 05:37:03 -0800 (PST) Received: from squirrel.tgsoft.com (squirrel.tgsoft.com [207.167.64.183]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id FAA08662 for ; Wed, 26 Mar 1997 05:37:00 -0800 (PST) Received: (from thompson@localhost) by squirrel.tgsoft.com (8.8.5/8.8.5) id FAA03453; Wed, 26 Mar 1997 05:34:26 -0800 (PST) Date: Wed, 26 Mar 1997 05:34:26 -0800 (PST) Message-Id: <199703261334.FAA03453@squirrel.tgsoft.com> From: mark thompson To: sos@ravenock.cybercity.dk CC: hackers@freefall.freebsd.org In-reply-to: "S"'s message of Tue, 25 Mar 1997 13:37:46 +0100 (MET) Subject: Re: Backspace = ^H Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk From: Søren Schmidt Date: Tue, 25 Mar 1997 13:37:46 +0100 (MET) In reply to Brian Somers who wrote: > > In reply to Brian Somers who wrote: > > > > *SIGH*, why does this come up again and again?? > > 'cos it doesn't make sense (*stir* *stir* *stir*). Yes it does :) > > > The DEL key would send whatever the Backspace key doesn't. > > > > > > (I'd prefer BS=^?, DEL=^h) > > > > BS = BACKSPACE = 0x08 > > DEL = DELETE = 0x7f > > > > Why on earth should they be reversed contradicting their names ?? > > So that emacs' help system can work. Why would reversing them > contradict their names ? Change emacs ?? (define-key global-map "" 'delete-backward-char) ;; Move the help key someplace more sensible (define-key esc-map "?" 'help-command)