From: Matthieu L. <mat...@ho...> - 2011-10-29 20:40:22
|
Hello, I am trying to get semantic to work with my Matlab projects. I have the following defined in semanticdb-matlab.el: (defvar semanticdb-matlab-include-paths '("/home1/m/matthieu/projects/")) When I open a Matlab file under my "projects" in emacs, semanticdb spends some time "Searching for user files" (about 30 seconds). Then I select a function call that is defined somewhere else under "projects" and execute "semantic-ia-fast-jump". It fails with the message "Could not find suitable jump point for [my function name]". However, *after* opening the file where the function is defined, the jump works. I guess the semanticdb indexing function is not working for me, but I don't know what I am missing. Does the indexing work recursively? Is semanticdb-matlab-include-paths the right variable to use? (I recompiled all emacs-matlab files after adding my project directory and it still doesn't work). Thank you for your help, Matthieu |