Date: Mon, 25 Aug 1997 12:45:44 +0300 (IDT) From: Eli Zaretskii To: Erik Max Francis cc: djgpp AT delorie DOT com Subject: Re: I don't know how to compile! In-Reply-To: <33F77BD3.6DD59178@alcyone.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Sun, 17 Aug 1997, Erik Max Francis wrote: > In emacs you'll be able to hit M-x compiler RET to start make ^^ Correction: it's `M-x compile RET'. Also, you can type "gcc -c whatever" after invoking `M-x compile', "make -k" is only the default which can be changed. So the user doesn't have to know about Makefiles to be able to compile from Emacs.