Hi again!
If i understand you correctly, then i changed the environment for every
programm i start in Blackbox ? I have tested this and all programms that are
capable of returning variables (rxvt, gvim, emacs etc...)are telling me that
LC_ALL didn't changed.
Even when i insert
[exec] (LC_ALL_Test) {echo $LC_ALL | xmessage -file "-"} in my blackbox menu,
it show's my correct value, which is de_DE. So it look's to me that this
workaround only affected Blackbox. That was one of the reasons why i done it
this way.
Ciao Vincenzo
On Sun, Jan 13, 2002 at 02:22:31PM -0800 or thereabouts, Sean 'Shaleh' Perry wrote:
> that changes blackbox's locale and thus changes the locale of any program it
> starts. The only reason his hack affects the fonts at all is he changed the
> code path he went through so that the XFontSet code was not used instad it
> calls the older XFont routines which know nothing of i18n.