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: Speck (Spell checker for Emacs) Date: Sat, 18 Apr 2015 00:55:41 +0200 Message-ID: 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 1429311357 25857 80.91.229.3 (17 Apr 2015 22:55:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 17 Apr 2015 22:55:57 +0000 (UTC) To: help-gnu-emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Apr 18 00:55:57 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 1YjFAy-00018F-Cw for geh-help-gnu-emacs@m.gmane.org; Sat, 18 Apr 2015 00:55:56 +0200 Original-Received: from localhost ([::1]:43751 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YjFAx-0006rS-Pm for geh-help-gnu-emacs@m.gmane.org; Fri, 17 Apr 2015 18:55:55 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50479) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YjFAn-0006rN-7h for help-gnu-emacs@gnu.org; Fri, 17 Apr 2015 18:55:46 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YjFAl-0007PH-Sg for help-gnu-emacs@gnu.org; Fri, 17 Apr 2015 18:55:44 -0400 Original-Received: from mail-la0-x22e.google.com ([2a00:1450:4010:c03::22e]:34815) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YjFAl-0007OF-9y for help-gnu-emacs@gnu.org; Fri, 17 Apr 2015 18:55:43 -0400 Original-Received: by laat2 with SMTP id t2so90844736laa.1 for ; Fri, 17 Apr 2015 15:55:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=y3wS7LY068FNwE7Kx3DTLiO1OPgc3W57uUG2Vjs88Kw=; b=S68wuL2JU8FiFqUNz3vDgxXkqWv7P7NqafDuUIr/kg3TOk+z/jT/56mqkA6qJU7VLx rKfx9LE6zT8F2momVOHi0+1w8ad4haLcVw4cEnITcZw+9+gkK36ed/E+F7nszjw8+WrS abeCYCyuK2bcoDmM2HmoL/UzB04AV4NTNvUWlVQ3zL+PvYDfygf/bQWFAunKHx2PVHwp 98FsTWQ6zL7WjMk4oCk+Bag1DxUXQ5vCsSwHAOoyPk4iyVkDd1H3PNmYtEGW20PAEhsS pmkzIDxjEY9MTubqkFt0sBlQcGd6GDd2o2uBzlyXMOZfssJowmnlTV5o1sDrv+UZDQSF Y4kw== X-Received: by 10.152.2.38 with SMTP id 6mr6300930lar.80.1429311341458; Fri, 17 Apr 2015 15:55:41 -0700 (PDT) Original-Received: by 10.112.36.103 with HTTP; Fri, 17 Apr 2015 15:55:41 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::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:103783 Archived-At: Greetings, I've installed Speck recently, but could not get it to work unfortunately. Would anybody who is using it be so kind to assist me with it? I have the following configuration: (use-package speck :ensure :defer :commands (speck-mode) :init (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-language-options (quote (("en" utf-8 nil nil nil) ("ru" utf-8 nil nil nil)))) (setq speck-hunspell-default-dictionary-name "en") (add-hook 'text-mode-hook 'speck-mode) (add-hook 'prog-mode-hook 'speck-mode) :config) In any buffer where Speck is enabled then, I see the following error: Error running timer `speck-windows': (error "Process speck not running) =E2=80=8BAny ideas what could be done here? Thank you. Kind regards, Alexander=E2=80=8B