From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: Speck (Spell checker for Emacs) Date: Sat, 18 Apr 2015 19:41:15 +0300 Message-ID: <83egnh75jo.fsf@gnu.org> 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 1429375310 28834 80.91.229.3 (18 Apr 2015 16:41:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 18 Apr 2015 16:41:50 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Apr 18 18:41:43 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 1YjVoM-0008ON-8a for geh-help-gnu-emacs@m.gmane.org; Sat, 18 Apr 2015 18:41:42 +0200 Original-Received: from localhost ([::1]:46244 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YjVoL-0003Z5-MM for geh-help-gnu-emacs@m.gmane.org; Sat, 18 Apr 2015 12:41:41 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51370) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YjVoC-0003Yz-EJ for help-gnu-emacs@gnu.org; Sat, 18 Apr 2015 12:41:33 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YjVo8-0000xF-JL for help-gnu-emacs@gnu.org; Sat, 18 Apr 2015 12:41:32 -0400 Original-Received: from mtaout23.012.net.il ([80.179.55.175]:54086) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YjVo8-0000wn-B5 for help-gnu-emacs@gnu.org; Sat, 18 Apr 2015 12:41:28 -0400 Original-Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0NN000400GVCI300@a-mtaout23.012.net.il> for help-gnu-emacs@gnu.org; Sat, 18 Apr 2015 19:41:26 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NN0004HXH12F940@a-mtaout23.012.net.il> for help-gnu-emacs@gnu.org; Sat, 18 Apr 2015 19:41:26 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.175 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:103829 Archived-At: > Date: Sat, 18 Apr 2015 18:36:35 +0200 > From: Alexander Shukaev > Cc: help-gnu-emacs >=20 > Anyway, it worked for me once that variable pointed to the righ= t > directory, so I'm quite sure this is culprit. >=20 > =E2=80=8BWeird. That's all you did to configure it?=E2=80=8B Yes. But I don't think I used some of your customizations, e.g. these: (setq speck-hunspell-language-options (quote (("en" utf-8 nil nil nil) ("ru" utf-8 nil nil nil)))) Anyway, you don't need to rely on me, just step with Edebug through speck-hunspell-start-process, and see how Hunspell is invoked. Then try the same from the shell prompt, and see if it works.