Hello, Can I apply this patch?
Thanks, Alan Alan Schmitt writes: > Hello, > > It is not currently possible to asynchronously export the results of the > evaluation an ocaml babel block because the evaluation needs to start a > toplevel > and thus asks the user what program to run. This of course blocks the > asynchronous export. > > The attached patch adds a custom variable to specify the name of the command > to run, and directly calls the tuareg function that starts the toplevel given > the command.