使用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似乎表明应该这样做。
答案 0 :(得分:13)
在*scratch*
(setq ecb-examples-bufferinfo-buffer-name nil)
因人而异。