Re: [O] Patch for asynchronous export of ocaml code

2013-05-07 Thread Eric Schulte
Alan Schmitt writes: > Hello, > > I just applied a small bugfix for this: it seems that the first time the > toplevel is started, something is mixed up in the buffers and the first > exported result end up in the toplevel buffer instead of the export > buffer. I put back the `save-window-excursio

Re: [O] Patch for asynchronous export of ocaml code

2013-05-07 Thread Alan Schmitt
Hello, I just applied a small bugfix for this: it seems that the first time the toplevel is started, something is mixed up in the buffers and the first exported result end up in the toplevel buffer instead of the export buffer. I put back the `save-window-excursion' around the code that starts the

Re: [O] Patch for asynchronous export of ocaml code

2013-05-07 Thread Alan Schmitt
Eric Schulte writes: > This looks great, please apply this patch. Done. Alan

Re: [O] Patch for asynchronous export of ocaml code

2013-05-06 Thread Eric Schulte
This looks great, please apply this patch. Thanks, 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

Re: [O] Patch for asynchronous export of ocaml code

2013-05-05 Thread Alan Schmitt
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 cou