Re: Document header error in trunk.

2007-10-11 Thread Pavel Sanda
this should be the proper lyx2lyx conversion needed for completing last pdf fixes. i made tests, but please overlook it. thanks for your help with that, pavel Index: development/FORMAT === --- development/FORMAT (revision 20918) +++

Re: Document header error in trunk.

2007-10-11 Thread José Matos
On Thursday 11 October 2007 15:44:04 Pavel Sanda wrote: > i changed few things. still i'm not able to make > > document.header[i].replace('"', '') > > work. have you some idea whats wrong? Yes, that does not change the string in place but it returns the string. The right version is then: docum

Re: Document header error in trunk.

2007-10-11 Thread Pavel Sanda
> On Thursday 11 October 2007 11:35:26 Pavel Sanda wrote: > > no, they are not related. added & discarded unconditionally. > > > > pavel > > Something like this? i changed few things. still i'm not able to make document.header[i].replace('"', '') work. have you some idea whats wrong? in the a

Re: Document header error in trunk.

2007-10-11 Thread Pavel Sanda
> On Thursday 11 October 2007 11:35:26 Pavel Sanda wrote: > > no, they are not related. added & discarded unconditionally. > > > > pavel > > Something like this? you are my hero :) > (Not tested) i will pavel

Re: Document header error in trunk.

2007-10-11 Thread José Matos
On Thursday 11 October 2007 11:35:26 Pavel Sanda wrote: > no, they are not related. added & discarded unconditionally. > > pavel Something like this? (Not tested) -- José Abílio Index: LyX.py === --- LyX.py (revision 20899) +++ LyX.

Re: Document header error in trunk.

2007-10-11 Thread Pavel Sanda
> >1. fileformat version & lyx2lyx > >to sum up the .lyx fileformat changes: > > >option discarded:\pdf_store_options bool > >option added:\pdfusetitle bool > > Are these two options related? Should these changes be applied uncoditionally? no, they are not related. added & discarded uncondition

Re: Document header error in trunk.

2007-10-11 Thread José Matos
On Thursday 11 October 2007 10:35:11 Pavel Sanda wrote: > > > i can post quick fix, which won't solve the real problem though. > > > pavel > > > > This should not ever happen. :-( > > > > This is a blocker for patches acceptance. > > i havent commited this and also stated clearly, that this has to

Re: Document header error in trunk.

2007-10-11 Thread Pavel Sanda
arrgh my email client sucks ignore that mail. > > i planned to do it, but before i spent day on that pyhton stuff i also asked > for 5min of > > Please let us have a proper fix. > > yes this

Re: Document header error in trunk.

2007-10-11 Thread Pavel Sanda
> > i can post quick fix, which won't solve the real problem though. > > pavel > > This should not ever happen. :-( > > This is a blocker for patches acceptance. i havent commited this and also stated clearly, that this has to be done to be the patch complete (in fact i was asking for help from

Re: Document header error in trunk.

2007-10-11 Thread Pavel Sanda
> > i can post quick fix, which won't solve the real problem though. > > pavel > > This should not ever happen. :-( > > This is a blocker for patches acceptance. i havent comitted it and stated clearly that lyx2lyx has to be done to be the patch complete. i planned to do it, but before i spent

Re: Document header error in trunk.

2007-10-11 Thread José Matos
On Thursday 11 October 2007 01:37:31 Pavel Sanda wrote: > > Lyx trunk, open User's guide, I get 'document header error', unknown > > token false false. Can anyone confirm? > > yes, this must be the result of http://www.lyx.org/trac/changeset/20881 , > as the patch was comitted without fileformat ch

Re: Document header error in trunk.

2007-10-10 Thread Pavel Sanda
> i can post quick fix Index: src/PDFOptions.cpp === --- src/PDFOptions.cpp (revision 20891) +++ src/PDFOptions.cpp (working copy) @@ -190,6 +190,8 @@ lex >> quoted_options; } else if (token == "\\pdf_store_op

Re: Document header error in trunk.

2007-10-10 Thread Pavel Sanda
> Lyx trunk, open User's guide, I get 'document header error', unknown > token false false. Can anyone confirm? yes, this must be the result of http://www.lyx.org/trac/changeset/20881 , as the patch was comitted without fileformat change and lyx2lyx conversion. i can post quick fix, which won't s