PillFall / languagetool.el

LanguageTool suggestions integrated within Emacs
GNU General Public License v3.0
98 stars 8 forks source link

Suggestion of behaviour change when correcting #15

Closed brunocbr closed 1 year ago

brunocbr commented 1 year ago

If I may suggest the following modifications:

  1. Start correcting from point to the end of the buffer, receiving a message when there are no corrections left.
  2. Press SPC to exit languagetool-correct-buffer without throwing an error.
  3. Leave point at the place of the correction currently in view.

These changes yield a better workflow when doing manual corrections (in contrast to cases when accepting suggested corrections is sufficient).

This PR also corrects a bug with the overlays being scanned in the wrong order.

brunocbr commented 1 year ago

I've opened a PR in the develop branch.