Re: obscure file conversion problem

2002-05-10 Thread Rod Pinna
Hi all, Just applied this patch, and it appears to solve my, er, philosophical disagreement. It also checked it by moving haivng a repeated graph, with the same name, with another float between the first occurrence and the second occurrence, and that appears to behave correctly. Regards, Rod O

Re: obscure file conversion problem

2002-05-10 Thread Herbert Voss
Lars Gullik Bjønnes wrote: > Herbert Voss <[EMAIL PROTECTED]> writes: > > | Herbert Voss wrote: > >>> > It appears the conversion routine is only converting the first file. I >>> > presume it sees that the file name is the same as a converted file >>> > already >>> > in the tmp dir, so i

Re: obscure file conversion problem

2002-05-10 Thread Herbert Voss
Garst R. Reese wrote: > Lars Gullik Bjønnes wrote: > > >>Did you test with different files with same name? In same dir and in >>different dirs? >> > How does one make different files with same name in same dir? that's very easy, with some kind of magic ... :-) Herbert -- http://www.lyx

Re: compilation of lyx-1.2.0pre5

2002-05-10 Thread Nabil Hathout
Lars Gullik Bjønnes writes: > Nabil Hathout <[EMAIL PROTECTED]> writes: > > | > What is the failing test in config.log? > > > | I have removed the libjpeg62-dev package and rerun ./configure. The part of > | config.log relative to this problem is : > > Hmm... I wonder why we decide that

Re: Patch: Fix language changing

2002-05-10 Thread John Levon
On Fri, May 10, 2002 at 03:25:18PM +0200, Lars Gullik Bjønnes wrote: > | Currently, when changing the language of the document, the languge of the > | text is not changed. This patch fixes the bug. > > If there isn't a bugzilla entry for this can you create one? There is. > Please also add a t

Re: compilation of lyx-1.2.0pre5

2002-05-10 Thread John Levon
On Fri, May 10, 2002 at 03:34:02PM +0200, Lars Gullik Bjønnes wrote: > | I have removed the libjpeg62-dev package and rerun ./configure. The part of > | config.log relative to this problem is : > > Hmm... I wonder why we decide that -ljpeg should be used, when it does > not work. Known (open) b

Re: PATCH: fix #390

2002-05-10 Thread Juergen Vigna
On 10-May-2002 Lars Gullik Bjønnes wrote: > Juergen Vigna <[EMAIL PROTECTED]> writes: > >| On 09-May-2002 Juergen Vigna wrote: >>> The attached patch fixes misbehaviour with the keepempty layouts and >>> breakParagraph mechanism. >> >| This needs to go into 1.2.0 IMO. Comments please! > > Same

Re: PATCH: fix bug 387

2002-05-10 Thread Juergen Vigna
On 10-May-2002 Lars Gullik Bjønnes wrote: > Juergen Vigna <[EMAIL PROTECTED]> writes: > >| On 09-May-2002 Juergen Vigna wrote: >>> This patch fixes #387 as the insettext should not call the edit() call >>> for non highly editable insets. >> >| This is a "real" bugfix! Comments please! > > I bel

Re: obscure file conversion problem

2002-05-10 Thread Lars Gullik Bjønnes
Herbert Voss <[EMAIL PROTECTED]> writes: | Herbert Voss wrote: > >> > It appears the conversion routine is only converting the first file. I >> > presume it sees that the file name is the same as a converted file >> > already >> > in the tmp dir, so it doesn't bother to go through again. >> c

Re: obscure file conversion problem

2002-05-10 Thread Herbert Voss
Herbert Voss wrote: > > It appears the conversion routine is only converting the first file. I > > presume it sees that the file name is the same as a converted file > > already > > in the tmp dir, so it doesn't bother to go through again. > > could you please try this patch with your doc, i

Re: PATCH: fix #390

2002-05-10 Thread Lars Gullik Bjønnes
Juergen Vigna <[EMAIL PROTECTED]> writes: | On 09-May-2002 Juergen Vigna wrote: >> The attached patch fixes misbehaviour with the keepempty layouts and >> breakParagraph mechanism. > | This needs to go into 1.2.0 IMO. Comments please! Same thing applies to this patch, we need it tested. --

Re: compilation of lyx-1.2.0pre5

2002-05-10 Thread Lars Gullik Bjønnes
Nabil Hathout <[EMAIL PROTECTED]> writes: | > What is the failing test in config.log? > | I have removed the libjpeg62-dev package and rerun ./configure. The part of | config.log relative to this problem is : Hmm... I wonder why we decide that -ljpeg should be used, when it does not work. | co

Re: PATCH: fix bug 387

2002-05-10 Thread Lars Gullik Bjønnes
Juergen Vigna <[EMAIL PROTECTED]> writes: | On 09-May-2002 Juergen Vigna wrote: >> This patch fixes #387 as the insettext should not call the edit() call >> for non highly editable insets. > | This is a "real" bugfix! Comments please! I belive it is correct, but could you get someone to test it

Re: Patch: Fix language changing

2002-05-10 Thread Lars Gullik Bjønnes
Dekel Tsur <[EMAIL PROTECTED]> writes: | Currently, when changing the language of the document, the languge of the | text is not changed. This patch fixes the bug. If there isn't a bugzilla entry for this can you create one? Please also add a testcase. (and put the patch there too) I belive th

Re: compilation of lyx-1.2.0pre5

2002-05-10 Thread Nabil Hathout
Hello, Many tests fail, including Lars Gullik Bjønnes writes: > Nabil Hathout <[EMAIL PROTECTED]> writes: > > | > | erss-hathout-portable:/usr/local/src/lyx-1.2.0pre5# make all > | > | Making all in config > | > | make[1]: Entering directory `/usr/local/src/lyx-1.2.0pre5/config' > |

RE: PATCH: fix #390

2002-05-10 Thread Juergen Vigna
On 09-May-2002 Juergen Vigna wrote: > The attached patch fixes misbehaviour with the keepempty layouts and > breakParagraph mechanism. This needs to go into 1.2.0 IMO. Comments please! Jug -- -._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._ Dr. Jürgen Vigna

RE: PATCH: fix bug 387

2002-05-10 Thread Juergen Vigna
On 09-May-2002 Juergen Vigna wrote: > This patch fixes #387 as the insettext should not call the edit() call > for non highly editable insets. This is a "real" bugfix! Comments please! Jug -- -._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._ Dr. Jürgen Vigna

obscure file conversion problem

2002-05-10 Thread Herbert Voss
> It appears the conversion routine is only converting the first file. I > presume it sees that the file name is the same as a converted file > already > in the tmp dir, so it doesn't bother to go through again. could you please try this patch with your doc, it should fix the problem. Herber

Patch: Fix language changing

2002-05-10 Thread Dekel Tsur
Currently, when changing the language of the document, the languge of the text is not changed. This patch fixes the bug. Index: ChangeLog === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/frontends/xforms/ChangeLog,v retrieving rev

Re: obscure file conversion problem

2002-05-10 Thread Dekel Tsur
On Fri, May 10, 2002 at 10:12:38AM +0200, Lars Gullik Bjønnes wrote: > Nahh... why not change the names that lyx uses internaly? > > real file: > /home/larsbj/images/somefig.gif > > when used and stored in the tempdir by lyx: > home_larsbj_images_somefig.gif We already use the same idea for .te

Re: lyx-devel src/: ChangeLog LaTeXFeatures.C ParagraphParameter

2002-05-10 Thread Lars Gullik Bjønnes
Juergen Vigna <[EMAIL PROTECTED]> writes: | On 10-May-2002 Herbert Voss wrote: > >> Okay, Jürgen, than your patch works from my point of >> view pretty well and makes other users happy, too. > | Do I have a go on this? yes. -- Lgb

Re: Patch: Fix problem with spanish

2002-05-10 Thread Lars Gullik Bjønnes
Dekel Tsur <[EMAIL PROTECTED]> writes: | On Fri, May 10, 2002 at 11:26:58AM +0200, Lars Gullik Bjønnes wrote: >> [EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: >> >> | | It just is not needed. >> > >> | But I see why you do it... >> > >> | I belive that this patch is ok. >> >> But I am not sur

Re: Patch: Fix problem with spanish

2002-05-10 Thread Dekel Tsur
On Fri, May 10, 2002 at 11:26:58AM +0200, Lars Gullik Bjønnes wrote: > [EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: > > | | It just is not needed. > > > | But I see why you do it... > > > | I belive that this patch is ok. > > But I am not sure... For spanish I agree that this is the fix, but

Re: lyx-devel src/: ChangeLog LaTeXFeatures.C ParagraphParameter

2002-05-10 Thread Juergen Vigna
On 10-May-2002 Herbert Voss wrote: > Okay, Jürgen, than your patch works from my point of > view pretty well and makes other users happy, too. Do I have a go on this? Jug -- -._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._ Dr. Jürgen VignaE-Mail: [EMAI

Re: lyx-devel src/: ChangeLog LaTeXFeatures.C ParagraphParameter

2002-05-10 Thread Herbert Voss
Juergen Vigna wrote: > On 10-May-2002 Herbert Voss wrote: > > >>I think, you'll understand what's going here. >> > > Well you would too if you would have a better look at the file > (also on screen inside 1.1.6). There are parts inside the LaTeX > stuff which are NOT LaTeX (you see that they a

Re: lyx-devel src/: ChangeLog LaTeXFeatures.C ParagraphParameter

2002-05-10 Thread Juergen Vigna
On 10-May-2002 Herbert Voss wrote: > I think, you'll understand what's going here. Well you would too if you would have a better look at the file (also on screen inside 1.1.6). There are parts inside the LaTeX stuff which are NOT LaTeX (you see that they are black!). So I guess the reading is p

Re: lyx-devel src/: ChangeLog LaTeXFeatures.C ParagraphParameter

2002-05-10 Thread Herbert Voss
Juergen Vigna wrote: > ALL the code in this patch is inside #ifndef NO_COMPATIBILITY code and > so does ONLY fix stuff for compatibility reading of ERT code. Please Lars > have also a look at it as it really fixes stuff and you see that also > Herbert with his "heavy" LaTeX stuff (I've seen from

Re: Patch: Fix problem with spanish

2002-05-10 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: | | It just is not needed. > | But I see why you do it... > | I belive that this patch is ok. But I am not sure... For spanish I agree that this is the fix, but f.ex . for thai? what then? is the fix still the correct one? -- Lgb

Re: Patch: Fix problem with spanish

2002-05-10 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: | Dekel Tsur <[EMAIL PROTECTED]> writes: > | | On Thu, May 09, 2002 at 02:44:00PM +0200, Lars Gullik Bjønnes wrote: >>> > >>> | Lyx put the language extra options in the preamble before loading babel. >>> | The attached patch fixes this bug. >>> >>

Re: Patch: Fix problem with spanish

2002-05-10 Thread Lars Gullik Bjønnes
Dekel Tsur <[EMAIL PROTECTED]> writes: | On Thu, May 09, 2002 at 02:44:00PM +0200, Lars Gullik Bjønnes wrote: >> > >> | Lyx put the language extra options in the preamble before loading babel. >> | The attached patch fixes this bug. >> >> Seems to me that you also sneaks the babel loading a lot

Re: obscure file conversion problem

2002-05-10 Thread Lars Gullik Bjønnes
Juergen Vigna <[EMAIL PROTECTED]> writes: | On 10-May-2002 Lars Gullik Bjønnes wrote: > >> when used and stored in the tempdir by lyx: >> home_larsbj_images_somefig.gif >> >> then same fig name does not matter as long as they are in different >> dirs, and if they are in same dirs, and the extens

crash when pasting formula...

2002-05-10 Thread Piroux Geoffroy
Hi, I'm currently using lyx-1.2.0-pre5. Great program ! I don't know if this bug have been reported but I don't have time to check it: if you select an _entire_ row in a eqnarray and if you try to paste into an inline or a display formula the program crash. Obviously, this problem doesn't appe

Re: obscure file conversion problem

2002-05-10 Thread Juergen Vigna
On 10-May-2002 Lars Gullik Bjønnes wrote: > when used and stored in the tempdir by lyx: > home_larsbj_images_somefig.gif > > then same fig name does not matter as long as they are in different > dirs, and if they are in same dirs, and the extension somewhere in the > name after conversion is do

Re: Patch: Fix problem with spanish

2002-05-10 Thread Dekel Tsur
On Thu, May 09, 2002 at 02:44:00PM +0200, Lars Gullik Bjønnes wrote: > > > | Lyx put the language extra options in the preamble before loading babel. > | The attached patch fixes this bug. > > Seems to me that you also sneaks the babel loading a lot earlier in > the pramble instead of just having

Re: PATCH: InsetERT label

2002-05-10 Thread Juergen Vigna
On 10-May-2002 Lars Gullik Bjønnes wrote: > Juergen Vigna <[EMAIL PROTECTED]> writes: > >| On 10-May-2002 Lars Gullik Bjønnes wrote: >> >>> This is not a real problem is it? >>> Can it wait for 1.2.1? >> >| No this is not a big problem. It can wait, but did you have a look at >| it? It's a reall

Re: just like a parrot ...

2002-05-10 Thread Herbert Voss
Lars Gullik Bjønnes wrote: > Herbert Voss <[EMAIL PROTECTED]> writes: > > | while (true) { > |this fixes a bug! > |http://www.mail-archive.com/lyx-devel%40lists.lyx.org/msg37380.html > | } > > Is this the same keepempty problem that Jurgen just sent a patch for? no, it's the \vspace*{

Re: another conversion problem

2002-05-10 Thread Lars Gullik Bjønnes
Juergen Vigna <[EMAIL PROTECTED]> writes: | On 10-May-2002 Lars Gullik Bjønnes wrote: > >> Are you able to create such a construct, solely from inside LyX? >> If you can then it is a problem, if you cannot there is no mistake on >> our part. Then it is the "cut-and-past"ers fault (playing with th

Re: PATCH: InsetERT label

2002-05-10 Thread Lars Gullik Bjønnes
Juergen Vigna <[EMAIL PROTECTED]> writes: | On 10-May-2002 Lars Gullik Bjønnes wrote: > >> This is not a real problem is it? >> Can it wait for 1.2.1? > | No this is not a big problem. It can wait, but did you have a look at | it? It's a really minor change. But ok if you say we should wait for |

Re: obscure file conversion problem

2002-05-10 Thread Lars Gullik Bjønnes
Juergen Vigna <[EMAIL PROTECTED]> writes: | On 10-May-2002 Lars Gullik Bjønnes wrote: > >>| So you can't use the same filename when LyX should >>| do the converting process. >> >> And this is LyX's problem, and something that we must fix. > | Yes, but give us also an idea of how. I would check t

Re: obscure file conversion problem

2002-05-10 Thread Lars Gullik Bjønnes
Juergen Vigna <[EMAIL PROTECTED]> writes: | On 10-May-2002 Lars Gullik Bjønnes wrote: > >>| So you can't use the same filename when LyX should >>| do the converting process. >> >> And this is LyX's problem, and something that we must fix. > | Yes, but give us also an idea of how. I would check t

Re: another conversion problem

2002-05-10 Thread Juergen Vigna
On 10-May-2002 Lars Gullik Bjønnes wrote: > Are you able to create such a construct, solely from inside LyX? > If you can then it is a problem, if you cannot there is no mistake on > our part. Then it is the "cut-and-past"ers fault (playing with the lyx > format.) Sure you can. Did you look at

Re: just like a parrot ...

2002-05-10 Thread Lars Gullik Bjønnes
Herbert Voss <[EMAIL PROTECTED]> writes: | while (true) { |this fixes a bug! |http://www.mail-archive.com/lyx-devel%40lists.lyx.org/msg37380.html | } Is this the same keepempty problem that Jurgen just sent a patch for? -- Lgb

Re: PATCH: InsetERT label

2002-05-10 Thread Juergen Vigna
On 10-May-2002 Lars Gullik Bjønnes wrote: > This is not a real problem is it? > Can it wait for 1.2.1? No this is not a big problem. It can wait, but did you have a look at it? It's a really minor change. But ok if you say we should wait for 1.2.1 I'll open a bug with this and put the patch the

Re: another conversion problem

2002-05-10 Thread Lars Gullik Bjønnes
Herbert Voss <[EMAIL PROTECTED]> writes: | attached lyx-file runs with 1.1.6 but not with 1.2.0 | the problem is this part: > | -- | \lang english > | \latex latex | \lang german > | \newline > | \newline | $ | \backslash | bullet$ | \latex default | blah blah |

Re: compilation of lyx-1.2.0pre5

2002-05-10 Thread Lars Gullik Bjønnes
Nabil Hathout <[EMAIL PROTECTED]> writes: | > | erss-hathout-portable:/usr/local/src/lyx-1.2.0pre5# make all | > | Making all in config | > | make[1]: Entering directory `/usr/local/src/lyx-1.2.0pre5/config' | > | make[1]: Nothing to be done for `all'. | > | make[1]: Leaving directory `/us

Re: PATCH: InsetERT label

2002-05-10 Thread Lars Gullik Bjønnes
Juergen Vigna <[EMAIL PROTECTED]> writes: | While doing the ert compatibility thing I've seen that the label of | the ERT inset in some cases is not really true. If you have more than | one paragraph f.ex: > | aaa > | bbb > | the label is [aaa], but IMO it should be [aaa...] as we have more than

Re: obscure file conversion problem

2002-05-10 Thread Juergen Vigna
On 10-May-2002 Lars Gullik Bjønnes wrote: >| So you can't use the same filename when LyX should >| do the converting process. > > And this is LyX's problem, and something that we must fix. Yes, but give us also an idea of how. I would check the directory names of files and if they differ put a

Re: Space at the end of a math inset

2002-05-10 Thread Lars Gullik Bjønnes
Dekel Tsur <[EMAIL PROTECTED]> writes: | Here is a patch that fixes the problem. | It is quite simple. Did you have a look at this one, Andre? -- Lgb

Re: lyx-devel src/: ChangeLog LaTeXFeatures.C ParagraphParameter

2002-05-10 Thread Lars Gullik Bjønnes
Juergen Vigna <[EMAIL PROTECTED]> writes: | On 10-May-2002 Herbert Voss wrote: > >> I tried a lot and there is only a minor problem, which I can live with: > | Well you don't have too ;) > >> After a series of ert's LyX sets the next paragraph to Standard and >> not to the actual one. > | Yes I f

Re: lyx-devel src/: ChangeLog LaTeXFeatures.C ParagraphParameter

2002-05-10 Thread Juergen Vigna
On 10-May-2002 Juergen Vigna wrote: [sniped horrible english message] Hope you forgive me I didn't reread the message but as I read it now it's just horrible english, but I hope you get the meaning anyway. Jug -- -._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._

Re: obscure file conversion problem

2002-05-10 Thread Lars Gullik Bjønnes
Herbert Voss <[EMAIL PROTECTED]> writes: | Rod Pinna wrote: > >> Just came across a little snafu in pre5 with the auto file conversion. >> If have a number of files, with the same name in different >> directories. These files are graphs of the same attribute, if you >> like, but with >> different

Re: lyx-devel src/: ChangeLog LaTeXFeatures.C ParagraphParameter

2002-05-10 Thread Juergen Vigna
On 10-May-2002 Herbert Voss wrote: > I tried a lot and there is only a minor problem, which I can live with: Well you don't have too ;) > After a series of ert's LyX sets the next paragraph to Standard and > not to the actual one. Yes I forgot that if I don't have to create a new paragraph I

Re: obscure file conversion problem

2002-05-10 Thread Herbert Voss
Rod Pinna wrote: > Just came across a little snafu in pre5 with the auto file conversion. > > If have a number of files, with the same name in different directories. > These files are graphs of the same attribute, if you like, but with > different values for variables. The directory structure t

obscure file conversion problem

2002-05-10 Thread Rod Pinna
Hi all, Just came across a little snafu in pre5 with the auto file conversion. If have a number of files, with the same name in different directories. These files are graphs of the same attribute, if you like, but with different values for variables. The directory structure then shows that the