Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!decwrl!labrea!polya!pardo From: pardo@polya.Stanford.EDU (Gerardo Pardo-Castellote) Newsgroups: gnu.emacs Subject: Problems customizing Message-ID: <8445@polya.Stanford.EDU> Date: 14 Apr 89 03:15:10 GMT Sender: Gerardo Pardo-Castellote Distribution: usa Organization: Stanford University Lines: 18 and I am trying to costumize among others, the arrow keys. I have read the previous articles in which a similar problem arose for a Sun but, the same trick doesn't seem to work. My terminal returns sequences such as ESC-O-t for the arrow keys, and when I include the following lines in my .emacs file, (global-unset-key "\eO") (global-set-key "\eOt" 'backward-char) ... and so forth the result is that nothing seems to happen. Can somebody tell me What is going wrong. Surprisingly enough (for me), if I do ESC-x global-set-key "\eOt" 'backward-char .. from inside emacs It works perfectly fine. Thanks,