Skip to main content
5 events
when toggle format what by license comment
Jan 15, 2019 at 20:30 comment added sbac Well I tried to configure hunspell with the following: (setenv "DICPATH" (concat (getenv "HOME") "/Library/Spelling")) but I got an init error.
Jan 15, 2019 at 19:38 comment added lawlist What steps have you taken to configure hunspell to look in ~/Library/Spelling? I don't use hunspell, but perhaps there is a conf file (that either exists already, or can be created in the right location) where a user may specify the path of a dictionary location if it is different than what was specified (or the default) when the program was built.
Jan 15, 2019 at 18:57 comment added sbac I commented out the last 2 lines and Emacs starts with no error. But I have no spell checking. I don't know what parameters I am missing after ispell-set-spellchecker-params. I followed the answer to emacs.stackexchange.com/questions/21378/….
Jan 15, 2019 at 18:36 comment added user12563 It seems that you have an error in your init file, my guess is that it's the call to ispell-set-spellchecker-params, which probably takes some arguments. You could try commenting out different expressions to pin down the problem.
Jan 15, 2019 at 18:27 history asked sbac CC BY-SA 4.0