Path: utzoo!utgpu!watmath!uunet!tut.cis.ohio-state.edu!husc6!bbn!oberon!orion.cf.uci.edu!ucsd!nmtsun!dieter From: dieter (The Demented Teddy Bear) Newsgroups: gnu.emacs Subject: Re: need a quickie macro Message-ID: <1503@nmtsun.nmt.edu> Date: 23 Nov 88 03:54:10 GMT References: <64400001@uxh.cso.uiuc.edu> Sender: dieter@nmtsun.nmt.edu Reply-To: dieter@titan.nmt.edu (The Demented Teddy Bear) Organization: New Mexico Tech Lines: 18 In-reply-to: phil@uxh.cso.uiuc.edu In article <64400001@uxh.cso.uiuc.edu>, phil@uxh writes: > > There is, however, one thing I'd like to fix ASAP that I hope a macro will > easily do. I'd like to make ^H (backspace) perform a backspace function > (e.g. move to previous character and delete it). The help function could > be mapped to some other key. (define-key global-map "\b" 'backward-delete-char-untabify) (define-key global-map "\eh" 'help-for-help) Makes backspace the same as delete, help is now M-h (previously bound to mark-paragraph, not something I use often). Dieter -- Welcome to the island. You are number six. dieter%nmt@relay.cs.net dieter@jupiter.nmt.edu