From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/9861 Path: main.gmane.org!not-for-mail From: "Matthew Huggett" Newsgroups: gmane.comp.tex.context Subject: macros and buffers Date: Fri, 15 Nov 2002 20:22:52 +0900 Sender: ntg-context-admin@ntg.nl Message-ID: <004b01c28c99$59e91e50$0200a8c0@MATTHEW> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1037359371 30270 80.91.224.249 (15 Nov 2002 11:22:51 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 15 Nov 2002 11:22:51 +0000 (UTC) Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18CeYj-0007ru-00 for ; Fri, 15 Nov 2002 12:22:49 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 38EFA10AEA; Fri, 15 Nov 2002 12:24:34 +0100 (MET) Original-Received: from smtp2.att.ne.jp (smtp2.att.ne.jp [165.76.15.138]) by ref.ntg.nl (Postfix) with ESMTP id 0FAA510AE9 for ; Fri, 15 Nov 2002 12:23:02 +0100 (MET) Original-Received: from MATTHEW (218.231.149.186.eo.eaccess.ne.jp [218.231.149.186]) by smtp2.att.ne.jp (Postfix) with SMTP id EB9B824F8B for ; Fri, 15 Nov 2002 20:22:59 +0900 (JST) Original-To: X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 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:9861 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:9861 Hi: Recently, I had some data I wanted set using tabulate but in 7 individual buffers. I wanted to use a macro to both create the buffers and do the \starttabulate...\stoptabulate stuff. I found that my macro could create the .tmp file for each buffer but that the files were all empty. Why would this happen, and is there a way to make this work? example: \define[5]\MyBuffers{ \startbuffer[#1] \starttabulate[|l|l|] \NC #2 \NC #3 \NR \NC #4 \NC #5 \stoptabulate \stopbuffer } Best Wishes, Matthew Huggett