Xref: utzoo gnu.emacs.help:1435 comp.emacs:10307 Path: utzoo!news-server.csri.toronto.edu!cs.utexas.edu!samsung!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!tut.cis.ohio-state.edu!unreplyable!garbage From: steveo@WORLD.STD.COM (Steven W Orr) Newsgroups: gnu.emacs.help,comp.emacs Subject: Help for del key redefinition Message-ID: <9103131307.AA23762@world.std.com> Date: 13 Mar 91 13:07:30 GMT Sender: daemon@tut.cis.ohio-state.edu Followup-To: gnu.emacs.help Organization: Gatewayed from the GNU Project mailing list help-gnu-emacs@prep.ai.mit.edu Lines: 10 Subject: Could someone please help me with the redefinition of the delete key. I want my emacs to use the kill-backward-chars on the delete key. The redefinition is ignored when I put (global-set-key "\C-?" 'kill-backward-chars) into my .emacs. The best I have been able to do is to have a lot of (local-set-key "\C-?" 'kill-backward-chars) sprinkled throughout my various mode initialization hooks. Anyone got any ideas what the fix is?