Has someone implemented ‘cider-like’ overlays (or something similar) for displaying inline eval results? I’d like to have that in my own setup and I’m wondering where to start. I found this but it looks a bit scary for my non-existent elisp skills. 🙂 https://github.com/clojure-emacs/cider/blob/master/cider-overlays.el
My idea at some point wan not to rewrite these things, but to use cider's by calling functions when necessary. So inf-clojure
could just expose a defcustom
called inf-clojure-eval-side-effect
or something and in there you would call the cider overlay fn
Just need to know what is the input to cider's fn, if you'd like to have it please open an issue if you can pointing to the entry point in cider...
Well, there’s also https://github.com/xiongtx/eros, which is a version of the CIDER code for Elisp
It’s not like we can’t make a generic package that can be shared, but no one has time for something like this and it’s unlikely to happen any time soon.
Oh that is cool