Boris Buliga

Results 227 comments of Boris Buliga

@Provessor Amazing! PR or patch over email, both work for me.

Hey @smcallis Thanks for your PR. It's nice to have an ability for users to change default direction of correction. I remember there was a conversation about this some time...

Hi, That's because `flyspell-correct-wrapper` doesn't care about regions at all and was implemented with a slightly different use case in mind. I'd say that region correction is about active spell...

Hey @Stebalien, just tried to reproduce, but failed to. How do you exit `flyspell-correct` in the second step? I used `C-g`. And btw, what completion framework and interface are you...

Ah, and just FYI/cc @minad 😸

Cool. I am glad that you are using that things from #58 :) --- > Either way, I think this could be improved for all three cases, ... PR is...

> Why does flyspell-correct do this? For two reasons. The first one is historical. And the second one is me who didn't think about it. As you can see, mark...

> I ended wrapping the flyspell-correct-move save-excursion block into unwind-protect for this, the reason I did this was that a mark clean-up was needed even when leaving with "C-g". Doing...

The more I think about it, the more I agree that it just should STOP, as you still can return to the previous place by popping the mark. @minad care...

Totally agree that it would be helpful. Feel free to send a PR 😄