From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/70148 Path: news.gmane.org!not-for-mail From: Jaroslav Hajtmar Newsgroups: gmane.comp.tex.context Subject: Re: How well do ConTeXt (lua)module for other users? Date: Tue, 19 Jul 2011 16:26:02 +0200 Message-ID: <4E2593FA.8040401@gyza.cz> References: <4E25784A.1050502@gyza.cz> <536E46DE-9395-4096-AA6E-D405ACE51A1A@googlemail.com> 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 1311085597 16748 80.91.229.12 (19 Jul 2011 14:26:37 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 19 Jul 2011 14:26:37 +0000 (UTC) Cc: mailing list for ConTeXt users To: Wolfgang Schuster Original-X-From: ntg-context-bounces@ntg.nl Tue Jul 19 16:26:32 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 1QjBFo-00052j-6F for gctc-ntg-context-518@m.gmane.org; Tue, 19 Jul 2011 16:26:32 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id BCFFECAE4B; Tue, 19 Jul 2011 16:26:28 +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 yLf1LoPzrrly; Tue, 19 Jul 2011 16:26:23 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 20484CAE44; Tue, 19 Jul 2011 16:26:23 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id A3378CAE44 for ; Tue, 19 Jul 2011 16:26:21 +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 Lw8FNvKeS5gI for ; Tue, 19 Jul 2011 16:26:10 +0200 (CEST) Original-Received: from filter1-ams.mf.surf.net (filter1-ams.mf.surf.net [192.87.102.69]) by balder.ntg.nl (Postfix) with ESMTP id BE522CAE11 for ; Tue, 19 Jul 2011 16:26:10 +0200 (CEST) Original-Received: from psi4.forpsi.com (smtpa.forpsi.com [81.2.195.204]) by filter1-ams.mf.surf.net (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id p6JEQ9Bv000935 for ; Tue, 19 Jul 2011 16:26:09 +0200 Original-Received: (qmail 10506 invoked by uid 89); 19 Jul 2011 14:26:07 -0000 Original-Received: from unknown (HELO ?192.168.20.101?) (hajtmar@88.103.230.14) by psi04 with ESMTPA; 19 Jul 2011 14:26:07 -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: <536E46DE-9395-4096-AA6E-D405ACE51A1A@googlemail.com> 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: 06F9Oq9Ha - 8368ac3c2c45 - 20110719 X-Scanned-By: CanIt (www . roaringpenguin . com) on 192.87.102.69 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:70148 Archived-At: Great ... that's exactly what I needed ... Thanks very much Wolfgang. It can be somewhere on similar techniques to read more? Just links to some sample files to the dissected ... Thanks a lot Jaroslav Dne 19.7.2011 14:39, Wolfgang Schuster napsal(a): > Am 19.07.2011 um 14:27 schrieb Jaroslav Hajtmar: > > >> > Hello ConTeXist. >> > >> > I have done the module (for context), which is entirely written in Lua (ConTeXt definitions are done through Lua too). >> > >> > I wonder how it can be loaded into ConTeXt file. Have I to use the beginning of the file: >> > \startluacode >> > dofile ("my-module.lua") >> > \stopluacode >> > >> > to loading the module? I would like to use \usemodule [my-module.lua], but there is a problem, that code must be inside \startluacode ... \stopluacode environment. >> > But when I put my luacode into \startluacode ... \stopluacode into my-module.mkiv file, then I have a problem with catcodes inside strings defining by [[ ... ]]. >> > >> > Or must be module consists of two separate files (my-module.lua and my-module.mkiv)? Must I to load the Lua module file (my-module.lua) into ConTeXt module file (my-module.mkiv) by command \ctxlua{dofile("my-module.lua ");} and then load module file (my-module.mkiv) into my user file by command \usemodule[my-module]? >> > >> > Is there something like \useluamodule[....] or \usemodule[anyluaswitch][modulefile] ??? >> > >> > How to proceed in these cases? I find it inappropriate to divide the module into two separate files. >> > Use \usemodule: > > > \startbuffer[test] > function test(argument) > context.quotation(argument) > end > > interfaces.definecommand { > name = "test", > arguments = { > { "content", "string" }, > }, > macro = test, > } > \stopbuffer > > \savebuffer[test][p-test.lua] > > \usemodule[test] > > \starttext > \test{Hello} > \stoptext > > > 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 ___________________________________________________________________________________