cider icon indicating copy to clipboard operation
cider copied to clipboard

The Clojure Interactive Development Environment that Rocks for Emacs

Results 211 cider issues
Sort by recently updated
recently updated
newest added

This has started happening after upgrading to the latest version of CIDER. Before connecting CIDER,`M-q` indents forms as expected according to indentation specs (`put-clojure-indent`) in my `.dir-locals.el` or elsewhere. After...

## Expected behavior I'm not sure what this variable is meant to be, but it shouldn't be constantly growing in size and taking up memory. ## Actual behavior The buffer-local...

bug

## Expected behavior Sets should be displayed as `#{...}` in the spec browser ## Actual behavior They are displayed as lists: `(...)` I believe this is a manifestation of a...

enhancement
help wanted

## Expected behavior There was a time when I could have both a CLJ & CLJS REPL of one project at the same time, and when I'd eval something, Cider...

bug
help wanted

## Expected behavior I expect to be able to send expressions from a `.cljs` file in `clojurescript-mode` to an nbb nrepl server. ## Actual behavior Nothing happens until I activate...

enhancement
ClojureScript

Branching off from our conversation around the `nbb` bug in this issue: https://github.com/clojure-emacs/cider/issues/3061#issuecomment-1114165026 I have recently implemented an nREPL for a new evaluation context, and I found a few odd...

enhancement

## Expected behavior Cider 0.21 should - upon trying to print large amounts of text (e.g. > 1mb) gracefully halt for us, and during printing, print in chunks as to...

bug
high priority

I'm slowly tweaking my Emacs to play nicely with Guix, and after [getting SLIME to use Guix packages in a shell](http://chiselapp.com/user/jaccarmac/repository/dot-emacs-dot-d/file?ci=dbdf6a27a4eb7ffc5395cf763a6f7c587acbdaf1fbd21faee7a21d17007ad825&name=dot-emacs-dot-d.org&ln=409-412) I tried to do the same thing in CIDER....

enhancement

Hello, I have got the functionality that I wanted using the code below. I don't know emacs lisp very well, so I thought I would post it here for suggestions,...

enhancement

Disclaimer: I'm a noob and didn't know having a nREPL server running was a requirement to eval a sexp inside a cider scratchpad. Feel free to ignore if this isn't...

enhancement
good first issue