Felipe Lema <felipel...@mortemale.org> writes: > I started using guile with Org Babel and I was a little confused that errors > weren't being reported. The attached patch will report the error the same way > as python evaluation does.
The patch looks fine to me. Though never used scheme... The only thing that can be improved is copy-paste from ob-eval.el It might be better to split the compile-mode code into separate function and reuse it. > Let me know if I'm missing anything so this can be merged. It is correct to > report errors this way, right? Should be. Did you have a chance run the code for some time locally while actively playing around with scheme? Best, Ihor