emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Babel (scheme): Evaluation errors are not shown


From: Ihor Radchenko
Subject: Re: Babel (scheme): Evaluation errors are not shown
Date: Mon, 02 Jan 2023 09:38:36 +0000

Marc Nieper-Wißkirchen <marc@nieper-wisskirchen.de> writes:

> Fixed.

Thanks!
Note that your patch does not apply onto main.

> -           (setq result (if output
> +              (let ((err (geiser-eval--retort-error ret)))
> +                (setq result (cond
> +                              (err nil)

We may still provide output, if any. Even in the case of error. Not sure
if it makes sense for ob-scheme though.

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]