[PATCH] bug 1939

2005-07-20 Thread John Levon
I don't really know what I'm doing here, but this smells like old code that's no longer necessary, and is actively bad. I can't find any problem with my change. The setCursor() call was terribly dubious. regards john Index: text2.C ===

Re: New LyX/Mac Installer

2005-07-20 Thread Bennett Helm
On Jul 20, 2005, at 4:27 PM, Jean-Marc Lasgouttes wrote: Bennett Helm wrote: Jean-Marc, can you put this new version on the ftp server? Done. I have done some renaming for consistency, and the file is now named LyX-1.3.6-2Mac.dmg Thanks. Wiki is updated Also, I believe the attached pr

Re: Question/feature suggestion: View->PDF

2005-07-20 Thread Paul A. Rubin
Angus Leeming wrote: Paul A. Rubin wrote: Hi, A common problem for those of us trapped on Planet Redmond (and using Acrobat Reader to view PDFs) is that View->PDF and View->PDF (xxx) will fail if Reader is already open. The PDF file is output, but Reader claims not to be able to find the fil

[PATCH] bug 1757 redux

2005-07-20 Thread John Levon
OK, I worked out how to use the cursor. Please comment/test regards john Index: lyxfunc.C === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/lyxfunc.C,v retrieving revision 1.663 diff -u -a -p -r1.663 lyxfunc.C --- lyxfunc.C 16 J

Re: Patch for bug #1920

2005-07-20 Thread John Levon
On Thu, Jul 21, 2005 at 12:40:42AM +0200, Jean-Marc Lasgouttes wrote: > What about this patch, then? It is like the old code, except that it > deletes stuff by chunks. It is still slower than Lars' solution, so I > guess we could short-circuit it when change tracking is not enabled. Looks OK to

Re: [PATCH] bug 1757 (and a bit of 1756)

2005-07-20 Thread John Levon
On Thu, Jul 21, 2005 at 12:31:28AM +0200, Jean-Marc Lasgouttes wrote: > Why isn't it possible to do that at an higher level in > LyXFunc::getStatus? Isn't it possible to know directly that > the pointer is in a change-deleted part? How do I find out the current inset in the new world? Is all getS

Re: Patch for bug #1920

2005-07-20 Thread Jean-Marc Lasgouttes
John Levon wrote: Sure. When we do erase(0, size()), that uses the paragraph_pimpl erase() function, and that updates the change table. For old text, it does not delete the chars. So, we only remove the paragraph is its size is now 0 - this implies that it was a paragraph that was entirely new (

Re: [PATCH] bug 1757 (and a bit of 1756)

2005-07-20 Thread Jean-Marc Lasgouttes
John Levon wrote: This fixes things such that you can't edit deleted tables or other insettexts. To do this, we introduce an indirection of inset::getStatus() -> inset::doGetStatus(), where the former checks for the erased_ member, and whether the lfun is read only or not. Why isn't it possible

[PATCH] bug 1757 (and a bit of 1756)

2005-07-20 Thread John Levon
This fixes things such that you can't edit deleted tables or other insettexts. To do this, we introduce an indirection of inset::getStatus() -> inset::doGetStatus(), where the former checks for the erased_ member, and whether the lfun is read only or not. This is less than perfect unfortunately,

Re: New in LyX 1.4

2005-07-20 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: >>>I am not sure what the part about charactr styles tries to demonstrate, >>>though. >> I suppose it at least indicates that LyX will have this properly cracked >> not too long after 1.4.0 > Either the style exists and it is accessible from the menu, or it does > not

Re: New LyX/Mac Installer

2005-07-20 Thread Jean-Marc Lasgouttes
Bennett Helm wrote: Jean-Marc, can you put this new version on the ftp server? Done. I have done some renaming for consistency, and the file is now named LyX-1.3.6-2Mac.dmg Also, I believe the attached preferences file belongs in lyx-1_3_x/development/MacOSX/LyX.app/Contents/Resources/LyX.

Re: New in LyX 1.4

2005-07-20 Thread Jean-Marc Lasgouttes
John Levon wrote: On Wed, Jul 20, 2005 at 09:59:51PM +0200, Jean-Marc Lasgouttes wrote: I am not sure what the part about charactr styles tries to demonstrate, though. I suppose it at least indicates that LyX will have this properly cracked not too long after 1.4.0 Either the style exists and

Re: Patch for bug #1920

2005-07-20 Thread John Levon
On Wed, Jul 20, 2005 at 10:01:22PM +0200, Jean-Marc Lasgouttes wrote: > >On Wed, Jul 20, 2005 at 05:46:03PM +0100, John Levon wrote: > >We can trivially skip the slow bit if we're not change tracking the > >document. The question is what do we do if we /are/ change tracking. > > Could you explain

Re: Patch for bug #1920

2005-07-20 Thread Jean-Marc Lasgouttes
John Levon wrote: >Are we sure that the slowness is memory moves in std::vector::erase and not just in Paragraph::erase(0, par)? No, we're not. I tend to think it is due to memory fragmentation. Only that can explain the 500Mb RSS, I think. Note that each deletion of an element in the vector

Re: Patch for bug #1920

2005-07-20 Thread Jean-Marc Lasgouttes
John Levon wrote: On Wed, Jul 20, 2005 at 05:46:03PM +0100, John Levon wrote: We can trivially skip the slow bit if we're not change tracking the document. The question is what do we do if we /are/ change tracking. Could you explain _why_ the old code works with change tracking? JMarc

Re: New in LyX 1.4

2005-07-20 Thread John Levon
On Wed, Jul 20, 2005 at 09:59:51PM +0200, Jean-Marc Lasgouttes wrote: > I am not sure what the part about charactr styles tries to demonstrate, > though. I suppose it at least indicates that LyX will have this properly cracked not too long after 1.4.0 regards john

Re: New in LyX 1.4

2005-07-20 Thread Jean-Marc Lasgouttes
John Levon wrote: I updated: http://wiki.lyx.org/LyX/NewInLyX14 for everything I had a hand in. Somebody needs to write some stuff about translated "Chapter" and whatever changed in math (something did, I'm sure). Anything else big? I did something, and changed the toc to be auto-generated.

Re: [Patch] DVI inverse search - final.

2005-07-20 Thread João Luis Meloni Assirati
Em Qua 20 Jul 2005 14:44, Angus Leeming escreveu: > João, when you come to document your stuff, could I get you to add a little > taster to http://wiki.lyx.org/LyX/NewInLyX14 too? I already saw this page and I will add dvi search to it. Angus, you are amazing. Where do you get the strength? I do

Re: New in LyX 1.4

2005-07-20 Thread Juergen Spitzmueller
Angus Leeming wrote: > \center vs \centering I have added this to the "improved microtypography" section. Jürgen

Re: TeX Info Patch

2005-07-20 Thread Juergen Spitzmueller
Juergen Spitzmueller wrote: > Attached is the patch. I'll create the bug entry. Now bug 1936 http://bugzilla.lyx.org/show_bug.cgi?id=1936 Jürgen

Re: New in LyX 1.4

2005-07-20 Thread Angus Leeming
John Levon wrote: > I updated: > > http://wiki.lyx.org/LyX/NewInLyX14 > > for everything I had a hand in. Somebody needs to write some stuff about > translated "Chapter" and whatever changed in math (something did, I'm > sure). Anything else big? Better LaTeX output? (\center vs \centering etc.)

Re: New in LyX 1.4

2005-07-20 Thread Juergen Spitzmueller
John Levon wrote: > Anything else big? I have just added - Enhanced bibliography support (bibtopic, jurabib etc.) - Enhanced spaces and quotation marks support Jürgen

Re: [Patch] DVI inverse search - final.

2005-07-20 Thread Angus Leeming
João Luis Meloni Assirati wrote: > I'm very sorry to ask again, but I will be off one week counting from > friday and I won't be able to read or write e-mail. João, when you come to document your stuff, could I get you to add a little taster to http://wiki.lyx.org/LyX/NewInLyX14 too? Keep kickin

New LyX/Mac Installer

2005-07-20 Thread Bennett Helm
I think I've solved the problems people have been having with LyX/Mac -- problems stemming from my forgetting to add the new PATH prefix to preferences (both in the installation script and in the application bundle). With Angus' help, that's now done, and so I've posted a new version of the ins

Re: Patch for bug #1920

2005-07-20 Thread John Levon
On Wed, Jul 20, 2005 at 07:24:54PM +0200, Alfredo Braunstein wrote: > > We can trivially skip the slow bit if we're not change tracking the > > document. > > That would be enough for 1.4 I guess. That'd be OK. > > We could copy the entire list, skipping empty paragraphs after doing the > > era

Re: New in LyX 1.4

2005-07-20 Thread Alfredo Braunstein
John Levon wrote: > On Wed, Jul 20, 2005 at 06:50:27PM +0200, Alfredo Braunstein wrote: > >> Not sure it qualifies as big, but I added error lists > > I added a screenshot :) Nice :-) Alfredo

Re: Patch for bug #1920

2005-07-20 Thread Alfredo Braunstein
John Levon wrote: > On Wed, Jul 20, 2005 at 05:46:03PM +0100, John Levon wrote: > >> I must have tested the wrong lyx. The fix is a lot more painful than >> this. > > We can trivially skip the slow bit if we're not change tracking the > document. That would be enough for 1.4 I guess. > The qu

Re: Question/feature suggestion: View->PDF

2005-07-20 Thread Angus Leeming
Paul A. Rubin wrote: > Hi, > > A common problem for those of us trapped on Planet Redmond (and using > Acrobat Reader to view PDFs) is that View->PDF and View->PDF (xxx) will > fail if Reader is already open. The PDF file is output, but Reader > claims not to be able to find the file. > > On th

Re: Help modifying old preference file for installation script

2005-07-20 Thread Bennett Helm
On Jul 20, 2005, at 12:11 PM, Angus Leeming wrote: Angus Leeming wrote: Attached. sed -f bennett.sed prefs_in > prefs_out Perhaps the attached is more elegant. sh bennett.sh prefs_in > prefs_out -- Angus Thanks, Angus -- that's perfect. Bennett

Re: New in LyX 1.4

2005-07-20 Thread John Levon
On Wed, Jul 20, 2005 at 06:50:27PM +0200, Alfredo Braunstein wrote: > Not sure it qualifies as big, but I added error lists I added a screenshot :) john

Re: Patch for bug #1920

2005-07-20 Thread John Levon
On Wed, Jul 20, 2005 at 05:46:03PM +0100, John Levon wrote: > I must have tested the wrong lyx. The fix is a lot more painful than > this. We can trivially skip the slow bit if we're not change tracking the document. The question is what do we do if we /are/ change tracking. We could copy the en

Re: New in LyX 1.4

2005-07-20 Thread Alfredo Braunstein
John Levon wrote: > > I updated: > > http://wiki.lyx.org/LyX/NewInLyX14 > > for everything I had a hand in. Somebody needs to write some stuff about > translated "Chapter" and whatever changed in math (something did, I'm > sure). Anything else big? Not sure it qualifies as big, but I added err

Re: Patch for bug #1920

2005-07-20 Thread John Levon
On Wed, Jul 20, 2005 at 06:31:58PM +0200, Alfredo Braunstein wrote: > I was afraid of this chunk of your patch > > - pars[pit].erase(0, pars[pit].size()); > > John seems to have tested it, so it probably works. It would be cool to I lied :( I must have tested the wrong lyx. The

New in LyX 1.4

2005-07-20 Thread John Levon
I updated: http://wiki.lyx.org/LyX/NewInLyX14 for everything I had a hand in. Somebody needs to write some stuff about translated "Chapter" and whatever changed in math (something did, I'm sure). Anything else big? cheers john

Re: Patch for bug #1920

2005-07-20 Thread Alfredo Braunstein
John Levon wrote: > On Wed, Jul 20, 2005 at 09:56:53AM +0200, Alfredo Braunstein wrote: > >> Shoot in the dark: does it work with change tracking? This erasing one at >> a time (and erasing the contents first) was there to track changes I seem >> to remember. > > I tried it and it seemed to work

Re: Patch for bug #1920

2005-07-20 Thread Alfredo Braunstein
Lars Gullik Bjønnes wrote: > | Shoot in the dark: does it work with change tracking? This erasing one > | at a time (and erasing the contents first) was there to track changes I > | seem to remember. > > The change tracking would (should) never see it. This is supposed to > be operations on std::

Re: Help modifying old preference file for installation script

2005-07-20 Thread Angus Leeming
Angus Leeming wrote: > Attached. > sed -f bennett.sed prefs_in > prefs_out Perhaps the attached is more elegant. sh bennett.sh prefs_in > prefs_out -- Angus bennett.sh Description: application/shellscript

Question/feature suggestion: View->PDF

2005-07-20 Thread Paul A. Rubin
Hi, A common problem for those of us trapped on Planet Redmond (and using Acrobat Reader to view PDFs) is that View->PDF and View->PDF (xxx) will fail if Reader is already open. The PDF file is output, but Reader claims not to be able to find the file. On the other hand, File->Export->Custo

Re: Help modifying old preference file for installation script

2005-07-20 Thread Angus Leeming
Bennett Helm wrote: > I need help figuring out how in an installation shell script to modify > pre-1.3.6 LyX preference files to make for a smooth transition to > 1.3.6. I could probably figure out how to do it, but it would take me > far too long, and I'm sure someone can do it quickly for me. >

Re: wiki

2005-07-20 Thread Angus Leeming
John Levon wrote: > Thanks. What about for uploading files? name: lyx pass: LyXers -- Angus

Re: wiki

2005-07-20 Thread John Levon
On Wed, Jul 20, 2005 at 05:26:35PM +0200, Jean-Marc Lasgouttes wrote: > John> what's the username/pass? I'm going to add to the what's new for > John> multiple toolbars and change tracking... > > Pass is LyXers, name is whatever Thanks. What about for uploading files? john

Help modifying old preference file for installation script

2005-07-20 Thread Bennett Helm
I need help figuring out how in an installation shell script to modify pre-1.3.6 LyX preference files to make for a smooth transition to 1.3.6. I could probably figure out how to do it, but it would take me far too long, and I'm sure someone can do it quickly for me. There are two things th

Re: wiki

2005-07-20 Thread Jean-Marc Lasgouttes
> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: > "John" == John Levon <[EMAIL PROTECTED]> writes: John> what's the username/pass? I'm going to add to the what's new for John> multiple toolbars and change tracking... Jean-Marc> Pass is LyXers, name is whatever Sorry, I

Re: wiki

2005-07-20 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> what's the username/pass? I'm going to add to the what's new for John> multiple toolbars and change tracking... Pass is LyXers, name is whatever JMarc

wiki

2005-07-20 Thread John Levon
what's the username/pass? I'm going to add to the what's new for multiple toolbars and change tracking... regards john

Re: [Patch] DVI inverse search - final.

2005-07-20 Thread João Luis Meloni Assirati
Em Seg 18 Jul 2005 12:19, Lars Gullik Bjønnes escreveu: > João Luis Meloni Assirati <[EMAIL PROTECTED]> writes: > | Em Sex 15 Jul 2005 05:20, Lars Gullik Bjønnes escreveu: > >> I am thinking about this patch, and if it can be done in a "simpler" > >> way. Let me think some more hours... > | > | Lar

Documenting new features in LyX 1.4

2005-07-20 Thread Angus Leeming
Geoffrey Lloyd asked me in a private mail, what's new in LyX 1.4? So, I decided to try and make a start: http://wiki.lyx.org/LyX/NewInLyX14 Please add to it, even if it's just adding stream of consciousness stuff to the list of new features. -- Angus

Re: LyX 1.4.x: math is rendered with bitmap fonts

2005-07-20 Thread Angus Leeming
Angus Leeming wrote: > Jean-Marc Lasgouttes wrote: >> Angus> Attached are two screenshots, one from the Qt version of LyX >> Angus> 1.3.x and one from LyX 1.4.x. >> Angus> Note how the math is now rendered using a bitmap font... > >> Do you have the ttf TeX fonts installed? > > How do I find out?

Re: [LyX 1.4 bug] Page down in math is...weird ;-)

2005-07-20 Thread Angus Leeming
Lars Gullik Bjønnes wrote: > Create a bugzilla case for this if you haven't already and set target > to 1.5. http://bugzilla.lyx.org/show_bug.cgi?id=1933 -- Angus

Re: Boost - note 1.33.0 - will be in 1.4.0

2005-07-20 Thread Angus Leeming
Lars Gullik Bjønnes wrote: > This is just a heads up. Boost is planning release of 1.33.0 at Aug 1. > I am going to upgrade 1.4cvs to use it. Why? Will it fix any problems? Err, No. Do we need any of its new features? Err, No again. How does this fit with your mail of only 2 days ago: http://new

Re: [LyX 1.4 bug] Page down in math is...weird ;-)

2005-07-20 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: >> | I notice that when I'm navigating through a document using the "Page >> | Down" button, if I land in a math inset then the next "Page Down" >> | keypress doesn't take me down at all. It places the cursor outside >> | (left

Boost - note 1.33.0 - will be in 1.4.0

2005-07-20 Thread Lars Gullik Bjønnes
This is just a heads up. Boost is planning release of 1.33.0 at Aug 1. I am going to upgrade 1.4cvs to use it. -- Lgb

Re: [LyX 1.4 bug] Page down in math is...weird ;-)

2005-07-20 Thread Angus Leeming
Lars Gullik Bjønnes wrote: > | I notice that when I'm navigating through a document using the "Page > | Down" button, if I land in a math inset then the next "Page Down" > | keypress doesn't take me down at all. It places the cursor outside > | (left of) the math inset. > That is better than being

Re: [LyX 1.4 bug] Page down in math is...weird ;-)

2005-07-20 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | I notice that when I'm navigating through a document using the "Page Down" | button, if I land in a math inset then the next "Page Down" keypress | doesn't take me down at all. It places the cursor outside (left of) the | math inset. That is better than

Re: bugzilla does not know 1.3.6

2005-07-20 Thread Lars Gullik Bjønnes
Georg Baum <[EMAIL PROTECTED]> writes: | Jean-Marc Lasgouttes wrote: > >> I can see 1.3.6. Where is it missing? > | It was missing in http://bugzilla.lyx.org/enter_bug.cgi in the version | field. Now it is there. It was probably an outdated cache/proxy. No, it was me. -- Lgb

Re: File->Import->LaTeX borked?

2005-07-20 Thread Georg Baum
Jean-Marc Lasgouttes wrote: > It still goes to standard output if there is only one parameter, > right? Yes. > Do we really want that? I don't care. > What about translating file.tex to > file.lyx? (and have - as special name for std output) It is very easy to do so, but we'll force people

Re: bugzilla does not know 1.3.6

2005-07-20 Thread Georg Baum
Jean-Marc Lasgouttes wrote: > I can see 1.3.6. Where is it missing? It was missing in http://bugzilla.lyx.org/enter_bug.cgi in the version field. Now it is there. It was probably an outdated cache/proxy. Georg

Re: File->Import->LaTeX borked?

2005-07-20 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> On Wed, Jul 20, 2005 at 11:55:46AM +0200, Georg Baum wrote: >> > In the tmpdir right? Bad if we end up overwriting an existing > >> filename.lyx ... >> >> But that was the case with reLyX, too. If you don't want that, >> remove the -f o

Re: LyX 1.4.x: math is rendered with bitmap fonts

2005-07-20 Thread Ekkehart Schlicht
>Do you have the ttf TeX fonts installed? it was ttf, but not tex, i.e. Bakoma (no symbols involved). More precisely, it was Garamont MT (GAR_.TTF). Ekkehart

Re: LyX 1.4.x: math is rendered with bitmap fonts

2005-07-20 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: > Angus> Attached are two screenshots, one from the Qt version of LyX > Angus> 1.3.x and one from LyX 1.4.x. > Angus> Note how the math is now rendered using a bitmap font... > Do you have the ttf TeX fonts installed? How do I find out? (What should I be looking for?)

Re: File->Import->LaTeX borked?

2005-07-20 Thread John Levon
On Wed, Jul 20, 2005 at 11:55:46AM +0200, Georg Baum wrote: > > In the tmpdir right? Bad if we end up overwriting an existing > > filename.lyx ... > > But that was the case with reLyX, too. If you don't want that, remove the -f > option from the command in configure.m4. Can't we take the opportu

Re: Patch for bug #1920

2005-07-20 Thread John Levon
On Wed, Jul 20, 2005 at 09:56:53AM +0200, Alfredo Braunstein wrote: > Shoot in the dark: does it work with change tracking? This erasing one at a > time (and erasing the contents first) was there to track changes I seem to > remember. I tried it and it seemed to work john

Re: bugzilla does not know 1.3.6

2005-07-20 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> To whom it may concern: Please add 1.3.6 to bugzilla. Or is it Georg> by definition bugfree? ;-) I can see 1.3.6. Where is it missing? JMarc

Re: LyX 1.4.x: math is rendered with bitmap fonts

2005-07-20 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Attached are two screenshots, one from the Qt version of LyX Angus> 1.3.x and one from LyX 1.4.x. Angus> Note how the math is now rendered using a bitmap font... Do you have the ttf TeX fonts installed? JMarc

Re: LyX 1.4.x: math is rendered with bitmap fonts

2005-07-20 Thread Ekkehart Schlicht
Just for comparison the Windows version 1.3.6 with vector fonts. Ekkehart

Re: File->Import->LaTeX borked?

2005-07-20 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> John Levon wrote: >>> Then tex2lyx needs a new option to specify the output file 'or >>> send its output to filename.lyx when translating filename.tex. Georg> The attached patch implements that in a reLyX compatible way. Georg> Lars,

Re: LyX 1.4.x: math is rendered with bitmap fonts

2005-07-20 Thread Angus Leeming
Angus Leeming wrote: > Attached are two screenshots, one from the Qt version of LyX 1.3.x and > one from LyX 1.4.x. > > Note how the math is now rendered using a bitmap font... This is still true once I've adjusted my preferences so that both versions use the same fonts at the same screen dpi et

Re: File->Import->LaTeX borked?

2005-07-20 Thread Georg Baum
John Levon wrote: >> Then tex2lyx needs a new option to specify the output file 'or send >> its output to filename.lyx when translating filename.tex. The attached patch implements that in a reLyX compatible way. Lars, OK to apply? > In the tmpdir right? Bad if we end up overwriting an existing >

[LyX 1.4 bug] Page down in math is...weird ;-)

2005-07-20 Thread Angus Leeming
I notice that when I'm navigating through a document using the "Page Down" button, if I land in a math inset then the next "Page Down" keypress doesn't take me down at all. It places the cursor outside (left of) the math inset. Ditto, "Page Up" places me outside (right of) the math inset. Is ther

Re: lyx2lyx missing '\paperpackage'

2005-07-20 Thread Angus Leeming
Jose' Matos wrote: > Any special reason to work the documents with 1.3 and not 1.4? I'm using 1.3 because it's stable and I need to get stuff done. I keep firing up 1.4 to actually generate the .dvi files etc because that way I don't polute my user space with the cruft of Xfig -> latex conversi

Re: lyx2lyx missing '\paperpackage'

2005-07-20 Thread Jose' Matos
On Wednesday 20 July 2005 09:40, Angus Leeming wrote: > Please don't forget the 1.3.x tree. I don't. :-) > I note that the lyx2lyx that is shipped with 1.3.6 won't "downgrade" the > docs in lib/doc because it understands file format 242 only and these > docs are at format 243. It would be nice

LyX 1.4.x: math is rendered with bitmap fonts

2005-07-20 Thread Angus Leeming
Attached are two screenshots, one from the Qt version of LyX 1.3.x and one from LyX 1.4.x. Note how the math is now rendered using a bitmap font... That aside, LyX 1.4 is feeling good! -- Angus lyx-13x.png Description: PNG image lyx-14x.png Description: PNG image

bugzilla does not know 1.3.6

2005-07-20 Thread Georg Baum
To whom it may concern: Please add 1.3.6 to bugzilla. Or is it by definition bugfree? ;-) Georg

Re: TeX Info Patch

2005-07-20 Thread Juergen Spitzmueller
Lars Gullik Bjønnes wrote: > Michael Schmitt <[EMAIL PROTECTED]> writes: > | Meanwhile, I found out that the regular crashes on the Windows > | platform are totally unrelated to your patch. Thank god. This nearly drove me mad. > | Thus, I think you should > | commit it. IIRC, Lars, this patch f

Re: File->Import->LaTeX borked?

2005-07-20 Thread Georg Baum
Jean-Marc Lasgouttes wrote: > Then tex2lyx needs a new option to specify the output file 'or send > its output to filename.lyx when translating filename.tex. I did that already. Patch follows soon. Georg

Re: lyx2lyx missing '\paperpackage'

2005-07-20 Thread Angus Leeming
Jose' Matos wrote: > On Wednesday 20 July 2005 08:04, Jose' Matos wrote: >> Most of this type of warnings are wrong IMO, a legal lyx file does not >> needs to have every buffer parameter on it. > > Attached follows a patch to fix this. > > I think that some of the other warnings are not corr

Re: lyx2lyx missing '\paperpackage'

2005-07-20 Thread Jose' Matos
On Wednesday 20 July 2005 08:04, Jose' Matos wrote: >   Most of this type of warnings are wrong IMO, a legal lyx file does not > needs to have every buffer parameter on it. Attached follows a patch to fix this. I think that some of the other warnings are not correct. If a document misses a

Re: Patch for bug #1920

2005-07-20 Thread Lars Gullik Bjønnes
Alfredo Braunstein <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: > >> http://bugzilla.lyx.org/show_bug.cgi?id=1920 >> >> It would be nice if someone could test this. >> >> The problem was that when deleting paragraphs as part of a cut, we >> delete the paragraphs one-by-one from the

Re: Patch for bug #1920

2005-07-20 Thread Alfredo Braunstein
Lars Gullik Bjønnes wrote: > http://bugzilla.lyx.org/show_bug.cgi?id=1920 > > It would be nice if someone could test this. > > The problem was that when deleting paragraphs as part of a cut, we > delete the paragraphs one-by-one from the beginning of the > paragraphlist vector. This results in a

Re: lyx2lyx missing '\paperpackage'

2005-07-20 Thread Jose' Matos
On Tuesday 19 July 2005 20:03, Angus Leeming wrote: > This is with today's 1.4cvs sources: > > [EMAIL PROTECTED] ~/lyx/devel/lib/doc > $ python ../lyx2lyx/lyx2lyx --to 221 fr_UserGuide.lyx > angus.lyx > Warning: Malformed lyx file: Missing '\paperpackage'. I saw them also. That is a warning f