Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!rutgers!psuvax1!ukma!uflorida!beach.cis.ufl.edu!rlp From: rlp@beach.cis.ufl.edu (Bob Powell) Newsgroups: comp.emacs Subject: Making BS = erase. Keywords: BS DEL ^H ^? Message-ID: <22573@uflorida.cis.ufl.EDU> Date: 6 Mar 90 08:55:22 GMT Sender: news@uflorida.cis.ufl.EDU Reply-To: rlp@beach.cis.ufl.edu (Bob Powell) Distribution: usa Organization: Bad Bob's Byte Basilica Lines: 15 Situation: calling in from home, using a terminal with no "delete" key. I've got a backspace key, though, and apparently sends the needed code to equal a "true" delete. In the basic Unix, I can use stty erase '^H' and the backspace key, by itself, will back up and delete the character. Emacs, though, doesn't recognize that I've done the stty in Unix, and demands the to back up and erase. Is there any entry I can make in my .login, .cshrc, or .emacs files to get emacs to accept the backspace, by itself, as a "normal" delete key? Thanks a bunch! Bob