过程是痛苦的,结局是美好的。
如果你在make ecb时出现如下错误
[heixia@localhost ecb-2.32]$ make
Byte-compiling ECB with LOADPATH= ...
emacs -batch -no-site-file -l ecb-compile-script --eval '(ecb-byte-compile t)'
Loading subst-jis...
Loading subst-ksc...
Loading subst-big5...
Loading subst-gb2312...
Cannot open load file: /home/heixia/lisp/ecb-2.32/c:/Programme/emacs-21/site-lisp/package-development/cedet/common/cedet.el
make: *** [ecb] 错误 255
|
可以尝试编辑Makefile,修改CEDET路径,以我的为例
CEDET=~/emacs-lisp/cedet
还有一点要说的是:我一直以为ecb里面的窗口是只要用鼠标一点就能起反应,后来才知道要用鼠标右键才行的!
设置ecb启动不显示tip
(setq ecb-tip-of-the-day nil)
现在终于把emacs配制得好了,一般功能都有了:)
阅读(627) | 评论(0) | 转发(0) |