From: Richard Stallman <rms@gnu.org>
To: David Reitter <david.reitter@gmail.com>
Cc: rudalics@gmx.at, pj@heslin.eclipse.co.uk,
claus.klingberg@gmail.com, lennart.borgman@gmail.com,
emacs-devel@gnu.org
Subject: Re: Fly-spelling with multiple dictionaries
Date: Sat, 05 Apr 2008 07:06:01 -0400 [thread overview]
Message-ID: <E1Ji6Dh-0004UQ-1H@fencepost.gnu.org> (raw)
In-Reply-To: <DC721275-70A6-4DEF-9832-F13DF9C6569F@gmail.com> (message from David Reitter on Fri, 4 Apr 2008 08:07:56 +0100)
> Ispell/Aspell are, to my knowledge, the only spell-checkers providing
> the piping mechanism Emacs uses - Hunspell has a C(++) interface only.
> Currently, all we do is send some buffer text to the spell-checker and
> wait what the spell-checker tells us about that text.
A C++ interface wouldn't be all that different. If the (elisp level)
spell-checking package provided clear separation between UI and
accessing the spell-checker (the API that I'd like), then support for
other spell-checkers could be implemented easily.
It is a very bad idea to link other appls such as Aspell into Emacs.
It would cause constant maintenance trouble. So we definitely should
not do this.
next prev parent reply other threads:[~2008-04-05 11:06 UTC|newest]
Thread overview: 42+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-04-03 9:47 Fly-spelling with multiple dictionaries Angelo Graziosi
2008-04-03 12:28 ` martin rudalics
2008-04-03 15:32 ` Claus
2008-04-03 15:54 ` martin rudalics
2008-04-03 16:21 ` Lennart Borgman (gmail)
2008-04-03 17:23 ` martin rudalics
2008-04-03 17:48 ` Lennart Borgman (gmail)
2008-04-03 20:59 ` martin rudalics
2008-04-03 21:13 ` Lennart Borgman (gmail)
2008-04-03 21:43 ` martin rudalics
2008-04-03 22:00 ` David Reitter
2008-04-04 6:55 ` martin rudalics
2008-04-04 7:07 ` David Reitter
2008-04-04 9:47 ` Eli Zaretskii
2008-04-05 7:34 ` David Reitter
2008-04-05 15:31 ` Eli Zaretskii
2008-04-05 11:06 ` Richard Stallman [this message]
2008-04-05 11:18 ` David Reitter
2008-04-05 22:28 ` Richard Stallman
2008-04-04 9:15 ` Eli Zaretskii
2008-04-04 12:19 ` martin rudalics
2008-04-04 19:36 ` Stephen J. Turnbull
2008-04-04 21:16 ` martin rudalics
2008-04-05 11:33 ` Sascha Wilde
2008-04-05 12:13 ` martin rudalics
2008-04-05 15:34 ` Eli Zaretskii
2008-04-05 16:34 ` Sascha Wilde
2008-04-05 17:02 ` Lennart Borgman (gmail)
2008-04-05 18:06 ` Stefan Monnier
2008-04-05 21:17 ` martin rudalics
2008-04-06 14:41 ` Sascha Wilde
2008-04-06 16:47 ` hunspell support (was: Fly-spelling with multiple dictionaries) Sascha Wilde
2008-04-07 12:35 ` Agustin Martin Domingo
2008-04-08 9:12 ` hunspell support Sascha Wilde
2008-04-06 19:09 ` Fly-spelling with multiple dictionaries Eli Zaretskii
2008-04-06 20:03 ` Sascha Wilde
2008-04-07 12:17 ` Agustin Martin Domingo
2008-04-07 12:50 ` hunspell support (Was Fly-spelling with multiple dictionaries) Agustin Martin Domingo
2008-04-08 9:16 ` hunspell support Sascha Wilde
2008-04-05 19:26 ` Fly-spelling with multiple dictionaries Stephen J. Turnbull
2008-04-05 22:15 ` martin rudalics
2008-04-03 13:13 ` Dan Nicolaescu
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=E1Ji6Dh-0004UQ-1H@fencepost.gnu.org \
--to=rms@gnu.org \
--cc=claus.klingberg@gmail.com \
--cc=david.reitter@gmail.com \
--cc=emacs-devel@gnu.org \
--cc=lennart.borgman@gmail.com \
--cc=pj@heslin.eclipse.co.uk \
--cc=rudalics@gmx.at \
/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.