We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cider-pprint-eval-last-sexp-to-comment
Using C-u C-c C-p with time should insert result and show "Elapsed time: x.xx msecs" in REPL.
C-u C-c C-p
time
Result is inserted, but "Elapsed time" is not shown in REPL.
In a .clj file in Emacs:
.clj
Emacs
(time nil) ;; press C-u C-c C-p
C-u C-x C-e works correctly - inserts result in edited file and shows "Elapsed time" in REPL.
C-u C-x C-e
;; CIDER 1.15.1 (Cogne), nREPL 1.3.0 ;; Clojure 1.11.4, Java 19.0.1 also with ;; CIDER 1.14.0 (Verona), nREPL 1.1.2
28.2, 29.4
Linux, macOS
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected behavior
Using
C-u C-c C-p
withtime
should insert result and show "Elapsed time: x.xx msecs" in REPL.Actual behavior
Result is inserted, but "Elapsed time" is not shown in REPL.
Steps to reproduce the problem
In a
.clj
file inEmacs
:Note
C-u C-x C-e
works correctly - inserts result in edited file and shows "Elapsed time" in REPL.Environment & Version information
CIDER version information
Emacs version
28.2, 29.4
Operating system
Linux, macOS
The text was updated successfully, but these errors were encountered: