>> has been this fixed meanwhile? > >ping! Reply with message->size()*sizeof(char) bytes of data:
>Tommaso, i just checked this breaks more things than >just version control. even normal save functions are >affected and are touching wrong buffers. please take >the API of buffer() being only main edited document >back either by reverting the patch or refactorising >the current code. Yes, it breaks a lot. Abdel took some part upon it this weekend, but I believe he mainly attacked the GuiView. Even this seems quite tricky and it needs lot of care to do it correctly, so I'd do this step-by-step. I think the idea is to remove all calls to buffer() and get to the buffer through either currentBufferView()->buffer() or documentBufferView()->buffer(). Outside the GUI we will probably rename all buffer() calls to documentBuffer() and currentBuffer(). I don't know what plans Abdel have, but there is some progress. The last thing I'd advice is to work with different people on this. > pavel Vincent
