From: aptenom Lv <ap...@gm...> - 2010-06-04 16:46:40
|
Hello everyone, I am new to Matlab/emacs, and I really appreciate the work. After the installation, I find that the syntax highlight is a little weird. In the function body, only the comments and a few keywords(such as if, else, etc) are colored. It is not very convenient to view and edit long codes. I read Mike's post on mathworks.com, but have no idea how to config the emacs to have the full syntax highlight. PS: I use emacs22 on debian lenny, and I added this lines to my .emacs. (add-to-list 'load-path "~/.emacs.d/plugins/matlab-emacs") (require 'matlab-load) and it does enter matlab-fill mode when I edit .m files. Thank you. aptenom 2010.6.5 |