[gnu.emacs] key mappings on dec 3100 under x ?

emv@math.lsa.umich.edu (Edward Vielmetti) (10/14/89)

This dec 3100 in front of me has lots of function keys.  I'd
like to make use of them with emacs.  

It looks like vt200.el has most of the keymappings, but
I'm at a loss for how to actually get that stuff to work.
I see all of the things in keypad.el and vt220.el, but
when I put this in my .emacs

(load-library "keypad")
(load-library "term/vt200")
(enable-arrow-keys)

only 'find' and 'select' work anything close to what
I might expect.

--Ed

(still using vi for now)