Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!cornell!uw-beaver!ssc-vax!ian From: ian@ssc-vax.UUCP (Ian R Searle) Newsgroups: comp.emacs Subject: DEC-station keyboard definition problems Message-ID: <1480@ssc-bee.ssc-vax.UUCP> Date: 7 Jun 90 19:13:20 GMT Distribution: usa Organization: Boeing Aerospace & Electronics, Seattle WA Lines: 14 Keywords: EMACS, DEC-station Help!, I am a new emacs user who is having difficulty using the global-set-key command to define the DEC-station 3100 function keys. I was able to port emacs to the dec-station fairly easily, but I have been totaly unsuccessful with the keyboard. I was able to use the vt100.el file as a template for defining the function keys on a 386 Unix PC, but the extra " the DEC-station appends to the end of the key escape sequence baffles me. For example the F1 key sends ESC [ 11" I have tried assigning an emacs command to F1 using: (global-set-key "\e[11"" 'repeat-complex-command) but this does not work. I have tried using the CSI-map in the vt100.el file with (global-set-key "11"" 'repeat-complex-command) but this does not work properly. Any help would be greatly appreciated.