Message-ID: <3D0ECF61.7060909@attbi.com> From: oldCoder Organization: Programming and Network Administration User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:0.9.4) Gecko/20011019 Netscape6/6.2 X-Accept-Language: en-us MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: Need help with DOS Emacs References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Lines: 30 NNTP-Posting-Host: 24.128.41.67 X-Complaints-To: abuse AT attbi DOT com X-Trace: rwcrnsc53 1024380761 24.128.41.67 (Tue, 18 Jun 2002 06:12:41 GMT) NNTP-Posting-Date: Tue, 18 Jun 2002 06:12:41 GMT Date: Tue, 18 Jun 2002 06:12:46 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On my linux box, I use "emacs -nw ..." in an xterm window when I want to run emacs in _that window_. Without the "-nw," it starts up the Xwindow'ed version. I also run it this way on the consoles. -Phil Eli Zaretskii wrote: > 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. >