From: Daniels, T. (US SSA) <tro...@ba...> - 2013-04-30 20:05:42
|
Hello, I found this discussion of using emacs with matlab, some of which is several years old. http://blogs.mathworks.com/community/2009/09/14/matlab-emacs-integration-is-back/ I am trying to get this to work on windows with R2011b. I tried editing edit.m as suggested there to work on Windows, but it appears that my edits are ignored. Is there something special about the files in the matlab toolbox? Since I could not get rid of the quotes on the system command, I added extra ones to my emacsinit call: emacsinit('"<path to emacs>\emacsclient -n --server-file=<path to emacs server file>"'); This works, but edit opens a command prompt. Is there a way to get rid of that window? Are there other pages with more advice about integrating emacs and matlab on windows? Troy |