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

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

Re: Getting flyspell + hunspell to work on OS X 10.10


From: Eli Zaretskii
Subject: Re: Getting flyspell + hunspell to work on OS X 10.10
Date: Thu, 12 Mar 2015 20:23:29 +0200

> From: Lucas Holland <hollandlucas@gmail.com>
> Date: Thu, 12 Mar 2015 17:19:15 +0100
> 
> 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) 

Does the problem happen in "emacs -Q", if you manually set
ispell-program-name to "/usr/local/bin/hunspell", and do no other
customizations related to ispell.el?




reply via email to

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