From: Cláudia S. <cla...@gm...> - 2011-01-13 12:39:39
|
Update on the edit m-file issue: The data posted by me previously was incomplete; I forgot to mention that the error occurred only with MAC OS X. Another user found out that the code in matlab's edit.m to open files on a mac had a peculiar feature: it quoted the command line, performed a unix which on it and then tried to run the quoted command version. As we had entered clientcommand = 'emacsclient -n' the quoted version fails the which command and, of course, the unix shell execution. An initial correction action was to remove the quotes and not to invoke which, in the edit.m Does anyone have a better alternative? Thanks! Cláudia The best material model of a cat is another, or preferably the same, cat. A. Rosenblueth, Philosophy of Science, 1945 |