Date: Sun, 24 Nov 1996 12:03:30 +0200 (IST) From: Eli Zaretskii To: Weiqi Gao Cc: djgpp AT delorie DOT com Subject: Re: emacs In-Reply-To: <01bbd90a$206dfcc0$010200c0@weiqigao> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On 23 Nov 1996, Weiqi Gao wrote: > I downloaded the latest emacs binaries and installed it on my Windows 95 > machine. I'm having trouble starting it from within bash. I DID preserve > the long file names when unzipping it. I also have set +LFN=y in djgpp.env > . It works in the DOS box, but not inside bash. It will show an error > message "emacs: Cannot open termcap database file." and exit. Does `bash' define an environment variable called `TERM'? If so, you should edit your DJGPP.ENV file, add an [emacs] section, and write there like so: [emacs] TERM=internal This should solve your problem.