Summary: | Automatic detection or selection of language when replying | ||
---|---|---|---|
Product: | [Applications] kmail2 | Reporter: | Kjetil Kjernsmo <kjetil> |
Component: | composer | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | CONFIRMED --- | ||
Severity: | wishlist | CC: | annma, arvidjaar, bjoern, kde.bugzilla.2012, olekgutjwr, olivier.fisette, paul-a-bauer, sanette-linux |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Kjetil Kjernsmo
2004-05-17 19:40:53 UTC
I don't think your request goes far enough. Ideally, we could mix languages or reply in a different language and still have our spelling checked painlessly. We'd want it to work not just in kmail, but in all applications that provide spell checking. See: http://bugs.kde.org/show_bug.cgi?id=66516 *** Bug 140404 has been marked as a duplicate of this bug. *** *** Bug 80587 has been marked as a duplicate of this bug. *** This is exspecially true for the automatic macros in templates. They should be set according to the language detected - or selected. The language selection must be configureable from the UI. See related bug #141200 This feature request is still valid for KMail 2 Reassigning to kmail2 (In reply to comment #6) > Reassigning to kmail2 I was able to achieve this using emacs as an external editor (and with emacs spell-checker, of course). The magic was done by libtextcat. This can be done either on the whole text, or paragraph by paragraph. For the code, see http://os.inf.tu-dresden.de/~mp26/download/flyspell-textcat.el (I had to adapt it) So I guess it should not be difficult to implement directly into the kmail editor (?) |