Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!panda!teddy!jpn From: jpn@teddy.UUCP (John P. Nelson) Newsgroups: comp.emacs Subject: Re: gnumacs bindings Message-ID: <4422@teddy.UUCP> Date: Mon, 12-Oct-87 14:44:24 EDT Article-I.D.: teddy.4422 Posted: Mon Oct 12 14:44:24 1987 Date-Received: Tue, 13-Oct-87 06:24:58 EDT References: <3720007@hpsemc.UUCP> <3590005@hpindda.HP.COM> <1173@haddock.ISC.COM> <536@uop.UUCP> <297@mtuni.ATT.COM> Reply-To: jpn@teddy.UUCP (John P. Nelson) Organization: GenRad, Inc., Concord, Mass. Lines: 15 >Just to further complicate the issue, look at the thousands of >applications that run on MS-DOS machines. They all seem to agree on >what DEL should be used for. It is used to delete the character >underneath the blinking cursor; in other words, it is equivalent to >C-d!! They also all agree that Backspace (sometimes the key is >labeled "Backspace" and sometimes "<-") deletes the previous character. Well, this is not really true. The "DELETE" key on a PC is NOT the same as the "DEL" key on most terminals. It does not generate the same key value when struck (It generates an "extended keyboard code", not the DEL value of 0x7F), and was obviously intended to be paired with the INSERT key (just as the Page Up and Page Dn keys are paired also). Actually, DEL IS available on the PC keyboard: It is mapped as SHIFT "<-" (SHIFT "Backspace").