emacs-devel
[Top][All Lists]
Advanced

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

Re: Fly-spelling with multiple dictionaries


From: Richard Stallman
Subject: Re: Fly-spelling with multiple dictionaries
Date: Sat, 05 Apr 2008 07:06:01 -0400

    > 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.




reply via email to

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