all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Teemu Likonen <tlikonen@iki.fi>
To: rasmus@gmx.us
Cc: help-gnu-emacs@gnu.org
Subject: wcheck-mode (was: Getting Hunspell working properly in Linux)
Date: Sun, 11 Sep 2011 09:49:02 +0300	[thread overview]
Message-ID: <87wrdffuap.fsf@mithlond.arda> (raw)
In-Reply-To: <87wrdgq8b6.fsf@gmail.com> (rasmus@gmx.us's message of "Sun, 11 Sep 2011 01:36:13 +0200")

* 2011-09-11T01:36:13+02:00 * <rasmus@gmx.us> wrote:

> I have been playing a little bit with wcheck, and I have a question.
> Is it possible to combine dictionaries? For example combining a
> whitespace dictionary with a human language dictionary?

Not possible, sorry. In my head I've been designing a nice support for
multiple simultaneous wcheck languages but it's not completely trivial.
I still believe it's possible with reasonable efforts, though. I haven't
written any actual code experiments to that direction yet but someday I
may.

Mixing two (or more) external checker programs is simple. For example,
if one wants to accept all words written either in Finnish or English
one could use a shell script as the spelling checker:

    #!/bin/sh
    enchant -l -d fi | enchant -l -d en_GB

I think language option connection=pty is required with shell scripts.

> From wcheck-language-data-defaults it also seems that the regexp
> fields are used for other stuff by default.

Options in wcheck-language-data-defaults are used when a
language-specific option does not exist or has an invalid value. That's
all.

> Thanks for wcheck!

Thank you. It's nice to know that you find it useful.



      reply	other threads:[~2011-09-11  6:49 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-03 17:10 Getting Hunspell working properly in Linux Jeffrey Spencer
2011-09-03 20:01 ` Rasmus
2011-09-04  3:39   ` Jeffrey Spencer
2011-09-10 14:47   ` Teemu Likonen
2011-09-10 23:36     ` Rasmus
2011-09-11  6:49       ` Teemu Likonen [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=87wrdffuap.fsf@mithlond.arda \
    --to=tlikonen@iki.fi \
    --cc=help-gnu-emacs@gnu.org \
    --cc=rasmus@gmx.us \
    /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.