
29 Apr
2009
29 Apr
'09
8:29 a.m.
Helmut Eller <heller@common-lisp.net> writes:
Index: slime/ChangeLog diff -u slime/ChangeLog:1.1728 slime/ChangeLog:1.1729 --- slime/ChangeLog:1.1728 Sat Apr 25 04:53:16 2009 +++ slime/ChangeLog Tue Apr 28 16:41:32 2009 @@ -1,3 +1,22 @@ +2009-04-28 Tobias C. Rittweiler <tcr@freebits.de> + + * slime.el: Fix fontification of suppressed (by reader + conditionals) forms. That is make it reliably and totally work.
It seems that introduced an infinite loop during fontification on a CCL source file. I'll investigate that later. For the time being, please do not update to HEAD. -T.