Here is the answer I got. I think we have to implement it by ourselves...
JMarc
--- Begin Message ---
Hi,
It's five years since I did this so I'm very rusty. I'm guessing you're
looking at AppleSpell in the enchant package?
http://www.abisource.com/viewvc/enchant/trunk/src/applespell/
This basically forces Apple's spell checker system:
http://developer.apple.com/mac/library/documentation/Cocoa/Conceptual/SpellCheck/SpellCheck.html
into the enchant framework - which means combining C++ and Objective-C,
which is always fun and semi-redundant.
If LyX is working with a native Cocoa interface (it's a long while since I
used LyX, so I don't know what you're doing these days) then there are
probably better ways to implement spelling on Mac OS X; whereas enchant
has the nice feature of being cross-platform.
Anyway, let me know a bit more about what you actually want to do and I'll
see if I can help...
Kind regards,
Frank
> Hello,
>
> We have added support for enchant in LyX (www.lyx.org) recently, qnd
> I had a look at AppleSpell support. Unfortunately, I do not understand
> how it is supposed to work. Dominic Lachowicz told me that you are the
> man
> who knows about this.
>
> Could you give me hints about the way to proceed?
>
> Sincerely
> Jean-Larc Lasgouttes
>
--- End Message ---