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

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

[nongnu] elpa/cider 0a12a11c93 4/7: Display interactive overlays in eval


From: ELPA Syncer
Subject: [nongnu] elpa/cider 0a12a11c93 4/7: Display interactive overlays in eval-up-to-point functions
Date: Fri, 11 Feb 2022 03:58:05 -0500 (EST)

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

    Display interactive overlays in eval-up-to-point functions
---
 cider-eval.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cider-eval.el b/cider-eval.el
index e9d9c02225..f41e122014 100644
--- a/cider-eval.el
+++ b/cider-eval.el
@@ -1209,7 +1209,7 @@ buffer.  It constructs an expression to eval in the 
following manner:
     (cider-interactive-eval code
                             (when output-to-current-buffer
                               (cider-eval-print-handler))
-                            nil
+                            (list beg-of-defun (point))
                             (cider--nrepl-pr-request-map))))
 
 (defun cider--matching-delimiter (delimiter)
@@ -1240,7 +1240,7 @@ buffer.  It constructs an expression to eval in the 
following manner:
     (cider-interactive-eval code
                             (when output-to-current-buffer
                               (cider-eval-print-handler))
-                            nil
+                            (list beg-of-sexp (point))
                             (cider--nrepl-pr-request-map))))
 
 (defun cider-pprint-eval-defun-at-point (&optional output-to-current-buffer)



reply via email to

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