lem-project / lem

Common Lisp editor/IDE with high expansibility
http://lem-project.github.io/
MIT License
2.41k stars 182 forks source link

Add support for spell check #828

Open Sasanidas opened 1 year ago

Sasanidas commented 1 year ago

Add support for a spell check on Lem, some suggestions:

hendursaga commented 1 year ago

cl-enchant is pretty great, we use it in Nyxt.

hendursaga commented 2 months ago

How about support for private / personal dictionaries? Perhaps even project-level ones?

hendursaga commented 2 months ago

Another option would be using CFFI with Hunspell's C interface. I cannot find much code out that uses it directly, but it looks relatively straightforward.