I'm attempting to use SublimeREPL with Sublime Text 2 as a Scheme environment. I have Gauche installed and can successfully launch a REPL window and run code from it. However, I can't figure out how to use the "Eval in REPL" or "Transfer to REPL" commands in the plugin.
When I execute the command (either by shortcut or from the menu) I can see in the console that the command is being run, but it doesn't actually do anything. This is regardless of whether I have a REPL window opened already or not. I suspect it's not able to figure out which external id it's supposed to be using, but not sure how to fix that.