From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Boris H." Newsgroups: gmane.emacs.help Subject: Re: C++-Mode Date: Wed, 08 Jan 2003 11:39:40 +0100 Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <3e1c001c@news.uni-ulm.de> References: <3e1af127@news.uni-ulm.de> Reply-To: nosp@m.de NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: main.gmane.org 1042022940 20055 80.91.224.249 (8 Jan 2003 10:49:00 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 8 Jan 2003 10:49:00 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18WDlb-0005DJ-00 for ; Wed, 08 Jan 2003 11:48:59 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18WDiQ-00013m-02 for gnu-help-gnu-emacs@m.gmane.org; Wed, 08 Jan 2003 05:45:42 -0500 Original-Newsgroups: gnu.emacs.help Original-Lines: 13 User-Agent: KNode/0.7.1 Original-NNTP-Posting-Host: saturn.informatik.uni-ulm.de Original-X-Trace: news.uni-ulm.de 1042022428 saturn.informatik.uni-ulm.de (8 Jan 2003 11:40:28 +0100) Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!cyclone.bc.net!news.mailgate.org!newsfeed.stueberl.de!newsfeed01.sul.t-online.de!t-online.de!news.belwue.de!news.uni-ulm.de Original-Xref: shelby.stanford.edu gnu.emacs.help:108727 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:5256 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:5256 kgold wrote: > The default for emacs using M-x compile is to call make. > > While you could change the default, experienced programmers typically > create a makefile. I know, but since I only write small programms, there's no real need for a makefile. In Ada-mode, there are commands ada-compile-application and ada-run-application. I want this facility in C++-mode, too. Boris