Re: Resolving the Inset::Clone() problem

2000-10-06 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Two possible solutions present themselves. Angus> 1. To remove all instances of (Buffer *) in the insets and to Angus> use current_view-> buffer() in their place. No. Angus> 2. To modify Inset::Clone() to Inset::Clone(Buffer *).

Resolving the Inset::Clone() problem

2000-10-05 Thread Angus Leeming
I'd like to fix the problem of cutting and pasting insets from one buffer to another. Some of the insets store a (Buffer *) and this is used for different things. The implicit expectation is that this (Buffer *) points to the current buffer. Clearly, once the inset is pasted to another docume