Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!cbnewse!danj1 From: Dan_Jacobson@ATT.COM Newsgroups: comp.emacs Subject: Re: compile c in emacs Message-ID: Date: 14 Feb 91 00:12:57 GMT References: <59658@eerie.acsu.Buffalo.EDU> Sender: danj1@cbnewse.att.com (Dan Jacobson) Reply-To: Dan_Jacobson@ATT.COM Organization: AT&T-BL, Naperville IL, USA Lines: 13 In-Reply-To: haozhou@acsu.buffalo.edu's message of 13 Feb 91 22:59:47 GMT >>>>> On 13 Feb 91 22:59:47 GMT, haozhou@acsu.buffalo.edu (Hao Zhou) said: Hao> My question is how do you compile c source code within emacs without Hao> creating a shell window? I am on Sparc/SunOS. M-x compile: Compile the program including the current buffer. Default: run `make'. Runs COMMAND, a shell command, in a separate process asynchronously with output going to the buffer *compilation*. You can then use the command C-x ` to find the next error message and move to the source code that caused it. -- Dan_Jacobson@ATT.COM Naperville IL USA +1 708-979-6364