Path: utzoo!attcan!uunet!bu.edu!rpi!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!uflorida!haven!decuac!bacchus.pa.dec.com!bacchus!mwm From: mwm@raven.relay.pa.dec.com (Mike (My Watch Has Windows) Meyer) Newsgroups: comp.sys.amiga Subject: Re: Help with mg3bet4 Message-ID: Date: 24 Oct 90 18:05:50 GMT References: <929@babcock.cerc.wvu.wvnet.edu> <1990Oct22.010009.9492@batcomputer.tn.cornell.edu> <5467@ifi.informatik.uni-stuttgart.de> Sender: news@wrl.dec.com (News) Organization: Missionaria Phonibalonica Lines: 16 In-Reply-To: zinkv@azu22.informatik.uni-stuttgart.de's message of 24 Oct 90 08:30:04 GMT In article <5467@ifi.informatik.uni-stuttgart.de> zinkv@azu22.informatik.uni-stuttgart.de (Volker Zink) writes: For all i know the function 'global-set-key' works. But i wanted to change the BS-key, so that it is a BS, and the DEL-key to act like a DEL and not like BS. (The funcions are delete-char and delete-backward-char i think). But if i try to change them i must use ascii-code if i understand the documentation. There stands: '\n' where n is a octal number changes the the char with this number. But \7 alters the 7-key and \007 brings an error. You can't remap anything bound to a keymap, which includes C-h (it's on the "to be fixed" list). Use bsmap-mode, which toggles C-h & DEL before mg ever sees them. It's ugly, but it works.