tmalsburg / guess-language.el

Emacs minor mode that detects the language you're typing in. Automatically switches spell checker. Supports multiple languages per document.
119 stars 14 forks source link

Use post-command-hook to trigger flyspell #35

Closed jakanakaevangeli closed 3 years ago

jakanakaevangeli commented 3 years ago

Fixes https://github.com/tmalsburg/guess-language.el/issues/34.

I improved a little on the patch proposed in the issue. After testing for a week, I didn't encounter any problems so I went ahead and made a PR.

Committed under my real name as I have FSF copyright paperwork signed.

tmalsburg commented 3 years ago

Thank you! I will hopefully find time to look into this next week. (Currently preparing for our move on the weekend.)

jakanakaevangeli commented 3 years ago

Ping. (Sorry to bother, personal reasons, I want to update and restart my Emacs soon as I am running out of RAM.)

tmalsburg commented 3 years ago

Sorry for taking so long. Merged. Hope this works. We've tried a couple of things already and this seems to be surprisingly tricky.

jakanakaevangeli commented 3 years ago

Thanks!