clojure-emacs / clojure-emacs/cider

Option to use *cider-result* popup-buffer

Open
#1,999 4 comments 0 reactions 1 assignee Claimed by @vemv View on GitHub
feature request good first issue
Dominant language
Emacs Lisp
Stars
3.7k
Forks
651
Avg merge
11h 6m
Merged PRs (30d)
33

Description

## Expected behavior
Display result of evaluation commands and debugging steps in ``*cider-result*`` popup-buffer just like ``cider--pprint-eval-form`` does.
- An option to pprint into ``*cider-result*`` when debugging and deactivate displaying result in an overlay.
- An option to pprint into ``*cider-result*`` when evaluating interactively and deactivate displaying result in an overlay.

## Actual behavior
Some commands use overlays, some use minibuffer.
Overlays can be deactivated but a pprint-popup-buffer can not be activated globally.

## Implementation
Looking for spots in the code suitable for such an option ...

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.