我目前正在努力让 CEDET 在我的 emacs 中工作。按照A Gentle Introduction to CEDET中的说明进行操作。
我从 bzr repo(31March13 的 n°8250 快照)中获得了最新版本,将其放在 mydotemacs 文件夹中,使用 make 编译 cedet 目录,然后在 .emacs: 中进行必要的更改,特别是放在(load-file "~/.emacs.d/plugins/cedet/cedet-devel-load.el")
配置的开头文件
当我启动 emacs 时,我得到:
error: Recursive `require' for feature `speedbar'
当我尝试调试初始化时,这就是我得到的
正在加载 /home/adriean/.emacs.d/emacs-config.el (source)... 正在加载
/home/adriean/.emacs.d/plugins/cedet/cedet-devel-load.el (source)...正在加载/home/adriean/.emacs.d/plugins/cedet/cedet-remove-builtin.el(源)...完成要求:自动加载未能定义函数调试
我的 emacs 版本是GNU Emacs 24.3.50.1 (i686-pc-linux-gnu, GTK+ Version 3.4.2)
muntries 上的 2013-03-26,由 Debian 修改,我精确org-mode babel
地用于组织我的配置。(所以 orgmode 是之前加载的)