Mail Archives: djgpp/1997/04/08/07:28:05
On 7 Apr 1997, G.W. Owen wrote:
> My copy of emacs works fine under
> DOS and Windows 3.11, but under bash.exe, it complains that it cannot find
> the termcap (it doesn't exist) unless I unset the 'term' variable.
> Is this the only workaround?
No. Get the latest port of `bash' it doesn't set TERM automatically.
Alternatively, you could add the empty TERM setting into the [emacs]
section of your DJGPP.ENV, like so:
[emacs]
TERM=
This way, only Emacs gets the empty TERM value.
- Raw text -