redguardtoo / emacs.d

Fast and robust Emacs setup.
http://blog.binchen.org
GNU General Public License v3.0
2.39k stars 619 forks source link

ispell-parse-hunspell-affix-file: ispell-phaf: No matching entry for hunspelldict in 'ispell-hunspell-dict-paths-alist' #980

Open guoqinglei opened 2 years ago

guoqinglei commented 2 years ago

hunspell 1.3.2

Could anyone help me figure it out ?

redguardtoo commented 2 years ago

260b4e87 fixed: flyspell can use hunspell at emacs (Chen Bin)

jackey-2020 commented 2 years ago

i have a similar issue, "Error running timer 'auto-save-buffers':(error "ispell-phaf:No matching entry for hunspelldict in 'ispell-hunspell-dict-paths-alist'.)" I use the stable-version of your emacs.d, BTW

redguardtoo commented 2 years ago

@jackey-2020 , you need upgrade to the latest version my setup if you use emacs28. The root cause is Emacs 28 api changed. Or you could downgrade emacs.

jackey-2020 commented 2 years ago

cause i use emacs without internet, so it's hard to upgrade. can I disable this feature? and how?

redguardtoo commented 2 years ago

Sure you can disable spell check. See https://github.com/redguardtoo/emacs.d#spell-check-code

You don't need internet to use my emacs.d