vote up 4 vote down star
1

Hello. I've always used emacs for small projects (and Visual Studio for large ones). I was wondering what the alternatives are for handling a directory structure within emacs, something like the solution explorer in VS. Thank you.

flag

3 Answers

vote up 8 vote down check

You should also have a look at eproject for something that's more lightweight while also allowing you do to some pretty cool stuff (like project-specific config settings, etc.)

link|flag
I second the eproject recommendation. It has made my life measurably better ;) – jrockway Aug 2 at 22:38
what exactly does eproject do? I looked at the wiki and the home page had a link for how to install it, but not WHY I would want to install it. What does it do? Examples? @jrockway - you're the guy that wrote it, no? – Cheeso Aug 3 at 19:55
I think the OP was looking for something to handle VS .sln files. Does eproject do that? – Cheeso Aug 3 at 19:58
@Cheeso -- have a look at wiki.github.com/jrockway/eproject/… – genehack Aug 3 at 21:08
vote up 6 vote down

ECB, the Emacs Code Browser, which is built on CEDET, if I am not mistaken, is one you should look at.

Myself, I've always found that I get by well enough using etags and ido-mode. You might also want to look at Speedbar (part of CEDET) as a halfway house between more minimalist solutions and ECB.

link|flag
+1 for etags – Adam Rosenfield Aug 2 at 21:06
2  
for c & c++ it's better to use gtags - CEDET has built-in support for them – Alex Ott Aug 3 at 9:24
vote up 5 vote down

I don't use it myself, but it sounds like CEDET is what you are looking for:

Emacs already is a great environment for writing software, but there are additional areas that need improvement. Many new ideas for integrated environments have been developed in newer products, such as Microsoft's Visual environment, JBuilder, or Eclipse. CEDET is a project which implements several advanced features developers have come to expect from an Editor.

The Emacs wiki also has this page with some tips for IDE users.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.