From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/19547 Path: news.gmane.org!not-for-mail From: VnPenguin Newsgroups: gmane.comp.tex.context Subject: howto \getbuffer inside of \startTEX ... \stopTEX Date: Sun, 3 Apr 2005 10:19:15 +0200 Message-ID: Reply-To: VnPenguin , mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1112516425 3261 80.91.229.2 (3 Apr 2005 08:20:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 3 Apr 2005 08:20:25 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sun Apr 03 10:20:23 2005 Return-path: 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 1DI0KM-0004kd-Ss for gctc-ntg-context-518@m.gmane.org; Sun, 03 Apr 2005 10:19:26 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 8874D12828; Sun, 3 Apr 2005 10:21:04 +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 30444-06; Sun, 3 Apr 2005 10:21:04 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 8656212861; Sun, 3 Apr 2005 10:19:18 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 5A5C612861 for ; Sun, 3 Apr 2005 10:19:17 +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 30444-05 for ; Sun, 3 Apr 2005 10:19:16 +0200 (CEST) Original-Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.195]) by ronja.ntg.nl (Postfix) with ESMTP id 7E01B12828 for ; Sun, 3 Apr 2005 10:19:16 +0200 (CEST) Original-Received: by rproxy.gmail.com with SMTP id r35so943148rna for ; Sun, 03 Apr 2005 00:19:15 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=fvP8Ko/UypADm6SCRFDn38BAGTtUtlLJuhbR+IhfBFFI73JCL9V7Zvb4bAvWg82aNDnZbuum2u2r4W790kSg4D9mBEGe+isbey+eHRwG1NUFjqZ0PR07ruFt4MSp4cG9xc90uCOSKapC6CBZivCUarATExyK52qUTtDXlBuTDik= Original-Received: by 10.38.13.39 with SMTP id 39mr4259257rnm; Sun, 03 Apr 2005 00:19:15 -0800 (PST) Original-Received: by 10.38.67.47 with HTTP; Sun, 3 Apr 2005 00:19:15 -0800 (PST) Original-To: ConTeXt users 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: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: by amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:19547 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:19547 Hi all, I have a following code: ---------------------------------------------------------- \startbuffer \bTABLE \bTR \bTH title1 \eTH \bTH title2 \eTH \eTR \bTR \bTD data1 \eTD \bTD data2 \eTD \eTR \eTABLE \stopbuffer \startTEX \getbuffer \stopTEX \getbuffer ---------------------------------------------------------- But I got exactly the line "\getbuffer" in \startTEX ... \stopTEX instead of its content. How to get buffer in this case please. Thank you, Q.