------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. http://bugs.kde.org/show_bug.cgi?id=63544 Summary: make spell checker use LaTeX babel commands to see which spell lib(s) should be used. Product: kile Version: unspecified Platform: unspecified OS/Version: Linux Status: UNCONFIRMED Severity: wishlist Priority: NOR Component: general AssignedTo: Jeroen.Wijnhout@kdemail.net ReportedBy: s.devrieze@pandora.be Version: (using KDE KDE 3.1.2) Kile would rock even more than it now already does if the spell checker can make use of the LaTeX babel commands. These commands are used for splitting rules, special characters, and maybe more things. But also the spell checker can make use of them... Firstly you've the \usepackage[language1,language2]{babel} command in the preamble. LaTeX use this command to load the needed language stuff to compile the file. But also the spell checker can make use of it: it can be used to determine which spell lib(s) should be loaded. Secondly you've the \selectlanguage{language} command. LaTeX use this to indicate a language change in the document. The spell checker can use this to see which spell lib is needed to check this part. This wish has 2 advantages: o You don't need to configure the spell lib anymore. o You can check automagically the spelling from multi language documents in no time. See also at http://hex.lspace.org/leo/thesis/tips/multiple-languages.html for information about these commands.