PillFall / languagetool.el

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

Suggestion for behaviour change when correcting #16

Open brunocbr opened 1 year ago

brunocbr commented 1 year ago

If I may suggest the following modifications:

  1. Press SPC to exit languagetool-correct-buffer without throwing an error.
  2. Leave the point at the place of the last correction.

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

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