From: "John M. Aldrich" Newsgroups: comp.os.msdos.djgpp Subject: Re: GNU and MS-DOS Emacs Date: Thu, 09 Jul 1998 00:14:49 -0400 Organization: Two pounds of chaos and a pinch of salt. Lines: 21 Message-ID: <35A443B9.EB3A99AE@cs.com> References: NNTP-Posting-Host: ppp132.cs.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Mark Bidewell wrote: > > Does anyone know how to evoke the GNU compiler from GNU emacs?? `M-x compile' invokes Emacs' compilation mode; you can then accept the default command line of "make -k" or insert one of your own. The results of compilation are displayed in a buffer; you can right-click on warnings and errors to be taken to their location in your source. You can use Emacs with any compiler, not just gcc. P.S.: Compilation under Emacs built for MS-DOS is synchronous (single-tasking), so nothing in your compilation script can accept keyboard input (Emacs tends to barf noisily if that happens). -- --------------------------------------------------------------------- | John M. Aldrich |"A competent and self-confident person| | aka Fighteer I | is incapable of jealousy in anything.| | mailto:fighteer AT cs DOT com | Jealousy is invariably a symptom of | | http://www.cs.com/fighteer | neurotic insecurity." - Lazarus Long| ---------------------------------------------------------------------