Version: 1.2.95 (using KDE KDE 3.1.4) Installed from: Debian testing/unstable Packages OS: Linux Received through the Debian BTS as #221256, verified by me. The spelling configuration for kword seems to be broken when using ispell. Specifically, the selection of ispell dictionary has no effect. On my system I have British, American and Italian with British the default. If I select a different ispell dictionary and close the dialog, when I reopen it I always see "ISpell Default" selected - thus I can never check spelling using the American or Italian dictionaries. Is it possible that the dictionary selection is simply not being saved when Apply is pressed? Thanks - Ben.
I have this problem using KWRod 1.3 too, only I'm trying to select Danish. This is a so major error that it SHOULD have been fixed before releasing KWord 1.3!!!
I just tried ASpell, works fine there!!
Subject: Re: spelling configuration broken with ispell > This is a so major error that it SHOULD have been fixed before releasing KWord 1.3!!! Yeah - and where were you for testing the release candidates?
*** Bug 78943 has been marked as a duplicate of this bug. ***
CVS commit by faure: Fixed multiple connections in spell dialog, which made it skip some words (#75532) Mention that the previous fix was reported in 71002 CCMAIL: 75532-done@bugs.kde.org, 71002-done@bugs.kde.org M +2 -1 CHANGES 1.17.2.19 M +1 -0 kospell/koispell.cpp 1.20.2.7 --- koffice/lib/CHANGES #1.17.2.18:1.17.2.19 @@ -34,5 +34,6 @@ KoSpell: - Improved configure check for libaspell -- Fixed confusion with ispell's dictionaries which made it forget the chosen dictionary +- Fixed confusion with ispell's dictionaries which made it forget the chosen dictionary (#71002) +- Fixed multiple connections in spell dialog, which made it skip some words (#75532) KoWMF: --- koffice/lib/kospell/koispell.cpp #1.20.2.6:1.20.2.7 @@ -1024,4 +1024,5 @@ void KOISpell::check2 (KProcIO *) newbuffer.truncate (newbuffer.length()-2); emitProgress(); + NOOUTPUT( check2 ); emit done (newbuffer); }