> I
> finally found a workable C/C++ spell checking library and I put
> together a simple front-end based on an example program. I now have a
> spell-checker program based on the aspell library that works on
> Windows and DeLi Linux. It outputs error messages similar to a gnu C/C
> ++ compiler, so you can integrate it the way you would a compiler and
> click on the errors to jump to the related lines in a file.
Could be linked from the extras page which is editable by group
members. It would be possible to show mistakes as red underlines with
some Lua after the command has been run. There'd be issues then with
the underlines losing validity as the file is edited.
Neil