Bug 71002

Summary: spelling configuration broken with ispell
Product: [Unmaintained] kword Reporter: Ben Burton <bab>
Component: generalAssignee: Thomas Zander <zander>
Status: RESOLVED FIXED    
Severity: normal CC: js
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Debian testing   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Ben Burton 2003-12-22 00:14:47 UTC
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.
Comment 1 Jarl Gjessing 2004-01-30 14:55:05 UTC
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!!!
Comment 2 Jarl Gjessing 2004-01-30 14:58:22 UTC
I just tried ASpell, works fine there!!
Comment 3 David Faure 2004-01-30 16:01:08 UTC
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?

Comment 4 David Faure 2004-04-13 13:22:27 UTC
*** Bug 78943 has been marked as a duplicate of this bug. ***
Comment 5 David Faure 2004-04-25 23:36:27 UTC
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);
     }