Date: Tue, 21 Jan 1997 09:36:37 +0200 (IST) From: Eli Zaretskii To: Perkins cc: djgpp AT delorie DOT com Subject: Re: Problems with emacs In-Reply-To: <01bc05b0$115cab00$3cc8b5cc@default> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On 19 Jan 1997, Perkins wrote: > I just download djgpp v2 and emacs. I have gotten everything to work except > emacs =( > I am getting an error concerning the termcap entry. Does your DOS box define an environment variable called TERM? If so, undefine it before running Emacs, because it causes Emacs to search for a suitable termcap entry. (One case where TERM gets defined is when you use the port of `bash' as your interactive shell.) If the above solves the problem, but you need to define TERM for other programs, edit your DJGPP.ENV file and add there these two lines: [emacs] TERM= This will undefine TERM only when Emacs runs. If the above doesn't help, please post the contents of your environment.