From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/72942 Path: news.gmane.org!not-for-mail From: Jaroslav Hajtmar Newsgroups: gmane.comp.tex.context Subject: Re: Passing TeX parameters to the lua functions Date: Mon, 05 Dec 2011 22:06:03 +0100 Message-ID: <4EDD323B.1050307@gyza.cz> References: <4EDD280D.1050107@gyza.cz> Reply-To: hajtmar@gyza.cz, mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1323119199 26180 80.91.229.12 (5 Dec 2011 21:06:39 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 5 Dec 2011 21:06:39 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Mon Dec 05 22:06:33 2011 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RXfk2-0005wK-NL for gctc-ntg-context-518@m.gmane.org; Mon, 05 Dec 2011 22:06:26 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 3BC30CB12E; Mon, 5 Dec 2011 22:06:26 +0100 (CET) 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 7+Ku-Nkd-IFk; Mon, 5 Dec 2011 22:06:23 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id AD1CCCB12A; Mon, 5 Dec 2011 22:06:23 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id B469FCB12A for ; Mon, 5 Dec 2011 22:06:22 +0100 (CET) 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 ITSJ3PTbKpp3 for ; Mon, 5 Dec 2011 22:06:11 +0100 (CET) Original-Received: from filter3-til.mf.surf.net (filter3-til.mf.surf.net [194.171.167.219]) by balder.ntg.nl (Postfix) with ESMTP id C7595CB111 for ; Mon, 5 Dec 2011 22:06:11 +0100 (CET) Original-Received: from psi1.forpsi.com (smtpa.forpsi.com [81.2.195.204]) by filter3-til.mf.surf.net (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id pB5L68Ak000835 for ; Mon, 5 Dec 2011 22:06:09 +0100 Original-Received: (qmail 31511 invoked by uid 89); 5 Dec 2011 21:06:05 -0000 Original-Received: from unknown (HELO ?192.168.20.101?) (hajtmar@88.103.230.14) by psi01 with ESMTPA; 5 Dec 2011 21:06:05 -0000 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; cs; rv:1.9.1.8) Gecko/20100216 Thunderbird/3.0.2 In-Reply-To: X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=81.2.195.204; country=CZ; latitude=49.7500; longitude=15.5000; http://maps.google.com/maps?q=49.7500,15.5000&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 0eG5x68N2 - a21b9937ad23 - 20111205 X-Scanned-By: CanIt (www . roaringpenguin . com) on 194.171.167.219 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 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 Xref: news.gmane.org gmane.comp.tex.context:72942 Archived-At: Thanx Wolfgang. In ConTeXt this solution works well. Exist any similar solution in pure LuaTeX? I need solve one problem in pure LuaTeX. But solutions in Context I will also throw - thanx. Jaroslav Dne 5.12.2011 21:33, Wolfgang Schuster napsal(a): > Am 05.12.2011 um 21:22 schrieb Jaroslav Hajtmar: > > >> Hello ConTeXist. >> Sorry for the beginner question, more for Lua(TeX) experts. >> Can somehow be achieved that the parameter of TeX macro get to luafunction unchanged? >> In the debug.txt file is the result obtained. >> >> Thanx Jaroslav >> >> \startluacode >> debug=io.open("debug.txt","w+") >> >> function testfun(param) >> > Use the thirddata or userdata namespace for for functions. > > >> debug:write(param) >> -- tex.print(param) >> end >> >> \stopluacode >> >> >> \def\testmac#1{\directlua{testfun('#1')}} >> > \unprotect > \def\testmac#1{\ctxlua{testfun(\!!bs\detokenize{#1}\!!es)}} > \protect > > Wolfgang > ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________