From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard G Riley Newsgroups: gmane.emacs.help Subject: Re: How to compile this simple program in GNU emacs Date: Mon, 28 Jan 2008 21:23:43 +0100 Message-ID: <606rujF1p8ed1U1@mid.uni-berlin.de> References: <1b4ef437-03d1-4370-ab14-f95e222fa4f3@e23g2000prf.googlegroups.com> <42a66b38-2b52-4a44-a512-7f2530b74b9c@q39g2000hsf.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1201552854 31177 80.91.229.12 (28 Jan 2008 20:40:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 28 Jan 2008 20:40:54 +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 21:41:15 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 1JJamw-0000Zg-Lw for geh-help-gnu-emacs@m.gmane.org; Mon, 28 Jan 2008 21:41:06 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JJamV-0004hH-UF for geh-help-gnu-emacs@m.gmane.org; Mon, 28 Jan 2008 15:40:39 -0500 Original-Path: shelby.stanford.edu!headwall.stanford.edu!fu-berlin.de!uni-berlin.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 9 Original-X-Trace: news.uni-berlin.de 1Er5Ygufnd6v9e3U8mLJAAGiScztE9sJJ2g38ol9rDnCUvyHI= User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.50.6 (gnu/linux) Original-Xref: shelby.stanford.edu gnu.emacs.help:155659 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:51044 Archived-At: Martin writes: > To run your program after compilation, I think it's better to open an > OS shell and run it there. Either "M-x shell" to get a shell in Emacs, > or just access the command line in the usual way of your OS. Just look up gdb in the manual and use that. The multi-window gdb is very good inside emacs IMO.