Emacs 24 builtin cedet function highlight
问题 I want to get rid of the underline above functions, e.g., as shown in this screenshot above "void": http://cedet.sourceforge.net/img-gen/semantic-ia-complete-menu.png I cannot find anything obvious in the documentation, but heck, I don't even know what to search for in the first place. ("function marker", "underline", ...) I set up cedet like this: ;; cedet (require 'semantic) (require 'semantic/sb) (require 'srecode) (global-ede-mode 1) (semantic-mode 1) (global-semanticdb-minor-mode 1)