Bozhidar Batsov

Results 1761 comments of Bozhidar Batsov

That's because REPLy uses the old completion library internally and it's always available to users of boot and leiningen (which use REPLy). The only real fix for this is to...

When you can easily add a check for the presence of compliment and use different completion commands for it. That'd be simple approach to solve this problem.

> Compliment sends back edn. So I am thinking we could have a var containing a function which is called with whatever the completion command returns. This function would be...

Indeed. :-)

Yeah, that's always a great idea for code analyzers. While I don't do in RuboCop's CI (it'd be crazy slow), we do run RuboCop from time to time on a...

Btw, I had no idea you're maintaining Eastwood as well these days - you truly are on fire! 🚀 🔥 🥇

You and me both. For me that's the very essense of Lisp programming.

That's not really a bug, but is an annoyance for sure. You pasted the code, so the subprompts for the 2 extra lines of code appear with the result. At...

See also https://github.com/clojure-emacs/inf-clojure/commit/ff8dcd99020f0c6dd36a37a3088664f6dfb45fbc

> I saw that comint has an accumulate feature, can it be useful for solving this? No idea what you mean by this.