我想擺脫上述下劃線功能, 例如,如在此上面的截圖「作廢」:Emacs的24內置CEDET功能亮點
http://cedet.sourceforge.net/img-gen/semantic-ia-complete-menu.png
我找不到任何明顯的文檔中, 但是,我甚至不知道要找什麼東西。 ( 「功能標記」, 「下劃線」,...)
我成立CEDET這樣的:
;; cedet
(require 'semantic)
(require 'semantic/sb)
(require 'srecode)
(global-ede-mode 1)
(semantic-mode 1)
(global-semanticdb-minor-mode 1)
(global-semantic-idle-scheduler-mode 1)
(global-semantic-idle-completions-mode 1)
(global-semantic-decoration-mode 1)
(global-semantic-highlight-func-mode 1)
(global-semantic-stickyfunc-mode -1)
(global-semantic-idle-summary-mode 1)
(global-semantic-mru-bookmark-mode 1)
(semanticdb-enable-gnu-global-databases 'c-mode)
(semanticdb-enable-gnu-global-databases 'c++-mode)
(set-default 'semantic-case-fold t)
有人能指出我在正確的方向?
感謝, 馬里奧