unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Working in minimal hunspell support for ispell.el
@ 2008-12-17 21:38 Agustin Martin
  2008-12-19  7:27 ` Glenn Morris
  0 siblings, 1 reply; 2+ messages in thread
From: Agustin Martin @ 2008-12-17 21:38 UTC (permalink / raw)
  To: emacs-devel

Hi,

I have been doing some work for a minimal hunspell support in ispell.el,
mostly to use "-i" option and not using "-m" which for hunspell means
different. These changes should work in recent hunspell, and if failing in
older ones will at least give an error instead of causing emacs get
stalled, as now happens. hunspell had some recent regressions in the "-a"
pipe interface, so not so recent versions will fail, but will at least
complain.

I am still pending of some final checks, but plan to commit soon.

My current changes do not check hunspell versions. I have been doing some
work in parallel for that in ispell-check-version. ispell/aspell/hunspell
versioning is pretty simple, so I am considering rewriting part of
ispell-check-version to be more clear to me, and use a ispell-check-minver
comparison function that, for emacs23, will be aliased to version<=. If
version<= is not bound I am writing a fallback definition supported by
emacs21 and xemacs, intended to keep smaller my Debian changes to pristine
ispell.el.

Cheers,

-- 
Agustin




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-12-19  7:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-17 21:38 Working in minimal hunspell support for ispell.el Agustin Martin
2008-12-19  7:27 ` Glenn Morris

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).