> Yes, and I checked again today (around mid-day UTC) with current CVS.
> Bug alive 'n kickin'!
not sure that it had been applied by then. The newest entry of the ChangeLog
is currently.
2000-12-07 Angus Leeming <[EMAIL PROTECTED]>
* src/lyxparagraph.h, src/paragraph.C (CopyIntoMinibuffer): pass a
(Buffer const &), not a (BufferParams const &) and so fix a crash
caused by using current_view before it had been initialised. Not
the best way to do this, but much easier than changing
Inset::Clone(Buffer const &) to Inset::Clone().
* src/CutAndPaste.C:
* src/tabular.C: changed call to CopyIntoMinibuffer().
If yours is different, then the bug will still exist.
Angus