nespell update
A.V.Kuznetsov
kuzn at umps.mephi.ru
Sat Oct 28 16:01:51 CEST 2006
Hi all,
I have updated nespell. Many new features have been added:
per-buffer settings, spelling sessions, per-word checking,
misspelled words highlighting and so on. Some bugs are fixed.
Spelling on-the-fly is still not supported.
Tarball can be downloaded from the URL
ftp://condmat.mephi.ru/nedit/nespell-1.1rc.tar.gz
Please, help me to clarify two points.
1) Inform me which languages (predefined in a configuration file)
must be tuned more accurately. I use Russian and English only.
2) Filtering is used for several language modes. Seems that
list of filtering modes can be extended. I am not
familiar with syntax of programming languages so cannot decide
which kind of filtering must be used for some language modes.
(See FILTERING in nespell.README)
Any feedback is interesting for me.
Alexey Kuznetsov
Brief description
Nespell is a spellchecker for Nedit which uses GNU Aspell to check buffer
content, selected part of text or single word. It works as follows.
Nespell detects spelling range (selection, buffer or word), saves its start and
end positions and forwards the range to aspell. The Aspell makes a list of
misspelled words, which is sorted to remove duplicates and accepted words. Then
an rangeset for misspelled words is created and the words are backlighted. The
spelling-range, the rangeset and the list are kept during the session.
User checks misspelled words either word-by-word (word mode)
or using spelling-dialog (dialog mode). Corrections are
made only in the spelling range.
To correct all occurrences of a misspelled word a spelling dialog is used.
If spelling dialog is closed, spellchecker is switched to the word mode.
Only single word is corrected in this mode.
More information about the Discuss
mailing list