Re: [PATCH] compilation fix

2005-02-20 Thread Jean-Marc Lasgouttes
Lars Gullik Bjønnes wrote: Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | This is needed when assertions are disabled. Huh? what is that making a difference? It allows to use BOOST_CURRENT_FUNCTION when asserts are disabled (because boost assertions use this). JMarc

Re: [PATCH] compilation fix

2005-02-20 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | This is needed when assertions are disabled. Huh? what is that making a difference? -- Lgb

Re: [PATCH] Change tracking hacking

2005-02-20 Thread Johnathan Burchill
Lars Gullik Bjønnes wrote: >Juergen Spitzmueller <[EMAIL PROTECTED]> writes: > >| Lars Gullik Bjønnes wrote: >> >>> I am very happy to see bugs fixed. but I am a bit wary of adding >>> functionality at this stage. >> >| It's a bug fix really. The unability to break paragraphs is a severe (and >|

Re: [PATCH] fix captions labelstring

2005-02-20 Thread Jean-Marc Lasgouttes
Jean-Marc Lasgouttes wrote: The situation with counters is still very bad: captions in floats do not have a label when loading a file. Also, updateCounters renumbers the whole lyxtext without trying to go into nested insets. I suspect that all paragraphs will have to be visited at each updatecounte

[PATCH] compilation fix

2005-02-20 Thread Jean-Marc Lasgouttes
This is needed when assertions are disabled. Committing now. JMarc Index: src/insets/ChangeLog === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/insets/ChangeLog,v retrieving revision 1.1110 diff -u -r1.1110 ChangeLog --- src/insets/C

Re: Two tex2lyx counterexamples

2005-02-20 Thread Angus Leeming
Georg Baum wrote: > The file subequations.tex shows that André forgot to increase the file > format when he added support for eqref to insetref. The attached patch > adds the missing conversion in lyx2lyx. > OK to apply? Not only OK, but essential. -- Angus

[PATCH] fix captions labelstring

2005-02-20 Thread Jean-Marc Lasgouttes
The following patch fixes the infamous 'caption hack'. What it does is to add an infrastructure that insures that setCounter gets passed a full iterator from which enclosing figure floats can be found at any level. The situation with counters is still very bad: captions in floats do not have a labe

Re: [patch]

2005-02-20 Thread Martin Vermeer
On Sun, 2005-02-20 at 17:43 +0100, Juergen Spitzmueller wrote: > Andre Poenitz wrote: > > Please commit. > > Done. > > JÃrgen > Log message: >fix double click on collapsable label (from AndrÃ) [bug 1797] Works for me. Thanks! - Martin PS. would the math-mbox crash be something similar

Re: tex2lyx on lyx/win qt 1.3.5

2005-02-20 Thread Ekkehart Schlicht
> -Original Message- > From: Ekkehart Schlicht [mailto:[EMAIL PROTECTED] > Sent: Sunday, February 20, 2005 19:07 > To: [EMAIL PROTECTED] Angus Leeming wrote: > Ekkehart Schlicht wrote: > > > The tex2lyx.exe alone seems not to work. I guess that the package is > > somewhat incomplet

Re: Cursor inside insets patch

2005-02-20 Thread Jean-Marc Lasgouttes
Juergen Spitzmueller wrote: And this one also fixes the metrics of charstyle insets. It looks OK to me. JMarc

[PATCH] fix test for reconfiguring

2005-02-20 Thread Jean-Marc Lasgouttes
Hello, The following patch avoids reconfiguring LyX everytime in some situations. Just a backwards test. Committing. JMarc Index: src/ChangeLog === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/ChangeLog,v retrieving revision 1.2125 d

Re: Cursor inside insets patch

2005-02-20 Thread Juergen Spitzmueller
Juergen Spitzmueller wrote: > The result of the attached patch looks o.k. to me (also wrt bug 1804). And this one also fixes the metrics of charstyle insets. OK? Jürgen Index: insetcharstyle.C === RCS file: /usr/local/lyx/cvsroot/ly

Re: Cursor inside insets patch

2005-02-20 Thread Juergen Spitzmueller
John Levon wrote: > Well, much better, but can't we have a /little/ more space on the RHS? > The cursor is actually drawn over the red border right now and it's > still a little disconcerting The result of the attached patch looks o.k. to me (also wrt bug 1804). Jürgen P.S.: Why don't you just

[Patch] Bug 1790: setCursor() and sybc_events()

2005-02-20 Thread Andreas Vox
Hi John! I've another fix to this problem. Could you test it? TIA & Ciao /Andreas sync_events.diff Description: Binary data

Re: [patch]

2005-02-20 Thread Juergen Spitzmueller
Andre Poenitz wrote: > Please commit. Done. Jürgen

help needed for an undefinably LyX export problem

2005-02-20 Thread Uwe Stöhr
Hello Developers, I encountered a nasty export problem. When I export the attached LyX-file by pdflatex, LyX brings up the following error box: "pdfTeX warning (ext4): destination with the same identifier (name{equation.1}" This warning is correct, because two equations have the same counter an

Re: Two tex2lyx counterexamples

2005-02-20 Thread Georg Baum
Am Freitag, 18. Februar 2005 12:17 schrieb Paul Smith: > Dear All > > I am sending you two examples showing some problems with tex2lyx. > Please, be aware that I am not a subscriber of your list. The file subequations.tex shows that André forgot to increase the file format when he added support

Re: C++ question. Is this safe?

2005-02-20 Thread Asger Ottar Alstrup
Andre Poenitz wrote: I am not sure the message is valid. Sure, the compiler sees a tmporary and returning a reference to a part of something refered to by the temporary. However, that thing is not a temporary but lives in a structure outside. The compiler does not know, but we do. So my guess is t

Re: [Patch] Fix bug 1746: table dialog shows wrong settings when LaTeX-argument is entered

2005-02-20 Thread Georg Baum
Am Samstag, 19. Februar 2005 11:59 schrieb Martin Vermeer: > This | "sensing" in the latex string is really ugly... and here the user > has the legal recourse of switching the border on or off in the Borders > tab, no need to make the latex string do that. That's what I meant by > ugly special codi

Re: Another bug of tex2lyx

2005-02-20 Thread Georg Baum
Am Samstag, 19. Februar 2005 13:38 schrieb Paul Smith: > Dear All > > I am sending you another example showing a bug of tex2lyx. Please, > recall that I am not a subscriber of your list. This is in fact a bug of LyX: \| after \left or \right in mathed is parsed as |. The attached patch fixes tha