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 21:44:22 +0200 Message-ID: References: <83mw2579ce.fsf@gnu.org> <83h9sd75vt.fsf@gnu.org> <83egnh75jo.fsf@gnu.org> <83bnil74tw.fsf@gnu.org> <83a8y5732q.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 1429386284 28633 80.91.229.3 (18 Apr 2015 19:44:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 18 Apr 2015 19:44:44 +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 21:44: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 1YjYfS-000286-4m for geh-help-gnu-emacs@m.gmane.org; Sat, 18 Apr 2015 21:44:42 +0200 Original-Received: from localhost ([::1]:46693 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YjYfR-0002fu-EF for geh-help-gnu-emacs@m.gmane.org; Sat, 18 Apr 2015 15:44:41 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55646) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YjYfE-0002fe-VL for help-gnu-emacs@gnu.org; Sat, 18 Apr 2015 15:44:29 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YjYfE-0001WP-2m for help-gnu-emacs@gnu.org; Sat, 18 Apr 2015 15:44:28 -0400 Original-Received: from mail-lb0-x22e.google.com ([2a00:1450:4010:c04::22e]:35366) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YjYf9-0001Vh-Jj; Sat, 18 Apr 2015 15:44:23 -0400 Original-Received: by lbbuc2 with SMTP id uc2so105002721lbb.2; Sat, 18 Apr 2015 12:44:22 -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=IyfekzJNoczFdzyQMvV50catiUXH4si5nfhzELqrm2w=; b=KkTRwMfzR3qMjVyRjcO9BvLE/iHAbi39CxyhUAT+pAfeSaB+Bbpn/AbRhv0dKqYwed Se8/MIlNsmpXMZANKSexBu01woLmEb8awi380jsKn+tfjRzQv8sKd/mCXHD6cUYC9Jv8 4hhnxN9wMjJ8U0qqSOhWaUZotHZluGYMBuiSt1nk7lGMwFrMugZP/S+rEgdkoBrcORWQ VrzGv0yrft1hHI7xr3kor7yWcp4y/25lsT6CuKr0BfWZ4BBoDDVGCdUMUrEJOL+vPbM5 KJG5x+aUeDzxj1wpUju7rf3F0wDlBdJ+rNNNvbECXdyWNdJNhadO5yHhzEGHW5Me3Mv7 f0+A== X-Received: by 10.152.19.199 with SMTP id h7mr9668102lae.32.1429386262478; Sat, 18 Apr 2015 12:44:22 -0700 (PDT) Original-Received: by 10.112.36.103 with HTTP; Sat, 18 Apr 2015 12:44:22 -0700 (PDT) In-Reply-To: <83a8y5732q.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c04::22e 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:103841 Archived-At: > > Anyway, here's the full recipe that works for me in Emacs 24.5: > > . emacs -Q > > . Insert this into *scratch*: > > (setq speck-hunspell-program (executable-find "hunspell")) > (setq speck-hunspell-coding-system (quote utf-8)) > (setq speck-hunspell-dictionary-alist > (quote (("en" . "en_US") > ("ru" . "ru_RU")))) > (setq speck-hunspell-default-dictionary-name "en") > > . Mark all of the above and type "M-x eval-region RET" > > . Type "M-x set-variable RET speck-hunspell-library-directory RET" > and type the correct directory, with the trailing slash, in quotes, > at the prompt. > > . M-x speck-mode RET > > Now type some mis-spelled word followed by a blank, and wait for a > second: the mis-spelled word will be marked with a red underline. > =E2=80=8BYep, same problem, errors about process=E2=80=8B =E2=80=8Bnot running. Sigh...=E2=80=8B