Xref: utzoo gnu.emacs.help:2249 comp.emacs:10866 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!mips!pacbell.com!att!cbfsb!danj1 From: Dan_Jacobson@ATT.COM Newsgroups: gnu.emacs.help,comp.emacs Subject: Re: rebinding backspace key in gnuemacs (on PC) Message-ID: <1991Jun6.114339.6792@cbfsb.att.com> Date: 6 Jun 91 11:43:39 GMT References: <8943@drutx.ATT.COM> Sender: news@cbfsb.att.com Reply-To: Dan_Jacobson@ihlpz.ATT.COM Organization: AT&T-BL, Naperville IL, USA Lines: 16 In-Reply-To: garyd@drutx.ATT.COM's message of 5 Jun 91 21: 46:48 GMT Originator: danj1@cbnewsf.cb.att.com >>>>> "DungcaGR" == DungcaGR writes: DungcaGR> is there a way to rebind my backspace key in gnuemacs so that DungcaGR> it actually functions as a backspace, as opposed to ^H, which always DungcaGR> kicks me into emacs help? The simplest method for swapping C-h and DEL at the lowest levels (so low that 99% of GNU Emacs never knows you are actually now hitting the key labeled "DEL" for C-h and C-h for DEL) is to simply (load "term/bobcat") in your .emacs file. [This file can be found in .../lisp/term/bobcat.el in the GNU Emacs file tree.] Reading the documentation for the "load" command will tell you how to turn off (if you want) the message it makes.