Xref: utzoo comp.emacs:10287 comp.terminals:2674 comp.sys.hp:7952 Path: utzoo!news-server.csri.toronto.edu!cs.utexas.edu!usc!wuarchive!rex!uflorida!cs.fau.edu!liq From: liq@shark.cs.fau.edu (Qiang Li) Newsgroups: comp.emacs,comp.terminals,comp.sys.hp Subject: GNU emacs EDT emulation with VT220 keyboard Message-ID: <1991Mar10.163157.13865@cs.fau.edu> Date: 10 Mar 91 16:31:57 GMT Sender: liq@cs.fau.edu (Qiang Li) Organization: Florida Atlantic University, Boca Raton Lines: 20 I am using GNU emacs on HP 9000 system with HP UX. Since I am a kind of VMS orginated, so I use emacs' EDT emulation with a VT220 terminal. If I have the line (edt-emulation-on) in my .emacs startup file, I can use VT220's keys "Find" "Insert here" "Remove" "Select" "Next Screen" "Previous Screen", but cannot use the numeric keypad as EDT keypad. If I have the line in .emacs changed to (setq term-setup-hook 'edt-emulation-on) I am then able to use the numeric keypad EDT keys, but the 6 convenient keys above arrows keys ("Insert here", "Find",...) will not function. How can I take both part of advantage for easy editing? Thank you very much for advice. Charlie Li