all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: is there a good way to do emacs project management ?
@ 2009-04-15 12:51 grischka
  0 siblings, 0 replies; 14+ messages in thread
From: grischka @ 2009-04-15 12:51 UTC (permalink / raw)
  To: linjunhalida; +Cc: help-gnu-emacs

 > 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





^ permalink raw reply	[flat|nested] 14+ messages in thread
* is there a good way to do emacs project management ?
@ 2009-04-15  0:34 halida
  2009-04-15  3:29 ` Kiwon Um
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: halida @ 2009-04-15  0:34 UTC (permalink / raw)
  To: help-gnu-emacs

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?


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2009-04-15 21:48 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-15 12:51 is there a good way to do emacs project management ? grischka
  -- strict thread matches above, loose matches on Subject: below --
2009-04-15  0:34 halida
2009-04-15  3:29 ` Kiwon Um
2009-04-15  7:32 ` Pascal J. Bourguignon
2009-04-15  8:11   ` Peter Dyballa
2009-04-15  8:26   ` Alberto Luaces
2009-04-15  8:42     ` Alberto Luaces
     [not found]   ` <mailman.5369.1239783125.31690.help-gnu-emacs@gnu.org>
2009-04-15  8:46     ` Pascal J. Bourguignon
2009-04-15 11:13       ` Richard Riley
     [not found]   ` <mailman.5370.1239783629.31690.help-gnu-emacs@gnu.org>
2009-04-15  8:48     ` Pascal J. Bourguignon
2009-04-15 19:05   ` Colin S. Miller
2009-04-15 21:04     ` Richard Riley
2009-04-15 21:48     ` Pascal J. Bourguignon
2009-04-15 13:29 ` Nikolaj Schumacher

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.