From: Cláudia S. <cla...@gm...> - 2011-09-29 23:16:46
|
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 |