From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lucas Holland Newsgroups: gmane.emacs.help Subject: Getting flyspell + hunspell to work on OS X 10.10 Date: Thu, 12 Mar 2015 17:19:15 +0100 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2070.6\)) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1426179609 30793 80.91.229.3 (12 Mar 2015 17:00:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 12 Mar 2015 17:00:09 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Mar 12 18:00:05 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YW6Sq-00079D-Km for geh-help-gnu-emacs@m.gmane.org; Thu, 12 Mar 2015 18:00:04 +0100 Original-Received: from localhost ([::1]:33158 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YW6Sq-0001Rg-5c for geh-help-gnu-emacs@m.gmane.org; Thu, 12 Mar 2015 13:00:04 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48763) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YW5pU-0000f0-97 for help-gnu-emacs@gnu.org; Thu, 12 Mar 2015 12:19:25 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YW5pP-0006B6-Ax for help-gnu-emacs@gnu.org; Thu, 12 Mar 2015 12:19:24 -0400 Original-Received: from mail-wi0-x22d.google.com ([2a00:1450:400c:c05::22d]:34165) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YW5pP-0006AS-4k for help-gnu-emacs@gnu.org; Thu, 12 Mar 2015 12:19:19 -0400 Original-Received: by wiwl15 with SMTP id l15so5346944wiw.1 for ; Thu, 12 Mar 2015 09:19:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:subject:message-id:date:to:mime-version; bh=VDxEqusFVru0ekQYCaN59fpdCOjsU/cAGaT2pQwiPV4=; b=agg28TLv7FnyqRspCgFyOkzU74cXWAkCaQYNVy3L37Sm6BvCIYEcHPinnrDzlRsrSn /qoc20Z0wbVGynoXoP5ZUtSdJDrCzMmXX29XmhRTqpK5eEm8XhXstW5Vfi+liakuHch2 1wGmZZQRj+DaNlb6GkbJa3sDq9gz8WDDjriNVLXrcXWOLg1JWOL/ajBS2OsHsUXdrgkp gl+uOf4tYv3rduPNt6qv/Ur8e9B6evaRa9dKLIP6vmLx0r4ODlW0AHTuKw7Myt0vhQgL 2PZpmxSBYzh8izaWAA6y6PAACrRfFaNQY0kaPOuMqix34Zb90cbYGDU1j73Az/awJeme VuaA== X-Received: by 10.181.8.194 with SMTP id dm2mr46104395wid.15.1426177157653; Thu, 12 Mar 2015 09:19:17 -0700 (PDT) Original-Received: from [10.0.1.2] ([94.134.251.192]) by mx.google.com with ESMTPSA id r3sm10751644wjw.7.2015.03.12.09.19.16 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 12 Mar 2015 09:19:16 -0700 (PDT) X-Mailer: Apple Mail (2.2070.6) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c05::22d X-Mailman-Approved-At: Thu, 12 Mar 2015 12:59:52 -0400 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:103118 Archived-At: Hello all, I have hunspell and ispell installed (via homebrew). In my .emacs file I = have=20 (when (executable-find "hunspell") (setq-default ispell-program-name "hunspell") (setq ispell-really-hunspell t)) I also have a dictionary installed, hunspell -D gives:=20 AVAILABLE DICTIONARIES (path is not mandatory for -d option): ./de_DE_frami /Users/lucas/Library/Spelling/de_DE_frami (executable-find "hunspell=E2=80=9C) returns /usr/local/bin/hunspell.=20 So hunspell can find the dictionary I want to use and emacs sees = hunspell.=20 However, when I try to enable flyspell-mode I get: Error enabling Flyspell mode: (ispell-phaf: No matching entry for nil)=20= Any help would be appreciated!=20 Lucas