Re: Inset in inset crashes

2001-11-21 Thread Allan Rae
On Wed, 21 Nov 2001, Juergen Vigna wrote: > On 21-Nov-2001 Allan Rae wrote: > > > It seems we need to get: > > Inset::checkInsertChar() to return false. > > UpdatableInset::checkInsertChar() to return true. > > IMO the Inset::checkInsertChar() should be removed. I added this when > I

Re: Inset in inset crashes

2001-11-21 Thread Allan Rae
On Wed, 21 Nov 2001, Larry Kollar wrote: > > Allan Rae wrote: > > > P.S. I tawt I taw a meteor shower: I did! I did! > > Actually, this is what you saw: > http://www.geekculture.com/joyoftech/joyarchives/260.html There must have a been a whole alien invasion fleet up there to be chucking dow

Re: Inset in inset crashes

2001-11-21 Thread Larry Kollar
Allan Rae wrote: > P.S. I tawt I taw a meteor shower: I did! I did! Actually, this is what you saw: http://www.geekculture.com/joyoftech/joyarchives/260.html :-) Larry

Re: Inset in inset crashes

2001-11-21 Thread Andre Poenitz
> I *think* the formula insets should be able to handle insertion of > chars (probably with a change of font but not necessarily -- ideas?) > Andre'? I do not really understand what you are talking about. I am just learning to crawl in the outside world... Last time I looked I could insert some

Re: Inset in inset crashes

2001-11-21 Thread Juergen Vigna
On 21-Nov-2001 Allan Rae wrote: > It seems we need to get: > Inset::checkInsertChar() to return false. > UpdatableInset::checkInsertChar() to return true. IMO the Inset::checkInsertChar() should be removed. I added this when I had the problems that the function was not called. But i

Re: Inset in inset crashes

2001-11-20 Thread Allan Rae
On Wed, 21 Nov 2001, Allan Rae wrote: > I'll put together what I think needs to be done to have the bool > operate as "insertion is permitted." This should help fix a couple of > other inset related weird issues. It seems we need to get: Inset::checkInsertChar() to return false.

Re: Inset in inset crashes

2001-11-20 Thread Allan Rae
On 20 Nov 2001, Jean-Marc Lasgouttes wrote: > > "Allan" == Allan Rae <[EMAIL PROTECTED]> writes: > > Allan> As I mentioned in a previous email in the > Allan> "Paragraph::Pimpl::size()" thread text in paragraphs in a > Allan> Figure float are getting told by > Allan> insetcollapsible::checkIn

RE: Inset in inset crashes

2001-11-20 Thread Allan Rae
On Tue, 20 Nov 2001, Juergen Vigna wrote: > > On 20-Nov-2001 Allan Rae wrote: > > > So since I have to go home and prepare myself for Australia's victory > > over Uraguay tonight (so we will be halfway to qualifying for the > > World Cup) I leave the task to fixing checkInsertChar() to someone >

Re: Inset in inset crashes

2001-11-20 Thread Jean-Marc Lasgouttes
> "Allan" == Allan Rae <[EMAIL PROTECTED]> writes: Allan> As I mentioned in a previous email in the Allan> "Paragraph::Pimpl::size()" thread text in paragraphs in a Allan> Figure float are getting told by Allan> insetcollapsible::checkInsertChar() that text isn't allowed! Allan> (which is why

RE: Inset in inset crashes

2001-11-20 Thread Juergen Vigna
On 20-Nov-2001 Allan Rae wrote: > So since I have to go home and prepare myself for Australia's victory > over Uraguay tonight (so we will be halfway to qualifying for the > World Cup) I leave the task to fixing checkInsertChar() to someone Is that some strange small Island? Or do you mean Urug

Inset in inset crashes

2001-11-20 Thread Allan Rae
Halfway there: 2001-11-20 Allan Rae <[EMAIL PROTECTED]> * paragraph.C (insertFromMinibuffer): Fix for inset related crashes. Now need Inset*::checkInsertChar() to return true for appropriate cases so that the characters in the minibuffer will actually be insert