Bozhidar Batsov

Results 1758 comments of Bozhidar Batsov

That's a long-standing issue that has to be fixed in Emacs itself. See the discussion here https://github.com/clojure-emacs/cider/issues/1115 Supposedly Commercial Emacs (https://github.com/commercial-emacs/commercial-emacs) has patched this to some extent, but I've never...

> I'll be happy to add a customize option if that's fine with you... That would be fine by me.

I guess when you send `nil` from the server to the client that'd be OK even for Emacs. What I meant was actually to patch the bencoding on Emacs's side...

> I think nrepl/nil what you have in mind is the best option without changes to tools.nrepl. A shorter alternative might be a control character like ^N. Changes to nREPL...

I think it'd be best to make `cider-repl-require-repl-utils` an alist or a plist and have there keys for `clj`, `cljs` (and hopefully down the road for `clr` as well. Then...

Great catch! But I think there's one more thing to consider - the code in piggieback gets loaded only for the initial ns there, so if you switch the ns...

`put-clojure-indent` is part of `clojure-mode`, so it's possible that's some regression there. What CIDER does is that it generates indentation rules from `clojure-mode` dynamically from the `:style/indent` metadata. I'll try...

Nope, we just didn't think of this scenario. PRs welcome!

Yeah, we should certainly add them. //cc @Malabarba

See also https://github.com/clojure-emacs/cider/issues/3055 for a different approach to doing this.