all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Xah Lee <xahlee@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: emacs's spell check feature problems (criticism)
Date: Fri, 28 May 2010 11:54:05 -0700 (PDT)	[thread overview]
Message-ID: <3c2e9dee-63ef-407f-8e9f-b31de17659cb@s1g2000prf.googlegroups.com> (raw)
In-Reply-To: f5c04613-896b-4abe-a0d1-626bd3ce1f02@z17g2000vbd.googlegroups.com

On May 25, 3:52 pm, Xah Lee <xah...@gmail.com> wrote:
«
• Emacs Spell Checker Problems
 http://xahlee.org/emacs/emacs_spell_checker_problems.html
»

On May 28, 8:40 am, jpkotta <jpko...@gmail.com> wrote:
> ...
> I can't get speck-mode to spell check for me.  I had some deliberately
> misspelled words, and ran speck-region and speck-line so that it
> should have found them.  speck-line complained about no "speck
> process", so maybe I still have more stuff to set up.  It also didn't
> find anything when I initially turned on speck-mode.  I haven't put
> much effort in, though.

thanks. After i wrote to you, i worked on it... updated my blog about
it.

After 2 hours, i did these init steps:

(setq speck-engine (quote Hunspell))
(setq speck-hunspell-language-options
      (quote (("da" utf-8 nil t nil)
              ("de" iso-8859-1 nil t nil)
              ("en" utf-8 nil nil nil)
              ("fr" iso-8859-1 nil nil nil)
              ("it" iso-8859-1 nil nil nil)
              ("ru" koi8-r nil nil nil))))
(setq speck-hunspell-program "C:/Program Files (x86)/ErgoEmacs5/
hunspell/hunspell.exe")
(setq speck-hunspell-library-directory "C:/Program Files (x86)/
ErgoEmacs5/hunspell/")
(setq speck-hunspell-default-dictionary-name "en_US")

then, M-x speck-mode didn't give any error, with emacs status bar
showing “[en_US]”, indicating that it is running, and is also listed
by describe-mode. However, incorrect words isn't highlighted in
anyway. Calling speck-region on a region that has bad words also
doesn't seem to do anything.

So, i have same experience as you. The older version worked for me no
problem.
I wrote a email to the guy yesterday and he replied today and i
haven't processed it yet. Will update when i eventually got things
worked out.

  Xah
∑ http://xahlee.org/

      reply	other threads:[~2010-05-28 18:54 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-25 22:52 emacs's spell check feature problems (criticism) Xah Lee
2010-05-25 23:27 ` Xah Lee
2010-05-27 17:46   ` jpkotta
2010-05-28  1:16     ` Xah Lee
2010-05-28 15:40       ` jpkotta
2010-05-28 18:54         ` Xah Lee [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3c2e9dee-63ef-407f-8e9f-b31de17659cb@s1g2000prf.googlegroups.com \
    --to=xahlee@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.