"Eric M. Ludlam" <eric@...> writes:
> That should read "Thanks" for the test. :)
Well, I figured that one out. :-)
> I updated the regexp to handle your listed cases, but to also disallow
> some items, where .* was too general.
Thanks. The new regexp works flawlessly for me.
> I tried jumping around (with C-c , J .. which is capital J)
> and it found tags across files for me.
Does work for me, too.
> You won't be able to get any of the smart completion to work, because
> MATLAB is not a typed language, and the MATLAB language support
> excludes local context parsing.
OK, that means I cannot use anything that depends on
semantic-analyze-possible-completions, right? But I'd already be happy
if I had some kind of dumb completion, which simply uses the list of all
known tags, just like what semantic-complete-jump does. Sorry if there
exists something obvious, but I can't seem to find it in
semantic-complete.el.
> If you look in semantic/bovine/semantic-el.el, you will find it
> overrides a bunch of methods for local context parsing. It seems
> likely this will need to be done to start getting the smart completion
> to work for MATLAB.
>
> If you'd like to tackle this problem, I'd be happy to help you out.
Thanks. I'd love to dig into semantic, but I'm afraid I won't have the
time to do it. I really need to get some more stuff done in Matlab
first... :-)
Thanks for your help,
David
|