From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alberto Luaces Newsgroups: gmane.emacs.help Subject: Re: is there a good way to do emacs project management ? Date: Wed, 15 Apr 2009 10:42:20 +0200 Organization: UDC Message-ID: <200904151042.20129.aluaces@udc.es> References: <5f844ff2-7af5-4522-86a4-c3329c41f83d@v35g2000pro.googlegroups.com> <87ocuygyn9.fsf@galatea.local> <200904151026.04038.aluaces@udc.es> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1239784675 27583 80.91.229.12 (15 Apr 2009 08:37:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 15 Apr 2009 08:37:55 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Apr 15 10:39:14 2009 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 1Lu0e9-00026P-HY for geh-help-gnu-emacs@m.gmane.org; Wed, 15 Apr 2009 10:39:05 +0200 Original-Received: from localhost ([127.0.0.1]:55973 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lu0ck-0005sN-Is for geh-help-gnu-emacs@m.gmane.org; Wed, 15 Apr 2009 04:37:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lu0cK-0005sI-9S for help-gnu-emacs@gnu.org; Wed, 15 Apr 2009 04:37:12 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lu0cF-0005rn-GS for help-gnu-emacs@gnu.org; Wed, 15 Apr 2009 04:37:11 -0400 Original-Received: from [199.232.76.173] (port=52424 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lu0cF-0005rk-9s for help-gnu-emacs@gnu.org; Wed, 15 Apr 2009 04:37:07 -0400 Original-Received: from vi5.udc.es ([193.147.41.5]:53003 helo=smtp.udc.es) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lu0cE-00057D-Ph for help-gnu-emacs@gnu.org; Wed, 15 Apr 2009 04:37:07 -0400 Original-Received: from eps142.cdf.udc.es (eps142.cdf.udc.es [193.144.52.142]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.udc.es ("Servidor de correo de la UDC") with ESMTP id 8E5356E17 for ; Wed, 15 Apr 2009 10:30:17 -0700 (PDT) User-Agent: KMail/1.9.9 In-Reply-To: <200904151026.04038.aluaces@udc.es> Content-Disposition: inline X-detected-operating-system: by monty-python.gnu.org: Solaris 9 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:63749 Archived-At: El Mi=E9rcoles 15 Abril 2009ES 10:26:03 Alberto Luaces escribi=F3: > El Mi=E9rcoles 15 Abril 2009ES 09:32:42 Pascal J. Bourguignon escribi=F3: > > Type: =A0M-x compile RET C-e SPC -C > > /path/to/the/directory/where/is/Makefile RET then to recompile: M-x > > recompile RET > > from any directory... > > Sorry, what's this "C-e SPC" for? I tried and it didn't anything but typi= ng > a space character after the "make -k" thing... (Emacs 22) Oh, to place the point at the end of the command if it is not there already= =2E..=20 sorry for the noise.