Re: [PATCH] bug 1890: insetoptarg triggers assertion

2005-06-06 Thread Andre Poenitz
On Wed, Jun 01, 2005 at 03:26:47PM +0200, Jean-Marc Lasgouttes wrote: Martin == Martin Vermeer [EMAIL PROTECTED] writes: Martin Hmmm. This Martin 43 InsetCollapsable::InsetCollapsable Martin 44 (BufferParams const bp, CollapseStatus status) Martin 45 :

Re: [PATCH] bug 1890: insetoptarg triggers assertion

2005-06-06 Thread Andre Poenitz
On Wed, Jun 01, 2005 at 03:26:47PM +0200, Jean-Marc Lasgouttes wrote: > > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: > > Martin> Hmmm. This > > Martin> 43 InsetCollapsable::InsetCollapsable > Martin> 44 (BufferParams const & bp, CollapseStatus status) > Martin> 45

Re: [PATCH] bug 1890: insetoptarg triggers assertion

2005-06-02 Thread Jean-Marc Lasgouttes
Jean-Marc == Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: Jean-Marc The following (trivial) patch fixes bug 1890. Although it Jean-Marc is a satisfactory fix (insert the optarg inset as open Jean-Marc instead of collapsed, like for all other collapsable Jean-Marc insets), it hides a more

Re: [PATCH] bug 1890: insetoptarg triggers assertion

2005-06-02 Thread Jean-Marc Lasgouttes
> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: Jean-Marc> The following (trivial) patch fixes bug 1890. Although it Jean-Marc> is a satisfactory fix (insert the optarg inset as open Jean-Marc> instead of collapsed, like for all other collapsable Jean-Marc> insets), it hides

Re: [PATCH] bug 1890: insetoptarg triggers assertion

2005-06-01 Thread Jean-Marc Lasgouttes
Jean-Marc == Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: Jean-Marc The following (trivial) patch fixes bug 1890. Although it Jean-Marc is a satisfactory fix (insert the optarg inset as open Jean-Marc instead of collapsed, like for all other collapsable Jean-Marc insets), it hides a more

Re: [PATCH] bug 1890: insetoptarg triggers assertion

2005-06-01 Thread Martin Vermeer
On Wed, 2005-06-01 at 15:44, Jean-Marc Lasgouttes wrote: Jean-Marc == Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: Jean-Marc The following (trivial) patch fixes bug 1890. Although it Jean-Marc is a satisfactory fix (insert the optarg inset as open Jean-Marc instead of collapsed, like for

Re: [PATCH] bug 1890: insetoptarg triggers assertion

2005-06-01 Thread Jean-Marc Lasgouttes
Martin == Martin Vermeer [EMAIL PROTECTED] writes: Martin I would say there are two different real value pairs, as there Martin are two insets within each other. The collapsable inset uses Martin its own draw method, and the textinset inside it, its own. Martin The fact that InsetCollapsable

Re: [PATCH] bug 1890: insetoptarg triggers assertion

2005-06-01 Thread Martin Vermeer
On Wed, 2005-06-01 at 16:08, Jean-Marc Lasgouttes wrote: Martin == Martin Vermeer [EMAIL PROTECTED] writes: Martin I would say there are two different real value pairs, as there Martin are two insets within each other. The collapsable inset uses Martin its own draw method, and the textinset

Re: [PATCH] bug 1890: insetoptarg triggers assertion

2005-06-01 Thread Jean-Marc Lasgouttes
Martin == Martin Vermeer [EMAIL PROTECTED] writes: Martin Hmmm. This Martin 43 InsetCollapsable::InsetCollapsable Martin 44 (BufferParams const bp, CollapseStatus status) Martin 45 : InsetText(bp), label(Label), status_(status), openinlined_(false) Martin 46 { Martin

Re: [PATCH] bug 1890: insetoptarg triggers assertion

2005-06-01 Thread Angus Leeming
Martin Vermeer wrote: Martin I would say there are two different real value pairs, as there Martin are two insets within each other. The collapsable inset uses Martin its own draw method, and the textinset inside it, its own. Martin The fact that InsetCollapsable derives from InsetText is a red

Re: [PATCH] bug 1890: insetoptarg triggers assertion

2005-06-01 Thread Georg Baum
Jean-Marc Lasgouttes wrote: Jean-Marc == Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: Jean-Marc The following (trivial) patch fixes bug 1890. Although it Jean-Marc is a satisfactory fix (insert the optarg inset as open Jean-Marc instead of collapsed, like for all other collapsable

Re: [PATCH] bug 1890: insetoptarg triggers assertion

2005-06-01 Thread Jean-Marc Lasgouttes
Georg == Georg Baum [EMAIL PROTECTED] writes: Georg Jean-Marc Lasgouttes wrote: Jean-Marc == Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: Jean-Marc The following (trivial) patch fixes bug 1890. Although it Jean-Marc is a satisfactory fix (insert the optarg inset as open Jean-Marc instead of

Re: [PATCH] bug 1890: insetoptarg triggers assertion

2005-06-01 Thread Jean-Marc Lasgouttes
> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: Jean-Marc> The following (trivial) patch fixes bug 1890. Although it Jean-Marc> is a satisfactory fix (insert the optarg inset as open Jean-Marc> instead of collapsed, like for all other collapsable Jean-Marc> insets), it hides

Re: [PATCH] bug 1890: insetoptarg triggers assertion

2005-06-01 Thread Martin Vermeer
On Wed, 2005-06-01 at 15:44, Jean-Marc Lasgouttes wrote: > > "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: > > Jean-Marc> The following (trivial) patch fixes bug 1890. Although it > Jean-Marc> is a satisfactory fix (insert the optarg inset as open > Jean-Marc> instead of

Re: [PATCH] bug 1890: insetoptarg triggers assertion

2005-06-01 Thread Jean-Marc Lasgouttes
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: Martin> I would say there are two different real value pairs, as there Martin> are two insets within each other. The collapsable inset uses Martin> its own draw method, and the textinset inside it, its own. Martin> The fact that

Re: [PATCH] bug 1890: insetoptarg triggers assertion

2005-06-01 Thread Martin Vermeer
On Wed, 2005-06-01 at 16:08, Jean-Marc Lasgouttes wrote: > > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: > > Martin> I would say there are two different real value pairs, as there > Martin> are two insets within each other. The collapsable inset uses > Martin> its own draw method,

Re: [PATCH] bug 1890: insetoptarg triggers assertion

2005-06-01 Thread Jean-Marc Lasgouttes
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: Martin> Hmmm. This Martin> 43 InsetCollapsable::InsetCollapsable Martin> 44 (BufferParams const & bp, CollapseStatus status) Martin> 45 : InsetText(bp), label("Label"), status_(status), openinlined_(false)

Re: [PATCH] bug 1890: insetoptarg triggers assertion

2005-06-01 Thread Angus Leeming
Martin Vermeer wrote: Martin> I would say there are two different real value pairs, as there Martin> are two insets within each other. The collapsable inset uses Martin> its own draw method, and the textinset inside it, its own. Martin> The fact that InsetCollapsable derives from InsetText is a

Re: [PATCH] bug 1890: insetoptarg triggers assertion

2005-06-01 Thread Georg Baum
Jean-Marc Lasgouttes wrote: >> "Jean-Marc" == Jean-Marc Lasgouttes >> <[EMAIL PROTECTED]> writes: > > Jean-Marc> The following (trivial) patch fixes bug 1890. Although it > Jean-Marc> is a satisfactory fix (insert the optarg inset as open > Jean-Marc> instead of collapsed, like for all

Re: [PATCH] bug 1890: insetoptarg triggers assertion

2005-06-01 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> Jean-Marc Lasgouttes wrote: >>> "Jean-Marc" == Jean-Marc Lasgouttes >>> <[EMAIL PROTECTED]> writes: >> Jean-Marc> The following (trivial) patch fixes bug 1890. Although it Jean-Marc> is a satisfactory fix (insert the optarg