From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/27397 Path: news.gmane.org!not-for-mail From: nico Newsgroups: gmane.comp.tex.context Subject: Table width trouble Date: Sun, 23 Apr 2006 01:29:28 +0200 Message-ID: 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 1145748383 19225 80.91.229.2 (22 Apr 2006 23:26:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 22 Apr 2006 23:26:23 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sun Apr 23 01:26:21 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 1FXRUa-0000b1-HI for gctc-ntg-context-518@m.gmane.org; Sun, 23 Apr 2006 01:26:20 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E305E12795; Sun, 23 Apr 2006 01:26:19 +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 15463-07; Sun, 23 Apr 2006 01:26:15 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id F20BB1277B; Sun, 23 Apr 2006 01:26:14 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 3B39D1277B for ; Sun, 23 Apr 2006 01:26:14 +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 15439-07 for ; Sun, 23 Apr 2006 01:26:11 +0200 (CEST) Original-Received: from swip.net (mailfe04.tele2.fr [212.247.154.108]) by ronja.ntg.nl (Postfix) with SMTP id 66D8412778 for ; Sun, 23 Apr 2006 01:26:10 +0200 (CEST) X-T2-Posting-ID: 3brHPWvyEzVNt0QNlxQWsxGJRDYe7rueGgqwO1zxZAg= X-Cloudmark-Score: 0.000000 [] Original-Received: from [80.170.40.113] (HELO localhost) by mailfe04.swip.net (CommuniGate Pro SMTP 5.0.8) with ESMTP id 182103891 for ntg-context@ntg.nl; Sun, 23 Apr 2006 01:26:08 +0200 Original-To: "mailing list for ConTeXt users" User-Agent: Opera M2/7.54 (FreeBSD, build 955) 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:27397 Archived-At: Hello, I come back with that damn table test case. With release 2006.04.22: - it works fine when the column width is passed as table option, - it's wrong when the width is passed via a column setup only, - it works ok when both table and column option are passed, and it's the column option that is used (which is the expected behaviour). - it's ok when no width specified at all. \starttext \startbuffer \bTR \bTD[nc=2] A \eTD\bTD x \eTD \bTD[nc=2] B \eTD \eTR \bTR \bTD X \eTD \bTD[nc=3] C \eTD \bTD x \eTD \eTR \bTR \bTD[nc=2] D \eTD \bTD x \eTD \bTD[nc=2] E \eTD \eTR \stopbuffer % ok \bTABLE[frame=on,width=3em] \getbuffer \eTABLE % nok, messy table \bTABLE[frame=on] \setupTABLE[c][each][width=3em] \getbuffer \eTABLE % ok, width=3em for each column \bTABLE[frame=on,width=0.1pt] \setupTABLE[c][each][width=3em] \getbuffer \eTABLE % ok \bTABLE[frame=on] \getbuffer \eTABLE \stoptext Regards, BG