Dekel Tsur <[EMAIL PROTECTED]> writes:
| I've fixed this (the fix is a patch I sent with a different mail).
I'll have a look at that.
| > default_langage is set to american in langinit in language.c. It
| > should probably be set to the "" language instead.
|
| No
So what should it be?
| > Agree. One more thing is that the usedlanguages in LaTeXFeatures is
| > currently stored in a std::set, that is not good since they then will
| > be sorted. This should change to a std::vector.
|
| This is ok, as I don't put the main language of the document into
| UsedLanguages, so the language of the document always appear last.
| The ordering of the rest of the languages is not important (I think).
And then the smaller container should be used, and that is probably a
vector that often has only 3 bytes overhead.
Lgb