From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/30081 Path: news.gmane.org!not-for-mail From: "Nicolas Grilly" Newsgroups: gmane.comp.tex.context Subject: Re: Context 2006.08.04 released Date: Mon, 7 Aug 2006 18:36:03 +0200 Message-ID: <554cfd4f0608070936x40738c30j5d70dbb3897abd0d@mail.gmail.com> References: <44D702E5.8000505@elvenkind.com> <554cfd4f0608070413t7de1e936n2303a87fe7ce3c1e@mail.gmail.com> <44D72845.3090400@elvenkind.com> <554cfd4f0608070656h270f24c6gf07ceb754c310962@mail.gmail.com> <44D74935.80702@elvenkind.com> <44D74CFD.2000403@nibua-r.org> <44D75D3C.1040505@elvenkind.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 1154968596 31779 80.91.229.2 (7 Aug 2006 16:36:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 7 Aug 2006 16:36:36 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Mon Aug 07 18:36:34 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 1GA85a-0006nJ-CT for gctc-ntg-context-518@m.gmane.org; Mon, 07 Aug 2006 18:36:26 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E4B5F1FD83; Mon, 7 Aug 2006 18:36:24 +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 29413-03; Mon, 7 Aug 2006 18:36:16 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 757231FD7B; Mon, 7 Aug 2006 18:36:16 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 80BFD1FD7B for ; Mon, 7 Aug 2006 18:36:11 +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 28193-06-2 for ; Mon, 7 Aug 2006 18:36:04 +0200 (CEST) Original-Received: from nf-out-f131.google.com (nf-out-f131.google.com [64.233.182.131]) by ronja.ntg.nl (Postfix) with SMTP id 73A101FD76 for ; Mon, 7 Aug 2006 18:36:03 +0200 (CEST) Original-Received: by nf-out-f131.google.com with SMTP id x9so71662nfb for ; Mon, 07 Aug 2006 09:36:03 -0700 (PDT) Original-Received: by 10.78.203.15 with SMTP id a15mr2439942hug; Mon, 07 Aug 2006 09:36:03 -0700 (PDT) Original-Received: by 10.78.121.8 with HTTP; Mon, 7 Aug 2006 09:36:03 -0700 (PDT) Original-To: "mailing list for ConTeXt users" In-Reply-To: <44D75D3C.1040505@elvenkind.com> 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:30081 Archived-At: Taco Hoekwater wrote: > > This should do it: > > \def\popTBL > {\ifnum\TBLlevel>\plusone > \globalpopmacro\rowTBL > \globalpopmacro\colTBL > \else > \global\intablefalse > \fi > \resetcharacteralign % Do this here !! > \doglobal\decrement\TBLlevel\relax} Yes, it works! :-) But what do you think about a simpler solution: - In \def\popTBL, don't add line \resetcharacteralign - In \def\dobTABLE, move \resetcharacteralign just before \bgroup On my computer, it fixes the bug without adding something to \def\popTBL. Is it correct? Thanks, Nicolas