Bozhidar Batsov

Results 1751 comments of Bozhidar Batsov

No, it's not. Completions support many types: ```elisp (defcustom cider-completion-annotations-alist '(("class" "c") ("field" "fi") ("function" "f") ("import" "i") ("keyword" "k") ("local" "l") ("macro" "m") ("method" "me") ("namespace" "n") ("protocol" "p")...

@monnier Are you familiar with the differences? > IMHO, the two should be merged — I cannot do it due to lack of time. Yeah, I think that'd be prudent....

> [caml-mode](https://github.com/ocaml/caml-mode) (available in [NonGNU ELPA](https://elpa.nongnu.org/) and [MELPA](https://melpa.org/)) is used to display types (using the obsolete *.annot files), open a module for documentation,... I'm guessing we can probably remove this...

Yeah, I guess copying `caml-types.el` would be a relatively simple thing to do, as at a glance the file is self-contained.

If you ask me - it's better to start deleting such pages altogether and refer people to the official docs. A lot of mode-specific articles are from a time where...

I'd just `C-j`, `C-k` or `C-m` as they are close to the keybinding `C-n` (for next line). Perhaps we can also add `C-j` and `C-k` as aliases for `C-m` and...

Let me ponder on this a bit. I’m fond of Lein in general, but there is no denying that tools.deps has taken the lead in the community and has certain...

> I’m fond of Lein in general I guess the better term is "used to". 😁 I don't do much Clojure outside of CIDER and friends (and for historical reasons...

Also - let's all try to cool off, as I see the conversation has gotten quite heated. I think we're all on the same team and we can find solutions...

Yeah, Boot support should be removed as the project has been dead for several years now. I can’t remember the last time any user mentioned Boot. And it was probably...