From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: grischka Newsgroups: gmane.emacs.help Subject: Re: is there a good way to do emacs project management ? Date: Wed, 15 Apr 2009 14:51:52 +0200 Message-ID: <49E5D868.9040404@gmx.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1239800220 9199 80.91.229.12 (15 Apr 2009 12:57:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 15 Apr 2009 12:57:00 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: linjunhalida@gmail.com Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Apr 15 14:58:19 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 1Lu4gR-0003MR-0g for geh-help-gnu-emacs@m.gmane.org; Wed, 15 Apr 2009 14:57:43 +0200 Original-Received: from localhost ([127.0.0.1]:58317 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lu4f1-00069I-RQ for geh-help-gnu-emacs@m.gmane.org; Wed, 15 Apr 2009 08:56:15 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lu4b8-0004rt-Dw for help-gnu-emacs@gnu.org; Wed, 15 Apr 2009 08:52:14 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lu4b2-0004rR-Gw for help-gnu-emacs@gnu.org; Wed, 15 Apr 2009 08:52:12 -0400 Original-Received: from [199.232.76.173] (port=34750 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lu4b1-0004rC-Ne for help-gnu-emacs@gnu.org; Wed, 15 Apr 2009 08:52:07 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]:58311) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1Lu4b1-0002qm-30 for help-gnu-emacs@gnu.org; Wed, 15 Apr 2009 08:52:07 -0400 Original-Received: (qmail invoked by alias); 15 Apr 2009 12:52:05 -0000 Original-Received: from p57A094ED.dip0.t-ipconnect.de (EHLO [192.168.1.5]) [87.160.148.237] by mail.gmx.net (mp040) with SMTP; 15 Apr 2009 14:52:05 +0200 X-Authenticated: #18588216 X-Provags-ID: V01U2FsdGVkX1+div1kmB6d4rISJM8V3+CFrvZAf2zdxEhIUo7Mdg ThypXjQCkGu2dJ User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) Original-References: 5f844ff2-7af5-4522-86a4-c3329c41f83d@v35g2000pro.googlegroups.com X-Y-GMX-Trusted: 0 X-FuHaFi: 0.71 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:63755 Archived-At: > 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. > > Is there any good method to do project management like eclipse or > other IDE? http://www.emacswiki.org/emacs-en/eproject It allows to define projects, and in each project to define menu commands and shortcut keys as you like. For example: make (f9) : make clean (C-f9) : make clean run (f8) : ./my-program stop (C-f8) : -e kill-compilation --- configure : ./configure