Date: Mon, 17 Jun 2002 07:58:00 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Matthew Mucklo cc: djgpp AT delorie DOT com Subject: Re: Need help with DOS Emacs In-Reply-To: <3o8P8.583$rf.27574624@newssvr13.news.prodigy.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, 16 Jun 2002, Matthew Mucklo wrote: > I just installed DJGPP on dos 6.22. When I try to run emacs, it comes up > all garbled with tags all over the place. Anyone know a quick fix to > this problem? Yes. > I run emacs by typing: c:\djgpp\gnu\emacs\bin\emacs -nw Drop that "-nw" switch: that's what causes you the trouble. The DJGPP port of Emacs doesn't need that switch; it exists only for special cases like for blind people who need to use Emacs in conjunction with a speech synthesizer. Using -nw requires you to have a real termcap entry installed on your machine, something most DOS installation don't have. AND you lose the colors. So just drop -nw, and live happily ever after.