Till Bovermann wrote:
> Is there any workaround for this?
a quick workaround is to put this into your extension folder:
+ OSXPlatform
{
startup {
// Document setup
if (\EmacsDocument.asClass.notNil) {
Document.startup;
};
// Server setup
//Server.program = "scsynth";
// Score setup
//Score.program = Server.program;
}
}
<sk>