Tkabber

View Ticket
Login
Ticket Hash: b6005b585c5425df091234febceed6c0efb2ac5d
Title: multiple languages support in ispell plugin
Status: Closed Type: Feature_Request
Severity: Cosmetic Priority: Zero
Subsystem: Resolution: Misconfiguration
Last Modified: 2016-01-11 19:56:32
Version Found In: cvs
User Comments:
anonymous (claiming to be Arkadiusz Miskiewicz) added on 2010-11-22 09:36:41:
ispell/aspell unfortunately don't allow to use more than languages than one when doing spell check.

Application is able to work around this limitation of course.

Here is enhancement request for tkabber to allow using multiple languages at once (like en and pl) when doing spellcheck.

sgolovan added on 2016-01-11 19:56:32:
Appears that not only ispell/aspell can be used in Tkabber's
Ispell plugin but also hunspell. It supports specifying multiple
dictionaries, so the following options work for me (for example)
with both English and Russian at the same time:

set ::plugins::ispell::options(executable) /usr/bin/hunspell
set ::plugins::ispell::options(command_line) "-d ru_RU,en_US"
set ::plugins::ispell::options(dictionary_encoding) ""

So, I'm closing this bugreport.