From: Eric L. <Eri...@ma...> - 2009-08-13 20:27:29
|
Hi all, I wanted to provide news of another update in CVS for matlab.el support. This includes some improved integration with matlab-shell and MATLAB's range of editing commands. There is now a 'toolbox' directory, in which is 'emacsinit.m' which you can run in MATLAB to set it up to call your Emacs for editing. This requires that you have setup emacsclient to work; ie - running (server-start) in your .emacs. Once you run this, many commands in MATLAB that put files into the MATLAB Editor will instead put the file into your running Emacs. This can work for you both with matlab-shell, or with MATLAB running separately. For matlab-shell, I also fixed problems with parsing output from the latest version of MATLAB for detecting errors, and other hot-text. This stuff is new, and may be a little rough around the edges. Let the list know how it goes. I hope to have some good doc together on getting this setup correctly soon. Lastly, there is an indentation bug fix as well for multiple ends on the same line. Enjoy Eric |