Bozhidar Batsov

Results 1758 comments of Bozhidar Batsov

I still think that adding a default endpoint is kind of orthogonal to the known endpoints (and in line with other config options with have). Even if you have one...

That's weird, I thought all evaluation commands were showing error messages if CIDER is not connected to nREPL. I'll take a look.

Yeah, that's definitely a regression that we'll need to address.

I'm using WSL myself and I simply run Emacs within the Linux container. I guess what's proposed applies to running Emacs within Windows, right? I think that's probably more of...

Yeah, something like this would be good as it's a problem to some extent even today with shadow-cljs REPLs that require commands like `npx shadow-cljs`. I hacked something together to...

It is, but for some reason it doesn't work in `clojure-mode`. I'm guessing something's wrong here https://github.com/clojure-emacs/clojure-mode/blob/master/clojure-mode.el#L161 (the syntax table). I'm thinking this is broken in Emacs Lisp and was...

In general it seems to me `mark-sexp` behaves pretty odd. Apart from the fact I think it should be selecting entire strings, it has similar behaviour when invoked in the...

I don't know - to me it just looks like bad semantics. One would expect that a command named `mark-sexp` would actually mark a sexp...

Guess someone should bring this up for discussion again at `emacs-devel`.