Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!mailrus!accuvax.nwu.edu!krulwich From: krulwich@ils.nwu.edu (Bruce Krulwich) Newsgroups: comp.emacs Subject: Re: Making BS = erase. Keywords: BS DEL ^H ^? Message-ID: <4794@accuvax.nwu.edu> Date: 6 Mar 90 18:37:50 GMT References: <22573@uflorida.cis.ufl.EDU> Sender: news@accuvax.nwu.edu Reply-To: krulwich@ils.nwu.edu (Bruce Krulwich) Distribution: usa Organization: Institute for the Learning Sciences, Northwestern University, Evanston, IL 60201 Lines: 13 In-reply-to: rlp@beach.cis.ufl.edu (Bob Powell) In article <22573@uflorida.cis.ufl.EDU>, rlp@beach (Bob Powell) writes: >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? Try: (global-set-key "" 'backward-delete-char-untabify) Or maybe BACKWARD-DELETE-CHAR if you don't want it to untabify. Bruce