Re: File loading error.

2003-03-13 Thread Dekel Tsur
On Thu, Mar 13, 2003 at 01:18:36PM +0200, Dekel Tsur wrote: > On Thu, Mar 13, 2003 at 10:43:34AM +, John Levon wrote: > > > > Hmm OK, so lyx2lyx copes with versions its never asked to output in. > > > > So, feel free to bump the number add an empty file, only to remove it > > later, despite t

Re: File loading error.

2003-03-13 Thread Angus Leeming
Lars Gullik Bjønnes wrote: > I read this as C/C++, and there negative subscripting means something > completely different. The "know your tools" mantra springs to mind.. -- Angus (who is python-ignorant too)

Re: File loading error.

2003-03-13 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: | I read this as C/C++, and there negative subscripting means something | completely different. >From "The C Programming Language": "If one is sure that the elements exist, it is also possible to index backwards in an array; p[-1],

Re: File loading error.

2003-03-13 Thread Lars Gullik Bjønnes
Dekel Tsur <[EMAIL PROTECTED]> writes: | On Thu, Mar 13, 2003 at 12:39:34PM +0100, Lars Gullik Bj?nnes wrote: | > Dekel Tsur <[EMAIL PROTECTED]> writes: | > | > | +if x < int(lst_ft[-1]) and x > int(lst_ft[-2]): | > | +sys.stderr.write("lyx2lyx: A development version file.\n") | > | +

Re: File loading error.

2003-03-13 Thread Dekel Tsur
On Thu, Mar 13, 2003 at 12:39:34PM +0100, Lars Gullik Bj?nnes wrote: > Dekel Tsur <[EMAIL PROTECTED]> writes: > > | +if x < int(lst_ft[-1]) and x > int(lst_ft[-2]): > | +sys.stderr.write("lyx2lyx: A development version file.\n") > | +return lst_ft[-2] > > Okay... what does thi

Re: File loading error.

2003-03-13 Thread José Matos
On Thursday 13 March 2003 11:39, Lars Gullik Bjønnes wrote: > Dekel Tsur <[EMAIL PROTECTED]> writes: > | +if x < int(lst_ft[-1]) and x > int(lst_ft[-2]): > | +sys.stderr.write("lyx2lyx: A development version file.\n") > | +return lst_ft[-2] > > Okay... what does this indexing me

Re: File loading error.

2003-03-13 Thread Lars Gullik Bjønnes
Dekel Tsur <[EMAIL PROTECTED]> writes: | +if x < int(lst_ft[-1]) and x > int(lst_ft[-2]): | +sys.stderr.write("lyx2lyx: A development version file.\n") | +return lst_ft[-2] Okay... what does this indexing mean? indexes must be >= 0... are the converted to int? unsinged int?

Re: File loading error.

2003-03-13 Thread Dekel Tsur
On Thu, Mar 13, 2003 at 10:43:34AM +, John Levon wrote: > > Hmm OK, so lyx2lyx copes with versions its never asked to output in. > > So, feel free to bump the number add an empty file, only to remove it > later, despite the fact everyone's fixed all their documents in the time > we've been ha

Re: File loading error.

2003-03-13 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | Or you could back out / fix the amsmath stuff instead Stay on topic, bitte, please. -- Lgb

Re: File loading error.

2003-03-13 Thread John Levon
On Thu, Mar 13, 2003 at 11:31:06AM +0100, Andre Poenitz wrote: > Like version 219? Hmm OK, so lyx2lyx copes with versions its never asked to output in. So, feel free to bump the number add an empty file, only to remove it later, despite the fact everyone's fixed all their documents in the time w

Re: File loading error.

2003-03-13 Thread Andre Poenitz
On Thu, Mar 13, 2003 at 10:34:14AM +, John Levon wrote: > > | You may think it is sane to have 30 pointless files in lyx2lyx/ (or some > > | stupid "no changes in this version" hack) for ever and ever in > Like version 219? Andre' -- Those who d

Re: File loading error.

2003-03-13 Thread John Levon
On Thu, Mar 13, 2003 at 11:32:04AM +0100, Lars Gullik Bj?nnes wrote: > And why would we need files for non-existant version numbers? > John Levon <[EMAIL PROTECTED]> writes: > > | You may think it is sane to have 30 pointless files in lyx2lyx/ (or some > | stupid "no changes in this version" hack

Re: File loading error.

2003-03-13 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | You may think it is sane to have 30 pointless files in lyx2lyx/ (or some | stupid "no changes in this version" hack) for ever and ever in | perpetuity, because 2 people needed to add a single line to a file or | two every now and then And why would we need

Re: File loading error.

2003-03-13 Thread John Levon
On Thu, Mar 13, 2003 at 10:57:55AM +0100, Andre Poenitz wrote: > And believe me: User feedback _is_ usefull well before feature freeze, > especially if it uncovers design errors which formally can't be rectified > in feature freeze. I wish people would stop putting words in my mouth. Especially w

Re: File loading error.

2003-03-13 Thread John Levon
On Thu, Mar 13, 2003 at 11:04:09AM +0100, Andre Poenitz wrote: > In any case it would be nice if people are informed of such changes. Yes, it was lacking of me not to mention it upfront. john

Re: File loading error.

2003-03-13 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | On Thu, Mar 13, 2003 at 02:06:57AM -0800, Kayvan A. Sylvan wrote: | > As a person who builds and uses the most bleeding-edge versions of LyX, | > I agree with John. A simple intermediate change with an easy workaround | > ("just add \end_header to the en

Re: File loading error.

2003-03-13 Thread Kayvan A. Sylvan
On Thu, Mar 13, 2003 at 11:04:51AM +0100, Andre Poenitz wrote: > On Thu, Mar 13, 2003 at 02:06:57AM -0800, Kayvan A. Sylvan wrote: > > As a person who builds and uses the most bleeding-edge versions of LyX, > > I agree with John. A simple intermediate change with an easy workaround > > ("just add \

Re: File loading error.

2003-03-13 Thread Kayvan A. Sylvan
On Thu, Mar 13, 2003 at 11:04:09AM +0100, Andre Poenitz wrote: > On Thu, Mar 13, 2003 at 02:06:57AM -0800, Kayvan A. Sylvan wrote: > > As a person who builds and uses the most bleeding-edge versions of LyX, > > I agree with John. A simple intermediate change with an easy workaround > > ("just add \

Re: File loading error.

2003-03-13 Thread Andre Poenitz
On Thu, Mar 13, 2003 at 02:06:57AM -0800, Kayvan A. Sylvan wrote: > As a person who builds and uses the most bleeding-edge versions of LyX, > I agree with John. A simple intermediate change with an easy workaround > ("just add \end_header to the end of the header") should not cause > a version numb

Re: File loading error.

2003-03-13 Thread Andre Poenitz
On Thu, Mar 13, 2003 at 02:06:57AM -0800, Kayvan A. Sylvan wrote: > As a person who builds and uses the most bleeding-edge versions of LyX, > I agree with John. A simple intermediate change with an easy workaround > ("just add \end_header to the end of the header") should not cause > a version numb

Re: File loading error.

2003-03-13 Thread Alfredo Braunstein
John Levon wrote: > Sorry, I have ZERO sympathy for people trying to use it when we're not Hey! Alfredo

Re: File loading error.

2003-03-13 Thread Kayvan A. Sylvan
On Thu, Mar 13, 2003 at 09:56:51AM +, John Levon wrote: > On Thu, Mar 13, 2003 at 08:44:41AM +0100, Andre Poenitz wrote: > > > > Add "\end_header" to the end of the header. I didn't bother bumping the > > > format because we already bumped it for the change tracking stuff. > > > > The rule i

Re: File loading error.

2003-03-13 Thread Andre Poenitz
On Thu, Mar 13, 2003 at 09:56:51AM +, John Levon wrote: > > > Add "\end_header" to the end of the header. I didn't bother bumping the > > > format because we already bumped it for the change tracking stuff. > > > > The rule is to bump the format number for _every_ change. > > > > Believe it

Re: File loading error.

2003-03-13 Thread John Levon
On Thu, Mar 13, 2003 at 08:44:41AM +0100, Andre Poenitz wrote: > > Add "\end_header" to the end of the header. I didn't bother bumping the > > format because we already bumped it for the change tracking stuff. > > The rule is to bump the format number for _every_ change. > > Believe it or not,

Re: File loading error.

2003-03-13 Thread José Matos
On Wednesday 12 March 2003 21:56, Lars Gullik Bjønnes wrote: > | > | This means that lyx2lyx will be broken into a lot of modules, and it > | might make it harder to maintain. > > Only temprary... the format versions that _only_ exists during the dev > cycle should not be supported by lyx2lyx later

Re: File loading error.

2003-03-12 Thread Andre Poenitz
On Wed, Mar 12, 2003 at 08:17:45PM +, John Levon wrote: > On Wed, Mar 12, 2003 at 09:13:56PM +0100, Lars Gullik Bj?nnes wrote: > > > The error: > > "Textclass error > > Document uses an unknown textclass 'Standard'.-- substituting" > > > > Can this be the last paragraph chang

Re: File loading error.

2003-03-12 Thread Lars Gullik Bjønnes
Dekel Tsur <[EMAIL PROTECTED]> writes: | On Wed, Mar 12, 2003 at 09:41:00PM +0100, Lars Gullik Bj?nnes wrote: | > | > The why is my Userguide loading? | > | > (older format I guess) | > | | > | Yes, lyx2lyx will be ok ... | > | | > | > And at least temporary you need to handle this with some bac

Re: File loading error.

2003-03-12 Thread Dekel Tsur
On Wed, Mar 12, 2003 at 09:41:00PM +0100, Lars Gullik Bj?nnes wrote: > | > The why is my Userguide loading? > | > (older format I guess) > | > | Yes, lyx2lyx will be ok ... > | > | > And at least temporary you need to handle this with some backwards > | > compability stuff. > | > | Hmm OK. > |

Re: File loading error.

2003-03-12 Thread John Levon
On Wed, Mar 12, 2003 at 09:41:00PM +0100, Lars Gullik Bj?nnes wrote: > Ever wondered why the compability code was so hard to get right? > > Easier solution is perhaps to up the format. And the easiest and sanest solution is to get the 3 people who have documents from 1.4.0cvs to add \end_header

Re: File loading error.

2003-03-12 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Wed, Mar 12, 2003 at 09:25:14PM +0100, Lars Gullik Bj?nnes wrote: | | > The why is my Userguide loading? | > (older format I guess) | | Yes, lyx2lyx will be ok ... | | > And at least temporary you need to handle this with some backwards | > compabilit

Re: File loading error.

2003-03-12 Thread John Levon
On Wed, Mar 12, 2003 at 09:25:14PM +0100, Lars Gullik Bj?nnes wrote: > The why is my Userguide loading? > (older format I guess) Yes, lyx2lyx will be ok ... > And at least temporary you need to handle this with some backwards > compability stuff. Hmm OK. I don't know how though, how do we dete

Re: File loading error.

2003-03-12 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Wed, Mar 12, 2003 at 09:13:56PM +0100, Lars Gullik Bj?nnes wrote: | | > The error: | > "Textclass error | > Document uses an unknown textclass 'Standard'.-- substituting" | > | > Can this be the last paragraph changes? | | Add "\end_h

Re: File loading error.

2003-03-12 Thread John Levon
On Wed, Mar 12, 2003 at 09:13:56PM +0100, Lars Gullik Bj?nnes wrote: > The error: > "Textclass error > Document uses an unknown textclass 'Standard'.-- substituting" > > Can this be the last paragraph changes? Add "\end_header" to the end of the header. I didn't bother bumping t

File loading error.

2003-03-12 Thread Lars Gullik Bjønnes
The error: "Textclass error Document uses an unknown textclass 'Standard'.-- substituting" Can this be the last paragraph changes? With this document: newfile1.lyx Description: Binary data -- Lgb