我目前正努力让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(来源)...正在加载
/home/adriean/.emacs.d/plugins/cedet/cedet-devel-load.el(来源)...... 正在加载/home/adriean/.emacs.d/plugins/cedet/cedet-remove-builtin.el (来源)...完成要求:自动加载无法定义函数调试
我的emacs版本是2013-03-26的GNU Emacs 24.3.50.1 (i686-pc-linux-gnu, GTK+ Version 3.4.2)
,由Debian修改
我确切地说我正在使用org-mode babel
来组织我的配置。 (所以之前加载了orgmode)