Date: Tue, 18 Jun 2002 09:17:17 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: oldCoder cc: djgpp AT delorie DOT com Subject: Re: Need help with DOS Emacs In-Reply-To: <3D0ECF61.7060909@attbi.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 Tue, 18 Jun 2002, oldCoder wrote: > 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. On a Unix console, you shouldn't need the -nw switch, since Emacs defaults to no-windows mode there. The DJGPP port defines its own ``window system'' which implements colors, mouse, and menus. So using -nw with the DJGPP port removes many valuable features; don't do that.