You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Tuesday, April 12th 2005, 11:27pm

kmail spellcheck

I am getting a 'spell-as-you-type is not enabled' message in Kmail but I cannot find a setting to turn this on. How do I enable this?

E@zyVG

Beginner

Posts: 6

Location: Moscow, Russia

  • Send private message

2

Friday, May 27th 2005, 12:43pm

Same here. I cannot find the option for "spell checking as you type"

3

Friday, May 27th 2005, 4:03pm

RE: kmail spellcheck

At least it is possible to enable this in the configuration file. Therefor, first shutdown KMail. After that, open ~/.kde/share/config/kmailrc. Look for the Composer group (the line [Composer]) and check if you can find a line like

Source code

1
autoSpellChecking=false
in that group. If so, you can change it to

Source code

1
autoSpellChecking=true
and start KMail again afterwards.

E@zyVG

Beginner

Posts: 6

Location: Moscow, Russia

  • Send private message

4

Friday, May 27th 2005, 4:25pm

Thanks, will try that for sure.

But still wondering which engine and dictionary it will use, as I also wanted that to be true when typing in Russian.

5

Friday, May 27th 2005, 4:44pm

AFAIK, it uses the global KDE settings for spell engine (aspell or ispell) and language. You can find these settings in kcontrol->KDE Components->Spellings Checker.

anda_skoa

Professional

Posts: 1,273

Location: Graz, Austria

Occupation: Software Developer

  • Send private message

6

Friday, May 27th 2005, 5:15pm

RE: kmail spellcheck

Quoted

Originally posted by mart_k
open ~/.kde/share/config/kmailrc


There is a nice little tool called kwriteconfig which can be used for this as well

Source code

1
#> kwriteconfig --file kmailrc --group Composer --key autoSpellChecking --type bool true


Neat, huh? ;)

Cheers,
_
Qt/KDE Developer
Debian User

E@zyVG

Beginner

Posts: 6

Location: Moscow, Russia

  • Send private message

7

Saturday, May 28th 2005, 1:28pm

Adding "true" option in kmailrc does work for English.

But is there a way for both, English and Russian (and even French), to be active, once I switch to other language, and so it also switched it's dictionary automatically.

At the moment I am using International Ispell Client with Ispell default dictionary, and Aspell is also available as client, with dictionaries installed for English, Russian and French (both for Ispell and Aspell)