Andrea Richiardi

Results 487 comments of Andrea Richiardi

Yep I will, you can try to open an `inf-clojure` project and move point from `def` to any other symbol. You will see the REPL buffer scrolling.

Looks like comint calculates the amount it scrools based on the characters returned in the response, but we hide the returned characters for our actions. So it scrolls but really...

What should we do about this? defcustom?

Uhm this has been there for long time in order to avoid the terrible terrible `comint` marker when pasting multi lines. Can this be a `comint` change in 26? What...

The repl detection part is not tested and I am not surprised this happens. Maybe at some point I had empty string detection but I removed it for ...reasons... Character...

Having said that, this is a bug so you caught it. Nice!

Yes that var will take precedence over the detection machinery so it is probably good to set it in case things go wrong.

Thanks for the repro. That var needs to be reset to `nil` when the "session" finishes. I would go for option number two in case the mode is disabled manually....

I can confirm this happens here as well. It was is a legacy thing that need to be removed. I resolved by removing all the instances of `*warn-on-reflection*`. The problem...

Thanks for reporting, we should definitely have a cljs REPL type. The one you see above is for Clojure only IIRC. You can see there are customizations for Planck and...