emacs - Emacs 24.2 中 CEDET 和 ECB 的状态

标签 emacs cedet emacs-ecb

我对在 Emacs 24.2.1 中运行 CEDET 和 ECB 需要做什么感到有点困惑。

Emacswiki has the following text :

How to enable the CEDET tools which were merged with Emacs

In Emacs 23.2, CEDET was merged into the main Emacs distribution. The configuration code which is explained in CEDET tutorials doesn’t work anymore. For instance you cannot use (semantic-load-enable-gaudy-code-helpers) to enable the useful features.

TODO: please explain what code you need to load the most useful IDE tools provided by CEDET

I got a basic configuration to work with the following in my .emacs:

(global-ede-mode 1)
(require 'semantic/sb)
(semantic-mode 1)
  • 问题 1:CEDET 和 ECB 现在是否与 Emacs 捆绑在一起?如果是这样,为什么有一个单独的 Sourceforge 项目?
  • 问题2:如何在 Emacs 24.2 中启用 CEDET 和 ECB?我还需要从各自的网站下载源代码并单独安装吗?

最佳答案

您需要考虑几件事:

  • CEDET 与 GNU Emacs 24.2 捆绑在一起,但它有点过时了……从功能角度来看,CEDET 1.1 或 bzr 的 CEDET 更好。我希望 Emacs 24.3 会有新版本的 CEDET
  • 我有一个fork of ECB ,它适用于新的 CEDET(1.1 或 bzr)以及与 Emacs 捆绑的 CEDET - 但您需要手动安装它
  • 您可以使用 following config 启用与 GNU Emacs 捆绑在一起的 CEDET 或 bzr 中的 CEDET ,对于 CEDET 1.1,您可以使用 following config

附注我会尝试在这里回答更多问题,或者您可以直接通过电子邮件给我写信

关于emacs - Emacs 24.2 中 CEDET 和 ECB 的状态,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12711765/

相关文章:

ubuntu - 以用户身份安装 CEDET 1.0pre6,同时保持安装 CEDET 1.0pre4 deb 包

Emacs:有没有办法我可以获得自定义标签列表 - 并通过它们导航?

emacs24 - 无法设置 Emacs Speedbar 缓冲区显示模式

emacs - ~/.emacs.d/auto-save-list/的目的

emacs - 使用 auctex 跳转到下一个缺失的引用

emacs - 将 cedet 1.0 更新到 1.1

emacs - 如何在 emacs 23.3 中使用内置的 cedet?

emacs - 如何在 emacs 中禁用 Verilog 模式?

emacs - 在组织模式捕获模板中使用属性

emacs - emacs 的 cedet ede 项目