emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/cider 222b3085a6 5/7: Print eval errors into multiline com


From: ELPA Syncer
Subject: [nongnu] elpa/cider 222b3085a6 5/7: Print eval errors into multiline comment output
Date: Fri, 11 Feb 2022 03:58:05 -0500 (EST)

branch: elpa/cider
commit 222b3085a683ee33e12107db0409f88588492702
Author: yuhan0 <qythium@gmail.com>
Commit: Bozhidar Batsov <bozhidar@batsov.dev>

    Print eval errors into multiline comment output
---
 cider-eval.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/cider-eval.el b/cider-eval.el
index f41e122014..75c307de1c 100644
--- a/cider-eval.el
+++ b/cider-eval.el
@@ -819,7 +819,8 @@ COMMENT-POSTFIX is the text to output after the last line."
      (lambda (_buffer value)
        (setq res (concat res value)))
      nil
-     nil
+     (lambda (_buffer err)
+       (setq res (concat res err)))
      (lambda (buffer)
        (with-current-buffer buffer
          (save-excursion



reply via email to

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