Abdelrazak Younes wrote: >>> LyXAction::NoInternal)) >>> + return false; >>> + >>> switch (cmd.action) { >>> >> >> Abdel, why is this not done also in guiview? >> > > Because all Buffer related LFUNs should either be in Buffer or in > BufferView... But maybe there are still some LFUNs that are not transfered > yet...
yes there are. and are all such lfuns supposed to be really part of buffer? if i do eg vc-update i will close and open the buffer again, so the old buffer/view is no more existing. pavel