Version 0.4 of package Jinx has just been released in GNU ELPA. You can now find it in M-x list-packages RET.
Jinx describes itself as: ==================================== Enchanted Just-in-time Spell Checker ==================================== More at https://elpa.gnu.org/packages/jinx.html ## Summary: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ JINX.EL - ENCHANTED JUST-IN-TIME SPELL CHECKER ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Jinx provides just-in-time spell-checking via [libenchant]. The package aims to achieve high performance and low resource usage, without impacting your editing experience. Overall Jinx should just work out of the box without much intervention. ## Recent NEWS: ━━━━━━━━━━━━━━━━━━━━━ JINX.EL - CHANGELOG ━━━━━━━━━━━━━━━━━━━━━ 1 Version 0.4 (2023-03-27) ══════════════════════════ • `jinx-languages': Fall back to `$LANG' environment variable, since `current-locale-environment' is an Emacs 29 addition. • `jinx--mod-wordchars': Handle non-UTF8 return values gracefully. • `jinx-correct': Always start from nearest overlay. • `jinx-misspelled': Use less obtrusive color for the underlining. 2 Version 0.3 (2023-03-27) ══════════════════════════ • Add `jinx-misspelled-map'. • `jinx-correct': Unfold invisible line when correcting misspellings. • `jinx-correct': Show number of misspellings. • Add `emacs-module.h' to avoid compilation problems. • `jinx-languages': Use `current-locale-environment' by default. 3 Version 0.2 (2023-03-26) ══════════════════════════ • Start of changelog.