Date: Sun, 22 Sep 1996 09:28:11 +0200 (IST) From: Eli Zaretskii To: James Gaba Cc: djgpp AT delorie DOT com Subject: Re: emacs termcap database In-Reply-To: <5204ha$pr2@dfw-ixnews5.ix.netcom.com> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Sat, 21 Sep 1996, James Gaba wrote: > i compiled emacs-19.34 but when run it, i get the following message: > > emacs: cannot open termcap database file. > > could someone tell me what this means? thanks. Do you have the TERM environment variable defined? If you do, Emacs tries to use it like it would on Unix. Either undefine $TERM altogether or edit your DJGPP.ENV file to include these two lines: [emacs] TERM=internal