Re: [Devel] Bug list is shrinking!

2002-03-06 Thread Jean-Marc Lasgouttes
> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: > "John" == John Levon <[EMAIL PROTECTED]> writes: John> It is indeed. Like I said Lars I think the problem is that John> InsetExternal looks at Buffer::niceFile which is not initialised John> at that point. I think. John>

Re: [Devel] Bug list is shrinking!

2002-02-28 Thread Michael Schmitt
Lars Gullik Bjønnes wrote: > | - Why is there a height field for minipages in the file format? You cannot set it >in the dialog > > Where is the bug? Well, it is not a bug exactly; "useless feature" would be a more suitable definition. But I wonder why the height opinion has been introduced

Re: [Devel] Bug list is shrinking!

2002-02-28 Thread Jose Abilio Oliveira Matos
On Thursday 28 February 2002 13:04, Jean-Marc Lasgouttes wrote: > John> THe question is, if this can happen, what sense does looking at > John> niceFile there make ?? > > It seems that the idea is to use full path when trying to run latex. I use it in linuxdoc and docbook with the same purpose

Re: [Devel] Bug list is shrinking!

2002-02-28 Thread Jean-Marc Lasgouttes
> "Michael" == Michael Schmitt <[EMAIL PROTECTED]> writes: Michael> inseturl.h:58: warning: unused parameter `int x' All these are gone. Michael> vspace.C:447: warning: control reaches end of non-void function `VSpace::asLatexCommand(const BufferParams&) const' I fixed this one, but it i

Re: [Devel] Bug list is shrinking!

2002-02-28 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> It is indeed. Like I said Lars I think the problem is that John> InsetExternal looks at Buffer::niceFile which is not initialised John> at that point. I think. John> THe question is, if this can happen, what sense does looking at John>

Re: [Devel] Bug list is shrinking!

2002-02-28 Thread Juergen Spitzmueller
Juergen Spitzmueller wrote: > (there are another two options, position and inner position, which > are not supported yet, though rudimentally they are implemented in > the inset). By now, LyX does not export any of these values to latex > or it uses standard values like "c" for position. Sorry, o

Re: [Devel] Bug list is shrinking!

2002-02-28 Thread Juergen Spitzmueller
Michael Schmitt wrote: > >>>| - Why is there a height field for minipages in the file format? > >>> > >>>You cannot set it in the dialog Where is the bug? > > > >  > > Add it as a feature request: The possibility to set the height of a > > minipage. InsetMinipage supports it, it is the gui that do

Re: [Devel] Bug list is shrinking!

2002-02-27 Thread Michael Schmitt
Lars Gullik Bjønnes wrote: >>>| - Why is there a height field for minipages in the file format? >>>You cannot set it in the dialog Where is the bug? >>> > > Add it as a feature request: The possibility to set the height of a > minipage. InsetMinipage supports it, it is the gui that does not > su

Re: [Devel] Bug list is shrinking!

2002-02-27 Thread John Levon
On Wed, Feb 27, 2002 at 09:03:31PM +0100, Lars Gullik Bjønnes wrote: > | Not a crash in the sense that LyX says good-bye. But as you can see > | from the backtrace above LyX tries to access memory that is not > | initialized properly. IMHO this is almost equivalent to a crash. > > Nahh depen

Re: [Devel] Bug list is shrinking!

2002-02-27 Thread John Levon
On Wed, Feb 27, 2002 at 08:35:20PM +0100, Michael Schmitt wrote: > >| ==3527== Use of uninitialised CPU condition code > >| ==3527==at 0x814407C: InsetExternal::doSubstitution(Buffer const > >*, lyxstring const &) const (insetexternal.C:238) > >| ==3527==by 0x81445FD: InsetEx

Re: [Devel] Bug list is shrinking!

2002-02-27 Thread Jean-Marc Lasgouttes
> "Michael" == Michael Schmitt <[EMAIL PROTECTED]> writes: Michael> - A sub-enumeration can be set to arbitrary depth (M.V. has a Michael> patch) And I commited it. I also fixed #214 ``URL and table dialog open at the same time on right click'', but I did not find it on your list. JMarc

Re: [Devel] Bug list is shrinking!

2002-02-26 Thread John Levon
On Tue, Feb 26, 2002 at 11:08:46PM +0100, Michael Schmitt wrote: > ==3527==at 0x814407C: InsetExternal::doSubstitution(Buffer const *, >lyxstring const &) const (insetexternal.C:238) still waiting on a response for that one ... > - Miscellaneous X problems (I am glad that finally other

Re: [Devel] Bug list is shrinking!

2002-02-26 Thread Herbert Voss
Michael Schmitt wrote: > - Where have all the default tgif converters gone? Herbert, haven't you added even >more recently? > (Possibly fixed:When starting with a tgif file, pdflatex produces bad output; >starting with an > eps file (generated by tgif), pdflatex output looks OK; why? which