From: Simon B. <si...@cl...> - 2010-08-30 11:47:34
|
At Sun, 29 Aug 2010 16:30:35 -0500, Chad Baker <cal...@ma...> wrote: > Is currently in my matlab.el file, and if I put the -nodesktop flag first, > Matlab will not run because the -glnx86 flag doesn't get used for some > reason. If I put the -glnx86 flag first, Matlab will run, but it runs in > the desktop mode which doesn't work with the emacs matlab-shell mode. I > think this is a a syntax error. Does anyone know lisp well enough to help? In my customise settings I have: '(matlab-shell-command "matlab") '(matlab-shell-command-switches (quote ("-nodesktop" "-glnx86" "-nosplash"))) you have to quote each argument it seems. Simon |