
Emacs-IDE is an IDE (Integrated Development Environment) interface for Emacs (code browsing, compilation, debug...).
It is suitable for almost all languages (as long as they are supported by ctags). Cscope provides additional browsing facility for C/C++ files.
Please note that Emacs-IDE does not stand as a package for Emacs. It should be considered as an IDE built on top of Emacs.
A package is designed to be loaded from user configuration file. It is also supposed not to modify standard Emacs behaviour, but only add new features that can be enabled or disabled.
Emacs-IDE takes the place of user configuration file. It intentionally changes Emacs behaviour - in order to manage display in dedicated windows - and redefines reserved keys - in order to have a wide range of convenient shortcuts.
License : GPL (http://www.fsf.org/licensing/licenses/gpl.html)
Requires :
http://sourceforge.net/projects/emacs-ide/
This is the place where you can download the latest version.
You might be interested in using the working version.
You may either check out the whole SVN repository (with trunk and tags) :
svn co https://emacs-ide.svn.sourceforge.net/svnroot/emacs-ide emacs-ide
... or only the trunk :
svn co https://emacs-ide.svn.sourceforge.net/svnroot/emacs-ide/trunk emacs-ide
To update (in emacs-ide directory) :
svn up