[186] in resnet
Re: Emacs
daemon@ATHENA.MIT.EDU (andy_roo@MIT.EDU)
Wed Feb 9 14:04:13 1994
To: park@MIT.EDU
Cc: resnet@MIT.EDU
Date: Wed, 9 Feb 94 14:03:25
From: andy_roo@MIT.EDU
Quote:
hello,
I am using LAN WP 4.1 for windows. I used to be able to use emacs(via host
presenter), but it started not working after I had failed to install some
other software for windows. When I do ' % emacs ' , it just returns
' emacs: terminal type-dec vt 220 is not defined. '
Anyone knows how to get my emacs back?
----Mike----
-----------------------------------------------------------------------------------------------------------------------
Try the following two lines, if you are using Host Presenter or something that can emulate
VT100:
setenv TERM vt100
unsetenv TERMCAP
That should work.
Andy