> On Oct 25, 2016, at 2:09 PM, Ryan Culpepper <ry...@ccs.neu.edu> wrote: > > It sounds like you want the behavior of the `enter!` command. You can kind of > do that from the command line like this: > > racket -e '(enter! "your-module.rkt")' -i > > Ryan
Note that if you have a #lang that provides a custom reader, I don’t think this will work quite right. However, if you have a configure-runtime submodule, I think you can also add (require (submodule "." configure-runtime)) after running enter! to manually set the parameters to the right values. I’m not sure if this would work in general, though. -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to racket-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.