Date: Tue, 12 Jul 94 18:32:27 EDT From: peprbv AT cfa0 DOT harvard DOT edu (Bob Babcock) To: jeng AT thumper DOT bellcore DOT com Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: a question of emacs Reply-To: babcock AT cfa DOT harvard DOT edu > I posted a message about emacs and djgpp and got no answer. I am just > wondering that anyone uses emacs with djgpp. If you use emacs with djgpp, > please tell me which emacs you use. I had a problem using oemacs with > djgpp. (I grabbed oemacs from simtel) The thing is that go32 comes with > oemacs is an old version and oemacs doesn't like version 1.1 of go32. I use oemacs with djgpp. I rename the go32 which comes with oemacs to go32-oe.exe, and I start oemacs with the following bat file: @echo off set OLDHOME=%HOME% rem "EMACSTOPDIR" is set to the location of the top-most emacs directory. set EMACSTOPDIR=c:\utility\oemacs set USER=Bob set TERM=pc-win rem "home" is the directory referenced by "~/". It is the directory rem containing the "_emacs" file, and must also contain the "lisp" and "etc" rem subdirectories: set HOME=%emacstopdir% set GO32=ansi %HOME%\bin\go32-oe %HOME%\bin\emacs.exe %1 %2 %3 %4 %5 %6 %7 %8 %9 rem Cleanup set HOME=%OLDHOME% set EMACSTOPDIR= set GO32= set TERM= set USER=