GNUAspell / aspell

http://aspell.net
GNU Lesser General Public License v2.1
236 stars 50 forks source link

Words in aspell's personal dictionary can't be used by ispell. #615

Open hongyi-zhao opened 2 years ago

hongyi-zhao commented 2 years ago

On Ubuntu 20.04, I'm using "/usr/bin/aspell" as the value of ispell-program-name for Emacs. I've a personal dictionary which has the following contents:

$ cat ~/.aspell.en.pws 
personal_ws-1.1 en 2 
Telegram
destigmatize

But company-ispell can't give the completion hint for the word destigmatize, as shown below:

image

See here for the relevant discussion.

Any hints for this problem?

Regards, HY

hongyi-zhao commented 2 years ago

Based on my subsequent testing, the input part of a word must reach a minimum length threshold, say, destigma, otherwise, it won't enter into the ispell candidate list.

image