From koffice-devel Sun Apr 25 22:08:19 2004 From: Nicolas Goutte Date: Sun, 25 Apr 2004 22:08:19 +0000 To: koffice-devel Subject: Re: ispellchecking Message-Id: <200404260008.19824.nicolasg () snafu ! de> X-MARC-Message: https://marc.info/?l=koffice-devel&m=108293092622213 I have tested with the KOFFICE_1_3_BRANCH that has this patch included. (I have only updated the directory koffice/lib/kospell .) It seems to work now. It stops at wrong words, always and at each word. (Also selecting the British diictionary seems to work, "color" is now an error.) So it remains the question of using -Tlatin1 for ISO-8859-15, as I have suggested in the other thread. Have a nice day! On Sunday 25 April 2004 23:21, David Faure wrote: > On Sunday 25 April 2004 22:54, David Faure wrote: > > Can this be fixed inside k[oi]spell instead? > > Actually it looks easy to fix there. > But the "dialog is recreated" problem is still there. > > Index: koispell.cpp > =================================================================== > RCS file: /home/kde/koffice/lib/kospell/koispell.cpp,v > retrieving revision 1.20.2.6 > diff -u -p -r1.20.2.6 koispell.cpp > --- koispell.cpp 25 Apr 2004 19:10:31 -0000 1.20.2.6 > +++ koispell.cpp 25 Apr 2004 21:19:50 -0000 > @@ -1023,6 +1023,7 @@ void KOISpell::check2 (KProcIO *) > // kdDebug(30006) << "check2() done" << endl; > newbuffer.truncate (newbuffer.length()-2); > emitProgress(); > + NOOUTPUT( check2 ); > emit done (newbuffer); > } > recursive = false; _______________________________________________ koffice-devel mailing list koffice-devel@mail.kde.org https://mail.kde.org/mailman/listinfo/koffice-devel