all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Getting flyspell + hunspell to work on OS X 10.10
@ 2015-03-12 16:19 Lucas Holland
  2015-03-12 18:23 ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: Lucas Holland @ 2015-03-12 16:19 UTC (permalink / raw)
  To: help-gnu-emacs

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



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-03-12 18:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-12 16:19 Getting flyspell + hunspell to work on OS X 10.10 Lucas Holland
2015-03-12 18:23 ` Eli Zaretskii

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.