From: Eric L. <Eri...@ma...> - 2011-10-05 13:16:45
|
Hi, I was not able to reproduce this issue (I don't have a mac handy). Your emacs should have CEDET built in, so perhaps it is related to built-in CEDET not being overridden by cedet 1.0 which you installed separately? I never tried CEDET from Emacs 23.3 and matlab together, I've always used CEDET installed from CVS or, more recently, BZR. If you have the CEDET setup from the instructions that came with the cedet 1.0 tar ball you should be ok. Eric -----Original Message----- From: Cláudia Soares [mailto:cla...@gm...] Sent: Thursday, September 29, 2011 7:17 PM To: mat...@li... Subject: [Matlab-emacs-discuss] Cedet integration Hi I'm trying to have a fully functional matlab-emacs + semantic installation, but I'm missing something. When typing code, sometimes I get this error: incremental parser error: "No support found to parse buffer \"problemInicialization.m\"" This seems to happen whenever I type a struct accessor (a dot) after a struct variable name. Can somebody give me a hint on what might be wrong with my setup? I'm running MacPorts Emacs 23.3(9.0), cedet 1.0, matlab-mode 3.3.1. In my init file all matlab-emacs related definitions are: (add-to-list 'load-path (concat elisp-dir "matlab-emacs")) (require 'matlab-load) (matlab-cedet-setup) (setq matlab-indent-function-body t) Thanks Claudia ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk takes this data and makes sense of it. Business sense. IT sense. Common sense. http://p.sf.net/sfu/splunk-d2dcopy1 _______________________________________________ Matlab-emacs-discuss mailing list Mat...@li... https://lists.sourceforge.net/lists/listinfo/matlab-emacs-discuss |