[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: is there a good way to do emacs project management ?
From: |
grischka |
Subject: |
Re: is there a good way to do emacs project management ? |
Date: |
Wed, 15 Apr 2009 14:51:52 +0200 |
User-agent: |
Thunderbird 1.5.0.10 (Windows/20070221) |
> 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
Re: is there a good way to do emacs project management ?, Nikolaj Schumacher, 2009/04/15
Re: is there a good way to do emacs project management ?,
grischka <=