From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Riley Newsgroups: gmane.emacs.help Subject: Re: is there a good way to do emacs project management ? Date: Wed, 15 Apr 2009 23:04:09 +0200 Organization: aich tea tea pea dicky riley dot net Message-ID: References: <5f844ff2-7af5-4522-86a4-c3329c41f83d@v35g2000pro.googlegroups.com> <87ocuygyn9.fsf@galatea.local> <49e63013$0$90267$14726298@news.sunsite.dk> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1239831655 18422 80.91.229.12 (15 Apr 2009 21:40:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 15 Apr 2009 21:40: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 23:42: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 1LuCrx-0000Z4-0e for geh-help-gnu-emacs@m.gmane.org; Wed, 15 Apr 2009 23:42:09 +0200 Original-Received: from localhost ([127.0.0.1]:35704 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LuCqY-0005eL-Bn for geh-help-gnu-emacs@m.gmane.org; Wed, 15 Apr 2009 17:40:42 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!newshub.sdsu.edu!feeder.erje.net!85.214.105.209.MISMATCH!motzarella.org!feeder.motzarella.org!news.motzarella.org!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 28 Original-X-Trace: news.eternal-september.org U2FsdGVkX18fYu84vQ5UloabXDOAo4r1yVdn5w1pxjSKtNM1N/gRfu3U10Kv7IzUy08xtuzqIqIEHNeeO94EbpkCAtwsk4BFBH1wvmCFVXFkfasEZkcM1ADKcmayQLDPyCNFjW298o4yDc+gcjREDg== Original-X-Complaints-To: Please send complaints to abuse@motzarella.org with full headers Original-NNTP-Posting-Date: Wed, 15 Apr 2009 21:04:13 +0000 (UTC) X-Auth-Sender: U2FsdGVkX19fjm/Tyc+0Ww3u4jUmXyZCHQPW6Kj0j0awlPu8vAqGoQ== Cancel-Lock: sha1:eAyGOISFpHCsHDLtv6BJtSnJ6EE= User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (gnu/linux) Original-Xref: news.stanford.edu gnu.emacs.help:168489 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:63763 Archived-At: "Colin S. Miller" writes: > Pascal J. Bourguignon wrote: >> halida writes: >> >>> I use emacs to do some coding, and text editing, >>> When I create a new coding project, I simply create a new folder, >>> and add source code into it. >>> The problem is, with multi-forders, it is hard to change back to the >>> top, >>> and run the makefile. >> >> Type: M-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... >> > > I use > > cd /path/to/make/file && make -f Makefile > > as my build command. > > Col. CEDET's EDE might also be of interest. http://cedet.sourceforge.net/ede.shtml