[comp.emacs] DEC-station keyboard definition problems

ian@ssc-vax.UUCP (Ian R Searle) (06/08/90)

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.