In the file text2.C around line 550 we find the following code:
while (cur.par() != send_cur.par()) { (17 lines) cur.par(cur.par()->next()); } (functionally the same 17 lines, AFAICS) Do I miss something or could this be done simply by do { (17 lines) cur.par(cur.par()->next()); } while (cur.par() != send_cur.par()); ? It looks again like single paragraph / multiple paragraphs special-casing. Martin
msg33449/pgp00000.pgp
Description: PGP signature