Erik Bremen

Results 6 comments of Erik Bremen

Thanks for the explanation. That seems reasonable. I did look at the R7 spec for syntax-rules and it was very unclear on what to do here.

When I wrote xterm-readline I based it off rustyline (a readline library for rust), and rustyline does have completion support implemented here: https://github.com/kkawakam/rustyline/blob/master/src/completion.rs I can't remember why I never implemented...

Yeah, I like showing the possible completion candidates to the user too but it's a bit trickier to implement because it requires rendering the list and then re-rendering the prompt...

Interesting! Thanks for the investigation on show-all-if-ambiguous :) I also prefer showing candidates on first tab press. It's intuitively what I expect to happen.

I was playing around with implementing this and it brought a lot of questions up. I think the primary question I have is what input the readline library provides the...

I think this is a regression? I'm also experience it on 0.175.6 and I thought I had it properly disabled before. I also can't seem to disable format_on_save for toml...