Bozhidar Batsov

Results 1758 comments of Bozhidar Batsov

We'll likely merge a limited version of this as proposed in #3239. We can still include @archaic's code snippet in the evaluation docs, though, so it's easy for people to...

I guess we should make it configurable, as I'm pretty happy with the current colours (I like subtle selection highlighting), but I know some people are unhappy with it. I'd...

Well, the colours it uses are not that important I guess - the important take-away is that it has several versions. I'm fine with adopting a similar approach, but I...

> I still think that replacing the entirety of cljr--list-namespace-aliases with a better API would be better in the long run. And you're probably right. The likelihood of removing this...

I think it's an anti-pattern to use directly any functions from a completion package. Most of them tweak `completing-read` directly and by not using it, you're damaging the compatibility with...

Yep, that's exactly what you need to be using. Unfortunately the core of ido is old and for some reason it doesn't implement the ability to hook into `completing-read` (it...

Likely the underlying problem is somewhere in `clojure-mode`. We'll figure that out.

@Malabarba @vspinu Any thoughts on this? @fmnoise Does this happen in the absence of `refactor-nrepl`, btw? I'm trying to rule out some weird interaction between it and `cider-nrepl`.

This part of the config hasn't been changed in ages, so I assume something changed upstream in Emacs. I'd be open to a PR that prioritizes the org keybindings while...

Thanks for the report! We'll investigate this further. //cc @cichli I have some doubts that this might be some poor interaction with the content-type middleware in cider-nrepl, but this has...