From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alexander Shukaev Newsgroups: gmane.emacs.help Subject: Re: Speck (Spell checker for Emacs) Date: Sat, 18 Apr 2015 18:36:35 +0200 Message-ID: References: <83mw2579ce.fsf@gnu.org> <83h9sd75vt.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1429375016 24517 80.91.229.3 (18 Apr 2015 16:36:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 18 Apr 2015 16:36:56 +0000 (UTC) Cc: help-gnu-emacs To: Eli Zaretskii Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Apr 18 18:36:51 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 1YjVjf-00059W-3G for geh-help-gnu-emacs@m.gmane.org; Sat, 18 Apr 2015 18:36:51 +0200 Original-Received: from localhost ([::1]:46236 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YjVje-0002a2-2j for geh-help-gnu-emacs@m.gmane.org; Sat, 18 Apr 2015 12:36:50 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50716) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YjVjT-0002Yz-6T for help-gnu-emacs@gnu.org; Sat, 18 Apr 2015 12:36:39 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YjVjS-0007YE-Aj for help-gnu-emacs@gnu.org; Sat, 18 Apr 2015 12:36:39 -0400 Original-Received: from mail-la0-x236.google.com ([2a00:1450:4010:c03::236]:35409) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YjVjQ-0007Y0-Rw; Sat, 18 Apr 2015 12:36:37 -0400 Original-Received: by labbd9 with SMTP id bd9so100245726lab.2; Sat, 18 Apr 2015 09:36:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=nc3n9CmYW8Gaw4/FdQ2AeBj1Wla3nWuDx87CQh2tgFg=; b=gtVmIucNfixW5XtB4VW2ck8Tanv9UQsu3BL1sIhNkcoU9cHb/G2F1yHT+rA9TiOdn9 qTSZfsifNQ24OJPWvW6h0k9grnzlKnD8AcSDqGggMyrrc+2TqHuCI3uyG0eUumMDi9tK /QdKjQcf8mFjvqjOtyP8jt8rcbrNW8gWWSzbel9JIQ748fHtXP3mz3lGYV4bRoTkMhB3 xQiasXRiJAWROYLYGjJ2SZUmd0VRdGX/C14zSxGliMwhhbl/wzy2cmn7y3r4UMpDFAGk gErID//sa9xwbIp4Q1tSEdYEoFkE0tAMu7Uf/lZZtCSR6cf29e/g4N1y/vQFD6SNu/1v bpkw== X-Received: by 10.112.199.133 with SMTP id jk5mr9164361lbc.32.1429374996054; Sat, 18 Apr 2015 09:36:36 -0700 (PDT) Original-Received: by 10.112.36.103 with HTTP; Sat, 18 Apr 2015 09:36:35 -0700 (PDT) In-Reply-To: <83h9sd75vt.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::236 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:103828 Archived-At: > > > (setq speck-hunspell-library-directory > > (expand-file-name "share/hunspell" > > (file-name-directory > > (directory-file-name > > (file-name-directory speck-hunspell-program))))) > > Shouldn't that be "../share/hunspell" ? > =E2=80=8BThose are equivalent.=E2=80=8B > Anyway, it worked for me once that variable pointed to the right > directory, so I'm quite sure this is culprit. > =E2=80=8BWeird. That's all you did to configure it?=E2=80=8B