Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
From: Felipe Reyes <freyes@tt...> - 2012-09-13 15:35:01
|
Hi All, I'm experiencing several error messages with the ectags parser, the most common messages are: Unknown ectags field inherits [2 times] Unknown ectags field function I found an old email pointing out this same error[0], I can a cedet bzr copy (with the mentioned fix on the email). Do you have any ideas what could be wrong? This is my cedet configuration (load-file "~/.emacs.d/cedet/cedet-devel-load.el") (require 'cedet-compat) (require 'semantic) (global-ede-mode 1) (semantic-load-enable-code-helpers) ; Enable prototype help and smart completion (global-srecode-minor-mode 1) ; Enable template insertion menu (semantic-load-enable-minimum-features) (semantic-load-enable-code-helpers) (semantic-load-enable-gaudy-code-helpers) (semantic-load-enable-excessive-code-helpers) (semantic-load-enable-semantic-debugging-helpers) (require 'semantic/db) (global-semanticdb-minor-mode 1) (semanticdb-enable-gnu-global-databases 'c-mode) (semanticdb-enable-gnu-global-databases 'c++-mode) (semanticdb-enable-gnu-global-databases 'python-mode) (semantic-load-enable-all-exuberent-ctags-support) (global-semantic-highlight-func-mode -1) (global-semantic-stickyfunc-mode -1) Thanks, [0] http://sourceforge.net/mailarchive/forum.php?thread_name=20110804120930.GC19144%40gmail.com&forum_name=cedet-semantic -- Felipe Reyes |