Re: InsetQuote Buffer Assert

2008-10-29 Thread Cucinotta Tommaso
On Tue, 28 Oct 2008 08:49:30 +0100 Abdelrazak Younes <[EMAIL PROTECTED]> wrote: Why not a const ref instead of a copy? if (cur.inTexted()) { - Paragraph par = cur.paragraph(); + Paragraph const& par = cur.paragraph(); Ooops, so, each paragraph was being w

Re: InsetQuote Buffer Assert

2008-10-28 Thread Enrico Forestieri
On Tue, Oct 28, 2008 at 08:49:30AM +0100, Abdelrazak Younes wrote: > Why not a const ref instead of a copy? Yep, that seems to be the right fix. > if (cur.inTexted()) { > - Paragraph par = cur.paragraph(); > + Paragraph const& par = cur.paragraph(); >

Re: InsetQuote Buffer Assert

2008-10-28 Thread Abdelrazak Younes
On 28/10/2008 00:14, Enrico Forestieri wrote: On Mon, Oct 27, 2008 at 07:08:26PM +0100, Abdelrazak Younes wrote: On 27/10/2008 12:58, rgheck wrote: Tommaso Cucinotta wrote: Pavel Sanda ha scritto: i have put it in. anyway at first try: 1. load math manual 2. searc

Re: InsetQuote Buffer Assert

2008-10-27 Thread Enrico Forestieri
On Mon, Oct 27, 2008 at 07:08:26PM +0100, Abdelrazak Younes wrote: > On 27/10/2008 12:58, rgheck wrote: > > Tommaso Cucinotta wrote: > >> Pavel Sanda ha scritto: > >>> i have put it in. anyway at first try: > >>> 1. load math manual > >>> 2. search math exrp E/F > >>> 3. search > >>> 4. kaboom > >

Re: InsetQuote Buffer Assert

2008-10-27 Thread Abdelrazak Younes
On 27/10/2008 12:58, rgheck wrote: Tommaso Cucinotta wrote: Pavel Sanda ha scritto: i have put it in. anyway at first try: 1. load math manual 2. search math exrp E/F 3. search 4. kaboom I have tracked down the problem to a much simpler example: 1. New document 2. Enter any text containing a d

InsetQuote Buffer Assert

2008-10-27 Thread rgheck
Tommaso Cucinotta wrote: Pavel Sanda ha scritto: i have put it in. anyway at first try: 1. load math manual 2. search math exrp E/F 3. search 4. kaboom I have tracked down the problem to a much simpler example: 1. New document 2. Enter any text containing a double quote character (") 3. AdvS