Date: Thu, 25 Apr 1996 22:36:09 +0800 (GMT+0800) From: Orlando Andico To: Eli Zaretskii cc: Marcelo Cantos , djgpp AT delorie DOT com Subject: Re: Error messages and warnings... In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Thu, 25 Apr 1996, Eli Zaretskii wrote: > > On Thu, 25 Apr 1996, Orlando Andico wrote: > > > And yet another is to use Jed, or Emacs!!! (I prefer Jed because the > > binary is quite small so you have more space for your compiler). The good > > Only if by ``space'' you mean disk space. If you mean the RAM, then the > size of the program is not important, because the DPMI host will swap the > editor (or a part thereof) out to make enough space for the compiler. > Actually I meant both... don't tell me that Emacs with its bloated binary consumes less space than Jed... of course Jed can be a memory hog too since it's a DJGPP-compiled program. But (unless I'm way off, correct me if I'm wrong) a smaller binary means that much less memory consumed. Which then translates to more memory for the compiler. Cheers,