From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Shug Boabie Newsgroups: gmane.emacs.help Subject: compiling in C mode and the compilation buffer Date: Sat, 24 Jul 2004 22:35:10 +0000 (UTC) Organization: BT Openworld Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <20040724233448.3eab8cfa@localhost> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1090708642 19913 80.91.224.253 (24 Jul 2004 22:37:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 24 Jul 2004 22:37:22 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jul 25 00:37:14 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BoV8k-0005Gn-00 for ; Sun, 25 Jul 2004 00:37:14 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BoVBh-0003rF-7a for geh-help-gnu-emacs@m.gmane.org; Sat, 24 Jul 2004 18:40:17 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!headwall.stanford.edu!newsfeed.esat.net!diablo.theplanet.net!zen.net.uk!demorgan.zen.co.uk!194.72.9.35.MISMATCH!news-peer1!btnet-feed5!btnet!news.btopenworld.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 12 Original-NNTP-Posting-Host: host217-42-154-36.range217-42.btcentralplus.com Original-X-Trace: sparta.btinternet.com 1090708510 9403 217.42.154.36 (24 Jul 2004 22:35:10 GMT) Original-X-Complaints-To: news-complaints@lists.btinternet.com Original-NNTP-Posting-Date: Sat, 24 Jul 2004 22:35:10 +0000 (UTC) X-Newsreader: Sylpheed-Claws 0.9.12 (GTK+ 1.2.10; powerpc-unknown-linux-gnu) Original-Xref: shelby.stanford.edu gnu.emacs.help:124436 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: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:19772 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:19772 hi there, i like to compile my code from within Emacs as i have a Makefile setup. however, upon compiling; even on a successful compile the compilation buffer needs to be closed afterward. i was wondering; is there a way to have the compilation buffer close automatically if there are no warnings or errors? also, is there a way to run the compile command, without having to agree that `make -k` is the correct command each time? that extra 'enter' is just annoying.