Angus Leeming <[EMAIL PROTECTED]> writes:
| Jean-Marc Lasgouttes wrote:
>> Angus> Or are all warning messages just output in English until the
>> Angus> localedir and its po files is found? It all feels very 'chicken
>> Angus> and egg'-ish.
>>
>> Yes. I think that's good enough.
>
| Actually, the
Jean-Marc Lasgouttes wrote:
> Angus> Or are all warning messages just output in English until the
> Angus> localedir and its po files is found? It all feels very 'chicken
> Angus> and egg'-ish.
>
> Yes. I think that's good enough.
Actually, the 'real' solution would be for lyxerr to store a
vect
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> Or are all warning messages just output in English until the
Angus> localedir and its po files is found? It all feels very 'chicken
Angus> and egg'-ish.
Yes. I think that's good enough.
JMarc
Jean-Marc Lasgouttes wrote:
> Angus> I have decided, therefore, to implement your desired 'package'
> Angus> class as a standalone program. It's certainly not finished
> Angus> (getting lost in the logic of system_lyxdir) but the bones are
> Angus> below.
>
> What you propose looks good to me.
No
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> If each installed version had a different PACKAGE (which can be
Angus> specified explicitly at configure-time) then using PACKAGE
Angus> would be identical to the existing scheme.
Yes. I think I created the current scheme at the ti
Jean-Marc Lasgouttes wrote:
> Angus> Why do we search for the system_lyxdir as // Path of
> Angus> binary/../share/name of binary/ but the user_lyxdir as //
> Angus> os::homepath() "/." + PACKAGE
>
> Angus> where PACKAGE is defined in config.h as (here) "lyx-1.3.6cvs".
>
> Angus> Why don't we use
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> Why do we search for the system_lyxdir as // Path of
Angus> binary/../share/name of binary/ but the user_lyxdir as //
Angus> os::homepath() "/." + PACKAGE
Angus> where PACKAGE is defined in config.h as (here) "lyx-1.3.6cvs".
Angus
Why do we search for the system_lyxdir as
// Path of binary/../share/name of binary/
but the user_lyxdir as
// os::homepath() "/." + PACKAGE
where PACKAGE is defined in config.h as (here) "lyx-1.3.6cvs".
Why don't we use PACKAGE for the system_lyxdir too?
Angus