[Matlab-emacs-discuss] Tab-completion (auto-complete) in matlab-mode, not in M-shell

2014-07-03 Thread Norberto Degara
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

Re: [Matlab-emacs-discuss] Tab-completion (auto-complete) in matlab-mode, not in M-shell

2014-07-03 Thread Eric Ludlam
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

Re: [Matlab-emacs-discuss] Tab-completion (auto-complete) in matlab-mode, not in M-shell

2014-07-03 Thread Norberto Degara
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