From: David E. <de...@ra...> - 2011-03-21 21:09:08
|
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 |