Re: lyx-1.3.x/src/lyxlength.C

2004-11-04 Thread Georg Baum
Allan Rae wrote: > Actually if someone wanted to be extra helpful they could fix the > external inset problem mentioned in ANNOUNCE: > > - Partly fix the handling of included files. External insets are still > not working correctly [bug #605]. > > I've found a few threads in the archive about

Re: lyx-1.3.x/src/lyxlength.C

2004-11-04 Thread Allan Rae
On Thu, 4 Nov 2004, Jean-Marc Lasgouttes wrote: > > "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: > > Jean-Marc> Thanks for the tip. I'd rather use #include > Jean-Marc> "support/snprintf.h" since this uses our own implementation > Jean-Marc> if needed. Can you confirm that i

Re: lyx-1.3.x/src/lyxlength.C

2004-11-04 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> I thought I already did this for 1.4.0, but obviously not... Here is the corresponding patch against HEAD. I'll apply it shortly. JMarc Index: ChangeLog === RCS

Re: lyx-1.3.x/src/lyxlength.C

2004-11-04 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: >> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: > | Angus> Looks good enough to me. Why not get rid of snprintf.[Ch] at | Angus> the same time? > | What I propose is to remove all traces of it in 1.4.0, and keep it as | it is in 1.3.x. I

Re: lyx-1.3.x/src/lyxlength.C

2004-11-04 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Looks good enough to me. Why not get rid of snprintf.[Ch] at Angus> the same time? What I propose is to remove all traces of it in 1.4.0, and keep it as it is in 1.3.x. I prefer to have a minimal impact on the sources. JMarc

Re: lyx-1.3.x/src/lyxlength.C

2004-11-04 Thread José Abílio Oliveira Matos
On Thu, Nov 04, 2004 at 11:27:04AM +, Angus Leeming wrote: > > Looks good enough to me. Why not get rid of snprintf.[Ch] at the same > time? I agree on both issues. > -- > Angus -- José Abílio Matos LyX and docbook a perfect match. :-)

Re: lyx-1.3.x/src/lyxlength.C

2004-11-04 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: > Jean-Marc> Thanks for the tip. I'd rather use #include > Jean-Marc> "support/snprintf.h" since this uses our own > implementation Jean-Marc> if needed. Can you confirm that it works? > > Actually it does not work here. Since snprintf is not used anywhere > else in 1.

Re: lyx-1.3.x/src/lyxlength.C

2004-11-04 Thread Jean-Marc Lasgouttes
> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: Jean-Marc> Thanks for the tip. I'd rather use #include Jean-Marc> "support/snprintf.h" since this uses our own implementation Jean-Marc> if needed. Can you confirm that it works? Actually it does not work here. Since snprintf i

Re: lyx-1.3.x/src/lyxlength.C

2004-11-04 Thread Jean-Marc Lasgouttes
> "Allan" == Allan Rae <[EMAIL PROTECTED]> writes: Hello Allan, Nice to see you around again! Allan> The recent backported bug fix for bug 1523 breaks compilation Allan> because snprintf() is unknown. Note this is lyx-1.3.x cvs I'm Allan> talking about. Thanks for the tip. I'd rather use #