Jean-Marc Lasgouttes wrote: >>>>>> "Peter" == Peter Kümmel <[EMAIL PROTECTED]> writes: > > Peter> I've tried it again, and yes it only crashes with your patch: > > You are definitely right. Thanks for being persistent, I was so sure > it was not possible %-| > > Updated patch follows. > > JMarc
Fine, the "<-" bug is fixed, it doesn't crash any more. But now it crashes when I hit some key when the curser is in the table, means: "<-" + "a" lyx-qt4.exe!std::_Tree<std::_Tmap_traits<InsetBase const *,Point,std::less<InsetBase const *>,std::allocator<std::pair<InsetBase const * const,Point> >,0> >::const_iterator::operator*() Line 245 + 0x17 bytes C++ lyx-qt4.exe!std::_Tree<std::_Tmap_traits<InsetBase const *,Point,std::less<InsetBase const *>,std::allocator<std::pair<InsetBase const * const,Point> >,0> >::const_iterator::operator->() Line 259 C++ lyx-qt4.exe!CoordCacheBase<InsetBase>::x(const InsetBase * thing=0x02774160) Line 60 + 0x28 bytes C++ lyx-qt4.exe!InsetBase::xo() Line 341 C++ lyx-qt4.exe!InsetTabular::resetPos(LCursor & cur={...}) Line 1250 + 0x8 bytes C++ lyx-qt4.exe!InsetTabular::doDispatch(LCursor & cur={...}, FuncRequest & cmd={...}) Line 789 C++ lyx-qt4.exe!InsetBase::dispatch(LCursor & cur={...}, FuncRequest & cmd={...}) Line 141 + 0x1a bytes C++ lyx-qt4.exe!LCursor::dispatch(const FuncRequest & cmd0={...}) Line 292 C++ lyx-qt4.exe!LyXFunc::dispatch(const FuncRequest & cmd={...}) Line 1591 C++ lyx-qt4.exe!LyXFunc::processKeySym(boost::shared_ptr<LyXKeySym> keysym={...}, key_modifier::state state=none) Line 329 + 0x3b bytes C++ lyx-qt4.exe!BufferView::Pimpl::workAreaKeyPress(boost::shared_ptr<LyXKeySym> key={...}, key_modifier::state state=none) Line 503 C++ lyx-qt4.exe!BufferView::workAreaKeyPress(boost::shared_ptr<LyXKeySym> key={...}, key_modifier::state state=none) Line 241 C++ lyx-qt4.exe!lyx::frontend::WorkArea::processKeySym(boost::shared_ptr<LyXKeySym> key={...}, key_modifier::state state=none) Line 224 C++ lyx-qt4.exe!lyx::frontend::GuiWorkArea::keyPressEvent(QKeyEvent * e=0x0186e8dc) Line 375 C++ Are these back traces of any use for you? Peter