Do All Insets Need Their Buffer Set?

2008-03-25 Thread rgheck
Or are there some that don't need it? or want it? rh

Re: Do All Insets Need Their Buffer Set?

2008-03-25 Thread Bo Peng
On Tue, Mar 25, 2008 at 11:57 AM, rgheck [EMAIL PROTECTED] wrote: Or are there some that don't need it? or want it? I do not have the answer but I think simple insets such as InsetNewline does not really need a buffer pointer, whereas more complicated ones should have one. For example,

Re: Do All Insets Need Their Buffer Set?

2008-03-25 Thread rgheck
Bo Peng wrote: On Tue, Mar 25, 2008 at 11:57 AM, rgheck [EMAIL PROTECTED] wrote: Or are there some that don't need it? or want it? I do not have the answer but I think simple insets such as InsetNewline does not really need a buffer pointer, whereas more complicated ones should have

Re: Do All Insets Need Their Buffer Set?

2008-03-25 Thread rgheck
rgheck wrote: Or are there some that don't need it? or want it? Here's the point of the question. There are surely still places in the code where insets get constructed and their buffers don't get set. We can hunt these down one crash at a time and probably still miss some or we can do

Re: Do All Insets Need Their Buffer Set?

2008-03-25 Thread Andre Poenitz
On Tue, Mar 25, 2008 at 12:57:19PM -0400, rgheck wrote: Or are there some that don't need it? or want it? I think insets can't (nor should) live without Buffer. Andre'

Re: Do All Insets Need Their Buffer Set?

2008-03-25 Thread Andre Poenitz
On Tue, Mar 25, 2008 at 02:24:48PM -0400, rgheck wrote: rgheck wrote: Or are there some that don't need it? or want it? Here's the point of the question. There are surely still places in the code where insets get constructed and their buffers don't get set. We can hunt these down one

Re: Do All Insets Need Their Buffer Set?

2008-03-25 Thread rgheck
Andre Poenitz wrote: On Tue, Mar 25, 2008 at 02:24:48PM -0400, rgheck wrote: rgheck wrote: Or are there some that don't need it? or want it? Here's the point of the question. There are surely still places in the code where insets get constructed and their buffers don't get

Re: Do All Insets Need Their Buffer Set?

2008-03-25 Thread Andre Poenitz
On Tue, Mar 25, 2008 at 04:03:24PM -0400, rgheck wrote: Andre Poenitz wrote: On Tue, Mar 25, 2008 at 02:24:48PM -0400, rgheck wrote: rgheck wrote: Or are there some that don't need it? or want it? Here's the point of the question. There are surely still places in the code

Do All Insets Need Their Buffer Set?

2008-03-25 Thread rgheck
Or are there some that don't need it? or want it? rh

Re: Do All Insets Need Their Buffer Set?

2008-03-25 Thread Bo Peng
On Tue, Mar 25, 2008 at 11:57 AM, rgheck <[EMAIL PROTECTED]> wrote: > > Or are there some that don't need it? or want it? I do not have the answer but I think simple insets such as InsetNewline does not really need a buffer pointer, whereas more complicated ones should have one. For example,

Re: Do All Insets Need Their Buffer Set?

2008-03-25 Thread rgheck
Bo Peng wrote: On Tue, Mar 25, 2008 at 11:57 AM, rgheck <[EMAIL PROTECTED]> wrote: Or are there some that don't need it? or want it? I do not have the answer but I think simple insets such as InsetNewline does not really need a buffer pointer, whereas more complicated ones should

Re: Do All Insets Need Their Buffer Set?

2008-03-25 Thread rgheck
rgheck wrote: Or are there some that don't need it? or want it? Here's the point of the question. There are surely still places in the code where insets get constructed and their buffers don't get set. We can hunt these down one crash at a time and probably still miss some or we can do

Re: Do All Insets Need Their Buffer Set?

2008-03-25 Thread Andre Poenitz
On Tue, Mar 25, 2008 at 12:57:19PM -0400, rgheck wrote: > > Or are there some that don't need it? or want it? I think insets can't (nor should) live without Buffer. Andre'

Re: Do All Insets Need Their Buffer Set?

2008-03-25 Thread Andre Poenitz
On Tue, Mar 25, 2008 at 02:24:48PM -0400, rgheck wrote: > rgheck wrote: >> >> Or are there some that don't need it? or want it? >> > Here's the point of the question. There are surely still places in the code > where insets get constructed and their buffers don't get set. We can hunt > these

Re: Do All Insets Need Their Buffer Set?

2008-03-25 Thread rgheck
Andre Poenitz wrote: On Tue, Mar 25, 2008 at 02:24:48PM -0400, rgheck wrote: rgheck wrote: Or are there some that don't need it? or want it? Here's the point of the question. There are surely still places in the code where insets get constructed and their buffers don't get

Re: Do All Insets Need Their Buffer Set?

2008-03-25 Thread Andre Poenitz
On Tue, Mar 25, 2008 at 04:03:24PM -0400, rgheck wrote: > Andre Poenitz wrote: >> On Tue, Mar 25, 2008 at 02:24:48PM -0400, rgheck wrote: >> >>> rgheck wrote: >>> Or are there some that don't need it? or want it? >>> Here's the point of the question. There are surely