Re: [Cvslog] r16500 - in /lyx-devel/trunk/src: lyxfunc.C text3.C

2007-01-04 Thread Angus Leeming
>>> if (sel.empty()) { >>> - const int old_pos = cur.pos(); >>> cur.insert(new InsetMathHull(hullSimple)); >>> BOOST_ASSERT(old_pos == cur.pos()); >>> cur.nextInset()->edit(cur, true); >> old_pos is not unuse

Re: [Cvslog] r16500 - in /lyx-devel/trunk/src: lyxfunc.C text3.C

2007-01-04 Thread Abdelrazak Younes
Georg Baum wrote: Now getStatus will not be called if assertions are disabled. That is wrong, we want getStatus to update fs even if assertions are disabled. We assert that getStatus actually made a decision, but that is not the only thing getStatus does. Oh shit... I've thought that getSta

Re: [Cvslog] r16500 - in /lyx-devel/trunk/src: lyxfunc.C text3.C

2007-01-04 Thread Georg Baum
Am Donnerstag, 4. Januar 2007 14:29 schrieb [EMAIL PROTECTED]: > Modified: lyx-devel/trunk/src/lyxfunc.C > URL: http://www.lyx.org/trac/file/lyx-devel/trunk/src/lyxfunc.C?rev=16500 > == > --- lyx-devel/trunk/src/lyxfunc.C