From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/14283 Path: main.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: Struggles with the bTABLE eTABLE environment Date: Fri, 12 Dec 2003 11:04:27 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: <6.0.1.1.2.20031212105417.0204a7e8@server-1> References: <1071216961.1489.5.camel@linux.local> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Trace: sea.gmane.org 1071237929 6851 80.91.224.253 (12 Dec 2003 14:05:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 12 Dec 2003 14:05:29 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Fri Dec 12 15:05:22 2003 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AUnv0-0002iz-00 for ; Fri, 12 Dec 2003 15:05:22 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 668C310B4B; Fri, 12 Dec 2003 15:05:18 +0100 (MET) Original-Received: from mail.solcon.net (mail.solcon.net [212.45.33.5]) by ref.ntg.nl (Postfix) with ESMTP id 5249110B4A for ; Fri, 12 Dec 2003 14:57:55 +0100 (MET) Original-Received: from server-1.pragma-net.nl (dsl-212-84-128-085.solcon.nl [212.84.128.85]) by mail.solcon.net (8.11.6/8.9.3) with ESMTP id hBCDvni25607 for ; Fri, 12 Dec 2003 14:57:49 +0100 Original-Received: by server-1.pragma-net.nl (Postfix, from userid 65534) id 7F9242397D; Fri, 12 Dec 2003 14:57:53 +0100 (CET) Original-Received: from laptop-3.wxs.nl (unknown [10.100.1.191]) by server-1.pragma-net.nl (Postfix) with ESMTP id 6DF0517AF1 for ; Fri, 12 Dec 2003 13:57:52 +0000 (UTC) X-Sender: hagen-mail@server-1 X-Mailer: QUALCOMM Windows Eudora Version 6.0.1.1 Original-To: ntg-context@ntg.nl In-Reply-To: <1071216961.1489.5.camel@linux.local> Original-References: <1071216961.1489.5.camel@linux.local> Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:14283 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:14283 At 09:16 12/12/2003, you wrote: >Is there something changed in the bTABLE-eTABLE environment? ah .. i changed the default \push \pop macro's, so now i need global ones here: \def\pushTBLparameters {\globalpushmacro\TBLlevel \ifcase\TBLpass % we're just after \bTABLE \else\ifnum\TBLlevel>\zerocount \doglobal\increment\TBLlevel\relax \fi\fi} \def\popTBLparameters {\globalpopmacro\TBLlevel} \def\pushTBL {\ifnum\TBLlevel=\zerocount \doglobal\increment\currenttbl\relax \fi \doglobal\increment\TBLlevel\relax \ifnum\TBLlevel>\plusone \resetallTABLEparameters \globalpushmacro\colTBL \globalpushmacro\rowTBL \else \global\intabletrue \fi} \def\popTBL {\ifnum\TBLlevel>\plusone \globalpopmacro\rowTBL \globalpopmacro\colTBL \else \global\intablefalse \fi \doglobal\decrement\TBLlevel\relax}