From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/14674 Path: main.gmane.org!not-for-mail From: Giuseppe Bilotta Newsgroups: gmane.comp.tex.context Subject: Re: (no subject) Date: Mon, 2 Feb 2004 12:50:19 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: <1978928780.20040202125019@iol.it> References: <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=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1075729438 20752 80.91.224.253 (2 Feb 2004 13:43:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 2 Feb 2004 13:43:58 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Mon Feb 02 14:43:50 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 1AneMg-0007Go-00 for ; Mon, 02 Feb 2004 14:43:50 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 9062910B43; Mon, 2 Feb 2004 14:42:30 +0100 (MET) Original-Received: from mbox.dmi.unict.it (mbox.dmi.unict.it [151.97.252.66]) by ref.ntg.nl (Postfix) with ESMTP id B4E7710B31 for ; Mon, 2 Feb 2004 14:41:37 +0100 (MET) Original-Received: from oblomov.dipmat.unict.it (oblomov.dipmat.unict.it [151.97.252.27]) by mbox.dmi.unict.it (Postfix) with ESMTP id BA08FC6F0B for ; Mon, 2 Feb 2004 14:57:17 +0100 (CET) X-Priority: 3 (Normal) Original-To: ntg-context@ntg.nl In-Reply-To: <009001c3e933$f13f5790$1301a8c0@spekoun> 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:14674 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:14674 Sunday, February 1, 2004 Vit Zyka wrote: > 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 > ---- Because buffers are verbatim-like environments. -- Giuseppe "Oblomov" Bilotta