On Tue, Mar 25, 2008 at 12:15:12PM -0400, rgheck wrote: > Andre Poenitz wrote: >> On Tue, Mar 25, 2008 at 01:38:06AM -0400, rgheck wrote: >> >>> This patch prevents InsetGraphics from being created without a Buffer. >>> Comments? >>> >> >> General direction is ok. >> >> > It seems like doing this across the board would solve a lot of these buffer > pointer crashes. And it's fairly easy to do: add "Buffer &" to the > constructor, try to compile, fix stuff as you go. This seem reasonable?
Yes. [But you will get stuck near math macros, but going the way until there would already help with Text and BufferView ;-)] Andre'