From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/14670 Path: main.gmane.org!not-for-mail From: "Vit Zyka" Newsgroups: gmane.comp.tex.context Subject: (no subject) Date: Sun, 1 Feb 2004 17:43:36 +1300 Sender: ntg-context-admin@ntg.nl Message-ID: <009001c3e933$f13f5790$1301a8c0@spekoun> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1250" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1075688705 18621 80.91.224.253 (2 Feb 2004 02:25:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 2 Feb 2004 02:25:05 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Mon Feb 02 03:24:52 2004 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AnTlc-0000ZE-00 for ; Mon, 02 Feb 2004 03:24:52 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 2D63710B5A; Mon, 2 Feb 2004 03:23:33 +0100 (MET) Original-Received: from smtp.seznam.cz (smtp.seznam.cz [212.80.76.43]) by ref.ntg.nl (Postfix) with SMTP id 7CB2F10B52 for ; Mon, 2 Feb 2004 03:22:57 +0100 (MET) Original-Received: (qmail 21013 invoked from network); 2 Feb 2004 02:24:11 -0000 Original-Received: from unknown (HELO spekoun) (vit.zyka@203.97.60.2) by smtp.seznam.cz with SMTP; 2 Feb 2004 02:24:11 -0000 Original-To: "ConTeXt" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4927.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4927.1200 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:14670 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:14670 Hallo ConTeXt debater, this buffer storage works perfectly: ---- \starttext \startbuffer[TMP] Bla \stopbuffer \getbuffer[TMP] \stoptext ---- but why not this one? ---- \starttext \def\tmp{% \startbuffer[TMP] Bla \stopbuffer } \tmp \getbuffer[TMP] \stoptext ---- Thanks Vit Zyka