From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: How to compile this simple program in GNU emacs Date: Mon, 28 Jan 2008 21:36:31 +0200 Message-ID: References: <1b4ef437-03d1-4370-ab14-f95e222fa4f3@e23g2000prf.googlegroups.com> NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1201549110 16836 80.91.229.12 (28 Jan 2008 19:38:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 28 Jan 2008 19:38:30 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jan 28 20:38:51 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JJZog-00027q-38 for geh-help-gnu-emacs@m.gmane.org; Mon, 28 Jan 2008 20:38:50 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JJZoF-0005h6-3W for geh-help-gnu-emacs@m.gmane.org; Mon, 28 Jan 2008 14:38:23 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JJZmf-00055c-83 for help-gnu-emacs@gnu.org; Mon, 28 Jan 2008 14:36:45 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JJZme-00054w-Ap for help-gnu-emacs@gnu.org; Mon, 28 Jan 2008 14:36:44 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JJZme-00054p-4h for help-gnu-emacs@gnu.org; Mon, 28 Jan 2008 14:36:44 -0500 Original-Received: from nitzan.inter.net.il ([213.8.233.22]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JJZmd-0006Nh-RA for help-gnu-emacs@gnu.org; Mon, 28 Jan 2008 14:36:44 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-84-229-126-42.inter.net.il [84.229.126.42]) by nitzan.inter.net.il (MOS 3.7.3a-GA) with ESMTP id IZQ19896 (AUTH halo1); Mon, 28 Jan 2008 21:34:03 +0200 (IST) In-reply-to: <1b4ef437-03d1-4370-ab14-f95e222fa4f3@e23g2000prf.googlegroups.com> (message from ravi on Sun, 27 Jan 2008 17:58:39 -0800 (PST)) X-detected-kernel: by monty-python.gnu.org: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) 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:51040 Archived-At: > From: ravi > Date: Sun, 27 Jan 2008 17:58:39 -0800 (PST) > > Then again M-x compile and ./newone Don't. M-x compile is not intended for running interactive programs, it's intended for compilers, Grep, and other similar tools that produce output, such as error messages, in well-known format, which is parsed by Emacs in order to display the portion of the file which produced the error message.