From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/31153 Path: news.gmane.org!not-for-mail From: "Mojca Miklavec" Newsgroups: gmane.comp.tex.context Subject: table: code doesn't work any more with recent beta Date: Sun, 1 Oct 2006 22:17:25 +0200 Message-ID: <6faad9f00610011317l75039ab9ve2f8704e6b2af445@mail.gmail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1159733886 20840 80.91.229.2 (1 Oct 2006 20:18:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 1 Oct 2006 20:18:06 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sun Oct 01 22:18:02 2006 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1GU7ko-0002bi-Vi for gctc-ntg-context-518@m.gmane.org; Sun, 01 Oct 2006 22:17:39 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 598CD1FE1E; Sun, 1 Oct 2006 22:17:38 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 29912-03; Sun, 1 Oct 2006 22:17:31 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E0C621FE0C; Sun, 1 Oct 2006 22:17:30 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 439E21FE0C for ; Sun, 1 Oct 2006 22:17:29 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 29913-02 for ; Sun, 1 Oct 2006 22:17:27 +0200 (CEST) Original-Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.239]) by ronja.ntg.nl (Postfix) with SMTP id 9AC021FE0B for ; Sun, 1 Oct 2006 22:17:26 +0200 (CEST) Original-Received: by wx-out-0506.google.com with SMTP id s12so1462058wxc for ; Sun, 01 Oct 2006 13:17:25 -0700 (PDT) Original-Received: by 10.90.71.12 with SMTP id t12mr2504852aga; Sun, 01 Oct 2006 13:17:25 -0700 (PDT) Original-Received: by 10.90.25.15 with HTTP; Sun, 1 Oct 2006 13:17:25 -0700 (PDT) Original-To: "mailing list for ConTeXt users" Content-Disposition: inline X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:31153 Archived-At: Hello Hans, The following code compiles fine with MikTeX (version 2006.08.22), but fails with a recent beta: \def\room#1{\starttable[ s0 |r|l|]#1\stoptable} \def\student#1#2{\NC#1\NC#2\NC\MR} \starttext \room{ \student{A}{B} \student{C}{D} } \stoptext I get the following error: ! Undefined control sequence. \dotextmodediscretionary ...up \let \nextnextnext \egroup \def \next ##1#1{\... s0 | r|l| \doifsomething #1->\edef \!!stringa {#1 }\ifx \!!stringa \empty \expandafter ... \thirdstagestartTABLE ...etall \doifsomething {#1} {\def \TABLEformat {#1}\g... \dorestartTABLE ...restartTABLE {#1}\restartTABLE \TABLEnoalign {\globalpush... \room #1->\starttable [ s0 |r|l|] #1\stoptable l.9 } ? ! Emergency stop. Mojca