<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Whenever there is a spac after an open parenthesis, one gets a TK error. For instance, try and type the following definition:<br><br>(defvar xxx<br>  '(   abc<br>      x y z ))<br><br>Leave a space between the open parenthesis and abc. The Tk message is:<br><br> Index 0 out of bounds for (SIMPLE-ARRAY CHARACTER(0)), should be nonnegative and <0.<br><br>I guess the problem has to do with the token coloring algorithm.<br><br></td></tr></table>