From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Hendrik Sattler Newsgroups: gmane.emacs.help Subject: Re: auto complile the C program in the current buffer Date: Tue, 15 Feb 2005 23:40:39 +0100 Organization: T-Online Message-ID: References: <37c9nbF59kk9pU1@individual.net> <37etouF55h81jU1@individual.net> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: sea.gmane.org 1108507465 22805 80.91.229.2 (15 Feb 2005 22:44:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 15 Feb 2005 22:44:25 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Feb 15 23:44:24 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D1BQQ-0006CV-JV for geh-help-gnu-emacs@m.gmane.org; Tue, 15 Feb 2005 23:44:10 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D1BgF-0006vm-H4 for geh-help-gnu-emacs@m.gmane.org; Tue, 15 Feb 2005 18:00:31 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!newsfeed00.sul.t-online.de!newsmm00.sul.t-online.de!t-online.de!news.t-online.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 14 Original-X-Trace: news.t-online.com 1108507239 04 10056 H4BBrsg6aU-11t 050215 22:40:39 Original-X-Complaints-To: usenet-abuse@t-online.de X-ID: re0NLmZJoe3iybfrnV77-PAdVbVUfMpT3lukYX-OFIUselDppq+yQI User-Agent: KNode/0.8.1 Original-Xref: shelby.stanford.edu gnu.emacs.help:128586 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org X-MailScanner-To: geh-help-gnu-emacs@m.gmane.org Xref: main.gmane.org gmane.emacs.help:24118 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:24118 Kevin Rodgers wrote: > I don't know how you could have deleted compile-command's doc string, > but in `emacs-21.3 -q --no-site-file -l compile`: > > compile-command's value is "make -k " But that does not compile the file in the current buffer but runs the default makefile rule (or the specified one). To compile the current buffer, you have to aditionally specify the target file. I guess that's not what the OP wanted. HS