Arc Forumnew | comments | leaders | submitlogin
1 point by akkartik 5650 days ago | link | parent

Worked out of the box on Snow Leopard, with one wrinkle.

When I tried it out it would load all the hacks and emit the command, but not run it.

The default mzscheme location in OSX has spaces: /Applications/PLT\ Scheme\ v4.2.2/bin/mzscheme but exec on that runs nothing and gives no error. Turns out spaces need to be escaped inside $mzscheme.

I reset that config variable and it worked. (mzscheme as already in my path).



1 point by aw 5650 days ago | link

OK, I put in a fix for that. Does it work now in OSX if you explicitly set the mzscheme location to a path that contains spaces?

-----

1 point by akkartik 5650 days ago | link

Works, thanks!

-----