help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Speck (Spell checker for Emacs)


From: Alexander Shukaev
Subject: Speck (Spell checker for Emacs)
Date: Sat, 18 Apr 2015 00:55:41 +0200

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)


​Any ideas what could be done here?  Thank you.

Kind regards,
Alexander​


reply via email to

[Prev in Thread] Current Thread [Next in Thread]