How do I use the EDT emulation mode in Emacs?
To use the EDT emulation package distributed with Emacs, place the following in your startup file: (setenv “TERM” “pc”) (setq term-setup-hook ‘edt-emulation-on) You might want to also browse through the EDT emulation documentation in etc/edt-user.doc. It describes which keys are emulated, how they are mapped onto the keypad and function keys, etc.