Hello,

I use Aspell with LyX. I noticed that Aspell doesn't
perceive words as misspelled if they contain a number.
Perhaps due to the code below. This is by design?
The number behavior does not seem consistent.

ControlSpellchecker.C:

   164                                 if (IsDigit(c))
   165                                         ignoreword = true;

Regards,
Stephen




_______________________________________________
Aspell-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/aspell-user

Reply via email to