From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/16522 Path: main.gmane.org!not-for-mail From: Eugene Toporov Newsgroups: gmane.comp.tex.context Subject: Natural Table does not allow using defined typing in its cell Date: Wed, 22 Sep 2004 19:54:55 +0300 Sender: ntg-context-bounces@ntg.nl Message-ID: Reply-To: Eugene Toporov , mailing list for ConTeXt users NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1095872229 20278 80.91.229.6 (22 Sep 2004 16:57:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 22 Sep 2004 16:57:09 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Sep 22 18:56:57 2004 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CAAQL-0006vH-00 for ; Wed, 22 Sep 2004 18:56:57 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 12DBF12789; Wed, 22 Sep 2004 18:56:57 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 25473-01; Wed, 22 Sep 2004 18:56:56 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 81DF61277B; Wed, 22 Sep 2004 18:55:12 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 30C361277B for ; Wed, 22 Sep 2004 18:55:11 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 25061-09 for ; Wed, 22 Sep 2004 18:55:10 +0200 (CEST) Original-Received: from mproxy.gmail.com (unknown [216.239.56.242]) by ronja.ntg.nl (Postfix) with ESMTP id 534121276F for ; Wed, 22 Sep 2004 18:55:10 +0200 (CEST) Original-Received: by mproxy.gmail.com with SMTP id x71so71673cwb for ; Wed, 22 Sep 2004 09:54:55 -0700 (PDT) Original-Received: by 10.11.122.63 with SMTP id u63mr91714cwc; Wed, 22 Sep 2004 09:54:55 -0700 (PDT) Original-Received: by 10.11.98.39 with HTTP; Wed, 22 Sep 2004 09:54:55 -0700 (PDT) Original-To: ntg-context@ntg.nl X-Virus-Scanned: by amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: by amavisd-new at ntg.nl Xref: main.gmane.org gmane.comp.tex.context:16522 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:16522 Hello, I found a strange (to me) bTABLE behaviour. I'm defining the "programlisting" typing and it works when used like below \def\BeforeProgramListing{\startframedtext[background=screen,width=\hsize,style=\tttf\small]} \def\AfterProgramListing{\stopframedtext} \definetyping[programlisting][before=\BeforeProgramListing,after=\AfterProgramListing] \startprogramlisting "Hello World! Hello" + txtName.text + "!" \stopprogramlisting When I'm trying to insert a programlisting into a table cell using the following code -- it fails to create PDF. \bTABLE \bTR \bTD Set the value to \eTD \bTD \startprogramlisting "Hello World! Hello" + txtName.text + "!" \stopprogramlisting \eTD \eTR \eTABLE When I replace \start\stopprogramlisting with in place \start\stopframedtext -- it works ok. \bTD \startframedtext[background=screen,width=\hsize,style=\tttf\small] "Hello World! Hello" + txtName.text + "!" \stopframedtext \eTD Why is this so? Do I miss something important? Thanks a lot. -- Regards. Eugene Toporov