Hyphenated words marked as incorrect when using Aspell #238
Answered
by
minad
rudolf-adamkovic
asked this question in
Q&A
-
|
I am trying to use Jinx + Enchant + Aspell instead of Flyspell + Aspell. Everything works well, except for hyphenated words such as color-coded or end-to-end. I found this is a known limitation in Enchant 1. Given that Emacs knows about word boundaries, could Jinx perhaps work around the problem? If not, then the Aspell back-end (pun intended) is not usable with Jinx, is it? |
Beta Was this translation helpful? Give feedback.
Answered by
minad
May 10, 2025
Replies: 1 comment 4 replies
-
|
It works ootb with Hunspell. But you can modify the Jinx syntax table such that |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am currently trying to treat the backends all the same. See c349bc7. For now I pushed 1c9be6c. Let's see how that goes.