Xref: utzoo gnu.emacs:2134 comp.emacs:7553 Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!uunet!mcsun!unido!orfeo!peter From: peter@orfeo.radig.de (Peter Radig) Newsgroups: gnu.emacs,comp.emacs Subject: Customization for AT386 - Problems with DEL Message-ID: <2044@orfeo.radig.de> Date: 14 Jan 90 14:01:57 GMT Followup-To: gnu.emacs Distribution: world,gnu Organization: Peter Radig, Frankfurt, West Germany Lines: 20 I try to customize GNU Emacs 18.55 for use with a AT386-console. To give compatibility with some (DOS-) editors I intend to replace the keybinding for DEL with `delete-char (instead if `backward-delete- char-untabify which I binded to C-h). I use the following directives: (global-unset-key "") (global-set-key "" 'backward-delete-char-untabify) (global-unset-key "\177") (global-set-key "\177" 'delete-char) This works for C-h but not for DEL. Why? Thanks, Peter -- Peter Radig Voice: +49 69 746972 USENET: peter@radig.de or: uunet!unido!radig!peter