user [email protected] usertags 516133 target-2.5.4 thanks On Thu, Feb 19, 2009 at 02:15:04PM +0100, Sascha Silbe wrote: > As I prefer english, but am able to understand german, I have set > LANGUAGE=en_GB:en:en_US:C:de_DE:de. > Unfortunately, man now shows the german man pages instead of the english > ones, because the english ones are installed as "default" ones (in top > directory instead of a locale subdirectory) and thus tried last. > At the very least, the "C" part of the LANGUAGE setting should select > the system default pages (i.e. the english ones). Better treatment of > the "english is default" would be bonus, though.
Confirmed with current bzr trunk. I think that add_nls_manpath is at fault; each time it tries to add the English/C locales it finds that they're already in the manpath, and then when it adds the German locale it puts it at the front. It could be a lot smarter here. -- Colin Watson [[email protected]] -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

