wuub / SublimeREPL

SublimeREPL - run an interpreter inside ST2 (Clojure, CoffeeScript, F#, Groovy, Haskell, Lua, MozRepl, NodeJS, Python, R, Ruby, Scala, shell or configure one yourself)
https://github.com/wuub/SublimeREPL
Other
2.14k stars 312 forks source link

Racket REPL not recognized by .rkt source file? #573

Closed eatobin closed 5 years ago

eatobin commented 5 years ago

While trying to send code (selection, line or file) from an open .rktsource file file into an running Racket REPL I get the attached error looking for a Scheme REPL. Have tried various .rkt files and paths without success. REPL itself works fine but no ability to connect the source file with with the Racket REPL.

Chez Scheme source (.scm) -> Chez REPL works as expected.

Thank you.

repl-error

eatobin commented 5 years ago

I've discovered the problem... and it's my doing. All fixed.