From: Aaron G. <aar...@gm...> - 2011-03-22 19:14:33
|
Thanks. I was using CEDET from my ubuntu installation. I was able to use just matlab.el as you described. Regards, Aaron On Mon, Mar 21, 2011 at 5:08 PM, David Engster <de...@ra...> wrote: > Aaron Goodman writes: > > I have been trying to build matlab emacs, but I am running into some > issues > > running make. I am using emacs23 and running on ubuntu 10.10 > > Have you CEDET installed (it probably won't work with the CEDET that > ships with Emacs)? Look into the INSTALL file for details. > > If you're not interested in the Semantic features and just want to use > matlab.el, just do > > emacs --batch -f batch-byte-compile matlab.el > > (don't worry about the warnings) > > -David > |