Emacs 24.3.1 CEDET 2.0(内置)和ECB 20131116.1319:ECB布局设置期间的错误

时间:2013-11-21 18:58:57

标签: emacs cedet emacs-ecb

使用Emacs 24.3.1附带的CEDET和Melpa中的ECB,我得到以下尝试ecb-activate

All requirements for ECB 2.40 fulfilled - Enjoy it! [2 times]
The ECB is now deactivated.
ecb-clean-up-after-activation-failure: ECB 2.40: Errors during the layout setup of ECB.  
    (error-type: void-variable, error-data: (ecb-examples-bufferinfo-buffer-name))

以下是emacs pacakage经理的信息:

ecb is an installed package.

     Status: Installed in `/home/Smith/.emacs.d/elpa/ecb-20131116.1319/'.
     Version: 20131116.1319
     Summary: a code browser for Emacs

cedet is a built-in package.

    Status: Built-in.
    Version: 2.0
    Summary: Setup CEDET environment

我的问题,如何让这个工作。 Alex Ott的fork of ECB似乎表明应该这样做。

1 个答案:

答案 0 :(得分:13)

*scratch*

中执行此命令后,我能够通过此错误
  

(setq ecb-examples-bufferinfo-buffer-name nil)

因人而异。