From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Baloff Newsgroups: gmane.emacs.help Subject: compile/run a code from emacs Date: Mon, 18 Jul 2005 05:06:09 -0700 Organization: iPrimus Customer - reports relating to abuse should be sent to abuse@iprimus.com.au Message-ID: <42daa964_1@news.iprimus.com.au> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1121626737 23282 80.91.229.2 (17 Jul 2005 18:58:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 17 Jul 2005 18:58:57 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jul 17 20:58:56 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DuELF-0004rH-0F for geh-help-gnu-emacs@m.gmane.org; Sun, 17 Jul 2005 20:58:21 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DuEN8-0002y3-Kv for geh-help-gnu-emacs@m.gmane.org; Sun, 17 Jul 2005 15:00:18 -0400 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6) Gecko/20040113 X-Accept-Language: en-us, en Original-Newsgroups: gnu.emacs.help X-Original-NNTP-Posting-Host: 203.134.35.38 X-Original-NNTP-Posting-Host: 127.0.0.1 Original-Lines: 7 Original-NNTP-Posting-Host: 203.134.67.67 Original-X-Trace: 1121626471 un-2park-reader-02.sydney.pipenetworks.com.au 781 203.134.67.67:4263 Original-X-Complaints-To: Abuse, including message IDs to abuse@pipenetworks.com Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!news3.google.com!news.glorb.com!quokka.wn.com.au!token.pipenetworks.com!218.100.2.58.MISMATCH!not-for-mail Original-Xref: shelby.stanford.edu gnu.emacs.help:132476 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 Xref: news.gmane.org gmane.emacs.help:27988 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:27988 Hello there I wrote a code and a makefile using emacs, then I went to the shell "all in emacs" and $make then $./project1 to run the program. is there a way to just hit one key and it does "$make && ./project1" for me? can someone help thanks