Bozhidar Batsov
Bozhidar Batsov
Guess you can always ping the maintainer about its state.
@arichiardi Although maybe we can achieve pretty much the same result using `rewrite-clj` and just ignoring some of the complexity that goes alongside `tools.jvm.analyzer` and ClojureScript's own analyzer. Looking at...
In theory it's quite possible - in practice someone has to actually do it. :-)
> This is quite annoying in my opinion, every time the point is on a symbol (say def in lumo) that does not have arglists and then one that has...
I guess what puzzles me is what is this output that's triggering this.
Yep, that'd be pretty simple to do.
I think the simplest option would be to remember the current "location" somewhere in `inf-clojure-switch-to-repl` and then add a matching command that just jumps to that "saved location".
(or you can check for the most recently visited `clojure-mode` buffer as an alternative)
> Character based interaction is not good and imho should be at some point deprecated in inf-clojure - only socket REPL and in the future pREPL are reliable and linear...
Btw, there's some historical context here https://github.com/clojure-emacs/inf-clojure/issues/6 > I also see a problem, both with this new CLJS stuff and with CLJ, where multiple prompts are printed. This may be...