On Fri, Aug 15, 2003 at 02:15:22PM +0100, John Levon wrote:
> On Fri, Aug 15, 2003 at 03:10:32PM +0200, Andre Poenitz wrote:
> 
> > > Now is the difficult part :)
> > 
> > I don't agree.
> 
> It took me more than an hour to just *analyse* the two bugs I posted
> about. We already have 40 or so known regressions; the true number is
> nearer 100 I reckon. Never mind the total DEPM,

DEPM should be a piece of cake now.

In fact, this should do the trick:

? insets/1.diff
Index: text2.C
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/text2.C,v
retrieving revision 1.437
diff -u -p -r1.437 text2.C
--- text2.C     15 Aug 2003 13:12:23 -0000      1.437
+++ text2.C     15 Aug 2003 13:18:44 -0000
@@ -1630,11 +1630,10 @@ pos_type LyXText::getColumnNearX(Paragra
 
 void LyXText::setCursorFromCoordinates(int x, int y)
 {
-       //LyXCursor old_cursor = cursor;
+       LyXCursor old_cursor = cursor;
        setCursorFromCoordinates(cursor, x, y);
        setCurrentFont();
-#warning DEPM disabled, otherwise crash when entering new table
-       //deleteEmptyParagraphMechanism(old_cursor);
+       deleteEmptyParagraphMechanism(old_cursor);
 }
 
 

> change tracking,

I think it's safe now to start to fix it.

> bib, etc. horkage

Etc.

Andre'

-- 
Those who desire to give up Freedom in order to gain Security, will not have,
nor do they deserve, either one.     (T. Jefferson or B. Franklin or both...)

Reply via email to