Bozhidar Batsov

Results 1752 comments of Bozhidar Batsov

@doublep Yeah, all the deps need to be there. Generally it's fine to submit all of them in a single PR.

> Using dir-locals I do not feel is a good solution because it requires an additional emacs package. dir-locals are actually built-in Emacs functionality. No extra packages required. In general...

> Would it also apply to the existing cider-clojure-cli-aliases variable? Nope. It was meant to be middle-ground solution that doesn't require us to change the UI of CIDER jack-in. (e.g....

So, you want something similar to: ``` (defcustom cider-interactive-eval-output-destination 'repl-buffer "The destination for stdout and stderr produced from interactive evaluation." :type '(choice (const output-buffer) (const repl-buffer)) :group 'cider :package-version '(cider...

The problem with existing pprint functions (if I recall correctly, as I rarely use them) is that they are not a transparent replacement for the regular eval functions - namely...

@rrudakov I think it's a bit too early for this, given that `clojure-ts-mode` requires some more work before we can consider it feature-complete.

@alexander-yakushev Yeah, I was thinking the same thing - less than 5% of State of Clojure 2023 respondents are using Clojure 1.9 anyways. And there's nothing preventing them to upgrade,...

@yuhan0 Would you mind taking a look at this, given you're already working on debugger improvements and fixes?

I think there are just sexp-based helper functions currently.

> cider-enable-on-existing-clojure-buffers after an initial connection, which reinitializes (cider-mode +1) on every Clojure-mode buffer in (buffer-list), including edn files, background *diff-syntax* buffers used to fontify diffs, and various other temp...