From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/35791 Path: news.gmane.org!not-for-mail From: Vyatcheslav Yatskovsky Newsgroups: gmane.comp.tex.context Subject: luac-texluac-luatex-texlua-... Date: Wed, 8 Aug 2007 16:26:24 +0300 Message-ID: <174897200.20070808162624@gmail.com> References: Reply-To: Yatskovsky , mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1186581192 1113 80.91.229.12 (8 Aug 2007 13:53:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 8 Aug 2007 13:53:12 +0000 (UTC) To: "ntg-context-request@ntg.nl" Original-X-From: ntg-context-bounces@ntg.nl Wed Aug 08 15:53:10 2007 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by lo.gmane.org with esmtp (Exim 4.50) id 1IIlyI-0007GQ-I4 for gctc-ntg-context-518@m.gmane.org; Wed, 08 Aug 2007 15:53:10 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id CD75920085; Wed, 8 Aug 2007 15:52:22 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 28028-01-22; Wed, 8 Aug 2007 15:52:18 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 6CAE31FC66; Wed, 8 Aug 2007 15:51:35 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 67F6D1FC36 for ; Wed, 8 Aug 2007 15:51:33 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 27895-01-8 for ; Wed, 8 Aug 2007 15:51:28 +0200 (CEST) Original-Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.190]) by ronja.ntg.nl (Postfix) with ESMTP id 8F3A91FFBC for ; Wed, 8 Aug 2007 15:26:20 +0200 (CEST) Original-Received: by nf-out-0910.google.com with SMTP id b2so41964nfb for ; Wed, 08 Aug 2007 06:26:20 -0700 (PDT) Original-Received: by 10.86.50.8 with SMTP id x8mr714274fgx.1186579579780; Wed, 08 Aug 2007 06:26:19 -0700 (PDT) Original-Received: from barge.connect.volia.net ( [77.121.130.51]) by mx.google.com with ESMTPS id 28sm1257917fkx.2007.08.08.06.26.17 (version=SSLv3 cipher=OTHER); Wed, 08 Aug 2007 06:26:18 -0700 (PDT) X-Mailer: The Bat! (v3.99.3) Professional X-Priority: 3 (Normal) In-Reply-To: X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.9 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 X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:35791 Archived-At: Hello, It is silly, but luatools urges me to have luac or texluac files, while the magazine tells only about luatex/texlua. It seems like luac not is the same as luatex, so I'm in despair because don't know where to get those additional files. // from luatools.lua // function utils.lua.compile(luafile, lucfile) -- utils.report("compiling",luafile,"into",lucfile) os.remove(lucfile) local command = "-s -o " .. string.quote(lucfile) .. " " .. string.quote(luafile) if os.execute("texluac " .. command) == 0 then return true elseif os.execute("luac " .. command) == 0 then return true else return false end end -- Best regards, Vyatcheslav Yatskovsky ___________________________________________________________________________________ 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 : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________