help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Getting flyspell + hunspell to work on OS X 10.10


From: Lucas Holland
Subject: Getting flyspell + hunspell to work on OS X 10.10
Date: Thu, 12 Mar 2015 17:19:15 +0100

Hello all,

I have hunspell and ispell installed (via homebrew). In my .emacs file I have 

(when (executable-find "hunspell")
  (setq-default ispell-program-name "hunspell")
  (setq ispell-really-hunspell t))

I also have a dictionary installed, hunspell -D gives: 

AVAILABLE DICTIONARIES (path is not mandatory for -d option):
./de_DE_frami
/Users/lucas/Library/Spelling/de_DE_frami

(executable-find "hunspell“) returns /usr/local/bin/hunspell. 

So hunspell can find the dictionary I want to use and emacs sees hunspell. 

However, when I try to enable flyspell-mode I get:

Error enabling Flyspell mode: (ispell-phaf: No matching entry for nil) 

Any help would be appreciated! 

Lucas



reply via email to

[Prev in Thread] Current Thread [Next in Thread]