Wolfgang Schuster wrote:
Hi,
in the last current the table environment is broken.
\starttext \starttable[|l|] \NC text \NC\NR \stoptable \stoptext
That should have been the beta, because the problem is the result of some extra \unexpanded prefixes Hans added in the beta. I removed a few from tabl-tab.mkiv, and now tables are fine again: --- tabl-tab.mkiv~ 2010-05-21 17:27:59.000000000 +0200 +++ tabl-tab.mkiv 2010-05-23 12:25:57.786336147 +0200 @@ -985,7 +985,7 @@ \doif\@@tisplit\v!auto {\ifinsidesplitfloat\let\@@tisplit\v!yes\fi}% \doifinsetelse\@@tisplit{\v!yes,\v!repeat} - {\unexpanded\def\stoptable{\stoptables\egroup}% + {\def\stoptable{\stoptables\egroup}% \starttables} {\doifelsenothing\@@tiframe {\ifinsidefloat\else\startbaselinecorrection\fi} @@ -993,7 +993,7 @@ \postponenotes \firststagestartTABLE}} -\unexpanded\def\stoptable +\def\stoptable {\chuckTABLEautorow % before the tail, else noalign problem \insertTABLEtail \TABLEnoalign{\globalletempty\@@TABLEhead}% @@ -1228,7 +1228,7 @@ % \flushnotes % \egroup} -\unexpanded\def\stoptables +\def\stoptables {\chuckTABLEautorow % AM: before the tail, else noalign problem \ifconditional\tablerepeattail\else\insertTABLEtail\fi \finishTABLE