2013-03-05 65 views

回答

1

http://sourceforge.net/p/cedet/mailman/message/30564469/

我堅持一個:(需要「語義/找到)在那裏應該解決了這些問題。如果有任何其他未知函數出現,只需在lisp/cedet /軟件包的某處(例如,在語義軟件包中以w/semantic-開頭的任何內容開始)grep,然後將該require添加到eassist。

<pre> 
diff -Naur eassist.el.orig eassist.el 
--- eassist.el.orig 2015-08-11 11:03:58.544695143 +0800 
+++ eassist.el 2015-08-11 10:59:17.456679391 +0800 
@@ -103,6 +103,7 @@ 
;;; Code: 

(require 'semantic) 
+(require 'semantic/find) 

;; ================================== My STRING utils ======================== 
(defun eassist-string-without-last (string n) 

</pre>       

功能語義發現標籤逐類是一個宏觀的,所以你會 需要重新編譯越eAssist用我提供的最後一次補丁。 應該最終解決問題。

你能做到這一點,打開eassist.el,做

的Mx字節編譯文件RET

然後:

的Mx負載庫RET越eAssist RET

你可以試試這個: https://github.com/liugang/taglist

taglist插件是Emacs和prov的源代碼瀏覽器插件概述了編程語言文件的結構