Results 293 comments of Bruce Hauman

Thanks for the info! On my current roadmap is paredit first of course, b/c I use it. But if you get there first so be it :) Both for of...

That would be intensely difficult :)

Alias completion isn’t a bug it’s just not implemented yet. I’m using an external library for completion > On Jul 16, 2018, at 11:35 AM, Khalid Jebbari wrote: > >...

Ctrl-D should only kill the REPL at the start of the line. Is this the case for you?

cool just verifying, this is built in behavior of the current Clojure REPL. Ann buillt-in Jline3 behavior. I'll look into just using `:repl/quit`. As I think that is the preferred...

great input Colin! thanks! On Mon, Feb 12, 2018 at 7:40 AM, Colin Jones wrote: > For what it’s worth, quitting on ctrl-d is also the behavior in readline >...

This is a very interesting point, as well. Again thanks! On Mon, Feb 12, 2018 at 9:05 AM, Colin Jones wrote: > Another minor thing to consider that doesn't affect...

There is a branch with a WIP on this. https://github.com/bhauman/rebel-readline/tree/wip-on-feedback-for-vi-modes The problem with using the right prompt for feedback is that in insert mode you can put all kinds of...

This is super interesting. Writing to disk on eval is a bit tricky, I could maybe find a place to register a one time after eval hook, but its pretty...

As rebel readline is a readline library to build excellent repls with. That said pprinting results has been on my mind. The best default formatting for results is provided by...