From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/84075 Path: news.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: buffers.prepend() Date: Tue, 03 Sep 2013 11:01:53 +0200 Message-ID: <5225A581.6070309@wxs.nl> References: <87y5e3qnd5.fsf@micropit.couberia.selfip.net> <7E754AE0-FFF6-4C04-9DD2-0C7FE764FE2E@gmail.com> <87wqn0u68b.fsf@micropit.couberia.selfip.net> <87sixou3kq.fsf_-_@micropit.couberia.selfip.net> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1"; Format="flowed" Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1378198925 14342 80.91.229.3 (3 Sep 2013 09:02:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 3 Sep 2013 09:02:05 +0000 (UTC) To: ntg-context@ntg.nl Original-X-From: ntg-context-bounces@ntg.nl Tue Sep 03 11:02:10 2013 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([5.39.185.229]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VGmUz-0003vt-Qo for gctc-ntg-context-518@m.gmane.org; Tue, 03 Sep 2013 11:02:09 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 2670710220; Tue, 3 Sep 2013 11:00:40 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id WjcWnfjf+Ndr; Tue, 3 Sep 2013 11:00:33 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [IPv6:::1]) by balder.ntg.nl (Postfix) with ESMTP id 4EEA810207; Tue, 3 Sep 2013 11:00:33 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 5B62310207 for ; Tue, 3 Sep 2013 11:00:31 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id Qvq7wmCn+cSp for ; Tue, 3 Sep 2013 11:00:26 +0200 (CEST) Original-Received: from filter3-utr.mf.surf.net (filter3-utr.mf.surf.net [195.169.124.154]) by balder.ntg.nl (Postfix) with ESMTP id 4D08C10203 for ; Tue, 3 Sep 2013 11:00:26 +0200 (CEST) Original-Received: from smtp.ziggozakelijk.nl (D57D1DA2.static.ziggozakelijk.nl [213.125.29.162]) by filter3-utr.mf.surf.net (8.14.3/8.14.3/Debian-9.4) with ESMTP id r8391sUq012173 for ; Tue, 3 Sep 2013 11:01:54 +0200 X-Default-Received-SPF: pass (skip=loggedin (res=PASS)) x-ip-name=10.100.1.103; Original-Received: from [10.100.1.103] (unverified [10.100.1.103]) by pragma-net.nl (SurgeMail 6.3c2) with ESMTP id 3916-1713362 for ; Tue, 03 Sep 2013 11:01:54 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 In-Reply-To: <87sixou3kq.fsf_-_@micropit.couberia.selfip.net> X-Authenticated-User: hagen@controller-9 X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=213.125.29.162; country=NL; region=15; city=Zwolle; latitude=52.5058; longitude=6.0858; http://maps.google.com/maps?q=52.5058,6.0858&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 08Kkx1S2o - ac63b7de5985 - 20130903 (trained as not-spam) X-Scanned-By: CanIt (www . roaringpenguin . com) on 195.169.124.154 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.14 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 Original-Sender: ntg-context-bounces@ntg.nl Xref: news.gmane.org gmane.comp.tex.context:84075 Archived-At: On 9/1/2013 2:30 PM, Peter M=FCnster wrote: > On Sun, Sep 01 2013, Wolfgang Schuster wrote: > >> \startrawsetups[letter:section:content] >> >> Text before the content of the letter. >> >> \getbuffer[MyLetter] >> >> Text after the content of the letter. >> >> \stoprawsetups > > Yes, thanks! (I forgot about this part, because in my setup it was > hidden in another file...) > > In the meantime I've played with the lua buffers functions: > > \def\StopLetter{% > \ctxlua{buffers.prepend("MyLetter", "START")} > \ctxlua{buffers.append("MyLetter", "\\relax STOP")} > \placeletter > \stoptext} > > This works also quite well. > > buffers.prepend() does not yet exist. Hans, could you please add it? It > could be perhaps useful one day. ok ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl ----------------------------------------------------------------- ___________________________________________________________________________= ________ If your question is of interest to others as well, please add an entry to t= he Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-cont= ext webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________= ________