关于ECB

Vim、Emacs配置和使用
回复
头像
tosail2010
帖子: 83
注册时间: 2011-03-27 19:01
联系:

关于ECB

#1

帖子 tosail2010 » 2011-11-13 22:34

最近安装了emacs23, 听说ecb功能很强大,方便阅读代码,于是又安装了ecb
sudo apt-get install ecb
安装后,运行emacs,然后运行M-x ecb-activate,
发现左上角并没有目录树,为什么? :em20
附件
ecb.JPG
A year's plan starts with spring.
头像
tosail2010
帖子: 83
注册时间: 2011-03-27 19:01
联系:

Re: 关于ECB

#2

帖子 tosail2010 » 2011-11-16 8:46

难道没人用ecb来浏览代码? :em20
A year's plan starts with spring.
头像
anix
帖子: 88
注册时间: 2009-05-18 22:33
联系:

Re: 关于ECB

#3

帖子 anix » 2011-11-16 18:04

代码: 全选

(add-to-list 'load-path "~/emacs.d/plugins")
(require 'ecb)
;load the ECB first after starting if by 'ecb-activate'
(require 'ecb-autoloads)
(setq ecb-tip-of-the-day nil)
(setq ecb-options-version "2.40")
是没遇见过你这种情况
I firmly believe that the Internet and knowledge should be open, public, and accessible to everyone without any restrictions.
头像
tosail2010
帖子: 83
注册时间: 2011-03-27 19:01
联系:

Re: 关于ECB

#4

帖子 tosail2010 » 2011-11-17 8:40

emacs23配置文件是哪个?位于哪个路径下?
A year's plan starts with spring.
回复