I have tried this patch:
Index: src/text2.C
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/text2.C,v
retrieving revision 1.215
diff -u -p -r1.215 text2.C
--- src/text2.C 21 Mar 2002 17:25:31 -0000 1.215
+++ src/text2.C 5 Apr 2002 15:22:04 -0000
@@ -909,7 +909,7 @@ bool LyXText::fullRebreak(BufferView * b
need_break_row = 0;
return true;
}
- return false;
+ return true;
}
it fixes the hang when the loading a file... bugzill does not like me
at the moment so I cannot find the bug number ... I think it is the
blocker bug from bugzilla.
I see that in most cases the return value of fullRebreak is not used,
so I wonder what kind of problems will arise by having fullRebreak
always return true.
--
Lgb