Update of /project/climacs/cvsroot/papers/ilc2005/syntax In directory common-lisp.net:/tmp/cvs-serv604
Modified Files: climacssyntax.tex Log Message: One last fixup, not colon-related
Date: Tue May 24 23:15:32 2005 Author: crhodes
Index: papers/ilc2005/syntax/climacssyntax.tex diff -u papers/ilc2005/syntax/climacssyntax.tex:1.32 papers/ilc2005/syntax/climacssyntax.tex:1.33 --- papers/ilc2005/syntax/climacssyntax.tex:1.32 Tue May 24 23:14:38 2005 +++ papers/ilc2005/syntax/climacssyntax.tex Tue May 24 23:15:32 2005 @@ -528,8 +528,8 @@ of the order of 200--300 words, which requires only little time to parse on modern hardware. However, such a parsing scheme would stress the display engine if a complete redraw were forced on every edit, so -we have implemented the obvious optimisations. The extent of the edit, -along with its typical locality of effect, are used to limit the +we have implemented some obvious optimisations. The extent of the +edit, along with its typical locality of effect, are used to limit the damaged region as before, so preserving the identity of unaffected tabwords; this identity can then be used in a cache informing CLIM's incremental redisplay mechanism.