|
发表于 2005-3-9 01:01:36
|
显示全部楼层
我安装了ecb那个method window不能显示tag,不知道是不是我安装的过程有错
我是把下载到的ecb,sematic,eieio,speedbar解压了放在/usr/share/emacs/site-lisp目录中,然后byte compile了ecb,在.emacs中加入
(require 'ecb)
(setq semantic-load-turn-everything-on t)
(require 'semantic-load)
(add-to-list 'load-path "/usr/share/emacs/site-lisp")
反正现在启动ecb是不会出现错误的,也出现那些窗口了,可现在的问题是我打开一个.c文件,在method window中没有出来这个.c文件的tags。而且在minibuffer中出现了下面的错误:
Invaild function: (macro lambda (token) "retrieve from TOKEN the token identifier.
ie,the symbo 'variable, 'function, 'type, or other." (\' (nth 1 (\, token))))
不知道是怎么一回事
是不是还要设一些其他的东西? |
|