Re: FvwmScript, UseGettext and LocalePath

2013-05-06 Thread Dominique Michel
Le Mon, 06 May 2013 09:43:07 -0400, Dan Espen a écrit : > Dominique Michel writes: > > > Le Sun, 5 May 2013 18:24:39 +0200, > > Dominique Michel a écrit : > > > >> Le Sun, 05 May 2013 14:56:53 +0200, > >> Thomas Funk a écrit : > >> > >> > Dominique Michel wrote: > > > >> > > > >> > https:/

Re: FvwmScript, UseGettext and LocalePath

2013-05-06 Thread Dan Espen
Dominique Michel writes: > Le Sun, 5 May 2013 18:24:39 +0200, > Dominique Michel a écrit : > >> Le Sun, 05 May 2013 14:56:53 +0200, >> Thomas Funk a écrit : >> >> > Dominique Michel wrote: > >> > > >> > https://sourceforge.net/p/fvwm-crystal/code/HEAD/tree/fvwm/scripts/FontSelector/FontSelec

Re: FvwmScript, UseGettext and LocalePath

2013-05-06 Thread Dominique Michel
Le Sun, 5 May 2013 18:24:39 +0200, Dominique Michel a écrit : > Le Sun, 05 May 2013 14:56:53 +0200, > Thomas Funk a écrit : > > > Dominique Michel wrote: > > > > > https://sourceforge.net/p/fvwm-crystal/code/HEAD/tree/fvwm/scripts/FontSelector/FontSelector > > A little remark to your script

Re: FvwmScript, UseGettext and LocalePath

2013-05-05 Thread Dominique Michel
Le Sun, 05 May 2013 14:56:53 +0200, Thomas Funk a écrit : > Dominique Michel wrote: > > Le Sun, 05 May 2013 01:35:32 +0200, > > Thomas Funk a écrit : > > > >> It does, but the string in FvwmScript have to be quoted in > >> FvwmScript quotes: > >> UseGettext > >> > {$FVWM_USERDIR/locale;f

Re: FvwmScript, UseGettext and LocalePath

2013-05-05 Thread Thomas Funk
Dominique Michel wrote: > Le Sun, 05 May 2013 01:35:32 +0200, > Thomas Funk a écrit : > >> It does, but the string in FvwmScript have to be quoted in FvwmScript >> quotes: >> UseGettext >> {$FVWM_USERDIR/locale;fvwm-crystal:$FVWM_SYSTEMDIR/locale;fvwm-crystal:+} > > Great, that work fine. You'r

Re: FvwmScript, UseGettext and LocalePath

2013-05-05 Thread Dominique Michel
Le Sun, 05 May 2013 01:35:32 +0200, Thomas Funk a écrit : > It does, but the string in FvwmScript have to be quoted in FvwmScript > quotes: > UseGettext > {$FVWM_USERDIR/locale;fvwm-crystal:$FVWM_SYSTEMDIR/locale;fvwm-crystal:+} Great, that work fine. My Font statement was confusing me: Font

Re: FvwmScript, UseGettext and LocalePath

2013-05-04 Thread Thomas Funk
Ouch! Copy paste typo :S Thomas Funk wrote: > It does, but the string in FvwmScript have to be quoted in FvwmScript > quotes: > UseGettext {$FVWM_USERDIR/locale;fvwm-crystal:$FVWM_SYSTEMDIR/locale;fvwm-crystal:+} Corrected: UseGettext {$[FVWM_USERDIR]/locale;fvwm-crystal:$[FVWM_SYSTEMDIR]/loca

Re: FvwmScript, UseGettext and LocalePath

2013-05-04 Thread Thomas Funk
Dan Espen wrote: > Dominique Michel writes: > >> I try to get UseGettext to work with FvwmScript and Fvwm-Crystal. >> >> From FvwmScript man page: >> >> UseGettext [locale_path] >> You can reset this catalog or add some catalogs exactly in the same >> way than with the LocalePath fvwm com

Re: FvwmScript, UseGettext and LocalePath

2013-05-04 Thread Dominique Michel
Le Sat, 04 May 2013 15:51:51 -0400, Dan Espen a écrit : > Dominique Michel writes: > > > I try to get UseGettext to work with FvwmScript and Fvwm-Crystal. > > > > From FvwmScript man page: > > > > UseGettext [locale_path] > > You can reset this catalog or add some catalogs exactly in the >

Re: FvwmScript, UseGettext and LocalePath

2013-05-04 Thread Dan Espen
Dominique Michel writes: > I try to get UseGettext to work with FvwmScript and Fvwm-Crystal. > > From FvwmScript man page: > > UseGettext [locale_path] > You can reset this catalog or add some catalogs exactly in the same > way than with the LocalePath fvwm command (see the fvwm manual >

FvwmScript, UseGettext and LocalePath

2013-05-04 Thread Dominique Michel
I try to get UseGettext to work with FvwmScript and Fvwm-Crystal. From FvwmScript man page: UseGettext [locale_path] You can reset this catalog or add some catalogs exactly in the same way than with the LocalePath fvwm command (see the fvwm manual page). In Fvwm-Crystal config, one o