Re: [Matlab-emacs-discuss] CEDET menu does not load

2016-09-19 Thread Jeff
Hi Dick,

Thank you for you reply. I will take a look at it.

Later I realized that if I manually turn on Semantic from Emacs' Tool
menu, I can get some autocomplete. Not very convenience to use... What
do you use for autocomplete?

Thanks,
Jeff



On Mon, Sep 19, 2016 at 9:10 AM, Dick  wrote:
> jeff...@gmail.com,
>
> I cannot speak for others, but my experience has been that matlab-emacs
> worked fairly well until matlab version r2015a.  You can see some of Eric's
> commentary in Dec2015 on the matlab-emacs-discuss regarding changes to
> Matlab's output.
>
> I continue to use emacs for matlab because the thought of bringing up a
> separate matlab gui unnerves me, but I don't expect all the bells and
> whistles such as CEDET to work.
>
>
> On Sat, Sep 17, 2016 at 3:53 PM, Jeff  wrote:
>>
>> Hi, all,
>>
>> I never used emacs before, but decided to try emacs+matlab-emacs+cedet
>> after reading Eric Ludlam's post "MATLAB-Emacs integration is back"
>> posted back in 2009. I cannot get CEDET working and wonder whether
>> someone can help me. Below are details.
>>
>> I installed the emacs 24.5 which came with cedet builtin, then I
>> downloaded matlab-emacs. I set up my emacs init file following the
>> instructions in Eric's post, that is:
>>
>> (add-to-list 'load-path "~/path/to/matlab_dot_el")
>> (load-library "matlab-load")
>> ;; Enable CEDET feature support for MATLAB code. (Optional)
>> (matlab-cedet-setup)
>>
>> When I opened a dot m file, the MATLAB menu was there, and some
>> features listed in Eric's post (syntax highlighting, mlint, etc.)
>> seemed to work, but I don't think the completion engine was working.
>> TAGS and SRecode menus were not there, which might be a sign.
>>
>> I wonder how can I turn CEDET on?
>>
>> Thanks,
>> Jeff
>>
>>
>> --
>> ___
>> Matlab-emacs-discuss mailing list
>> Matlab-emacs-discuss@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/matlab-emacs-discuss
>
>

--
___
Matlab-emacs-discuss mailing list
Matlab-emacs-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matlab-emacs-discuss


[Matlab-emacs-discuss] CEDET menu does not load

2016-09-17 Thread Jeff
Hi, all,

I never used emacs before, but decided to try emacs+matlab-emacs+cedet
after reading Eric Ludlam's post "MATLAB-Emacs integration is back"
posted back in 2009. I cannot get CEDET working and wonder whether
someone can help me. Below are details.

I installed the emacs 24.5 which came with cedet builtin, then I
downloaded matlab-emacs. I set up my emacs init file following the
instructions in Eric's post, that is:

(add-to-list 'load-path "~/path/to/matlab_dot_el")
(load-library "matlab-load")
;; Enable CEDET feature support for MATLAB code. (Optional)
(matlab-cedet-setup)

When I opened a dot m file, the MATLAB menu was there, and some
features listed in Eric's post (syntax highlighting, mlint, etc.)
seemed to work, but I don't think the completion engine was working.
TAGS and SRecode menus were not there, which might be a sign.

I wonder how can I turn CEDET on?

Thanks,
Jeff

--
___
Matlab-emacs-discuss mailing list
Matlab-emacs-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matlab-emacs-discuss