Hi all,
I'm new to the use of matlab+emacs. I've configured my .emacs so as I'm
able to get tab competition in M-shell. However, I'd like to have
auto-complete to work together with cedet semantic to get competition
suggestions when editing my .m files in matlab-mode (not in M-shell mode).
How do
Hi Norberto,
There is OK CEDET support for MATLAB on the sourceforge site, but it isn’t very
broad. As such, you should be able to setup autocomplete and CEDET for MATLAB
the same as C or some of the other supported languages. If you also want
MATLAB shell based completions, no one has tried
Hi Eric,
Thanks for your quick reply. I guess what you mean is that there is no
"matlab-sources" that can be added to ac-sources so as I can get
aoutocomplete suggestions in matlab-mode, right?
I am looking for competitions in matlab-mode. I would like to get the same
behavior of M-shell in matla