From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/76169 Path: news.gmane.org!not-for-mail From: =?iso-8859-2?B?UHJvY2jhemthIEx1a+G5IEluZy4gLSBQb250ZXggcy4gci4gby4=?= Newsgroups: gmane.comp.tex.context Subject: Re: Problem calling system Date: Mon, 14 May 2012 12:23:46 +0200 Message-ID: References: <4FB0DA4A.6090302@wxs.nl> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary=----------lEWDjz8GW9nGE4teiwXeCt X-Trace: dough.gmane.org 1336991048 15921 80.91.229.3 (14 May 2012 10:24:08 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 14 May 2012 10:24:08 +0000 (UTC) To: "mailing list for ConTeXt users" Original-X-From: ntg-context-bounces@ntg.nl Mon May 14 12:24:08 2012 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1STsRi-0004ZK-Og for gctc-ntg-context-518@m.gmane.org; Mon, 14 May 2012 12:24:06 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 152D7101E4; Mon, 14 May 2012 12:24:06 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (localhost [127.0.0.1]) (amavisd-new, port 10024) with LMTP id dbTdxzCrWSZt; Mon, 14 May 2012 12:24:03 +0200 (CEST) Original-Received: from [127.0.0.1] (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id C9770101DF; Mon, 14 May 2012 12:24:03 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 49AC0101DF for ; Mon, 14 May 2012 12:24:02 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (localhost [127.0.0.1]) (amavisd-new, port 10024) with LMTP id eIghiiQN6upj for ; Mon, 14 May 2012 12:24:01 +0200 (CEST) Original-Received: from filter1-til.mf.surf.net (filter1-til.mf.surf.net [194.171.167.217]) by balder.ntg.nl (Postfix) with ESMTP id 4516B101CF for ; Mon, 14 May 2012 12:24:01 +0200 (CEST) Original-Received: from mail.pontex.cz (mail.pontex.cz [89.233.168.98]) by filter1-til.mf.surf.net (8.14.3/8.14.3/Debian-9.4) with ESMTP id q4EANxFv027737 for ; Mon, 14 May 2012 12:24:00 +0200 Original-Received: from localhost ([127.0.0.1]) by mail.pontex.cz (Kerio MailServer 6.6.2) for ntg-context@ntg.nl; Mon, 14 May 2012 12:23:51 +0200 In-Reply-To: <4FB0DA4A.6090302@wxs.nl> User-Agent: Opera Mail/11.62 (Win32) X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=89.233.168.98; 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: 0RH9KnX53 - c65f9db253ae - 20120514 (trained as not-spam) X-Scanned-By: CanIt (www . roaringpenguin . com) on 194.171.167.217 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:76169 Archived-At: ------------lEWDjz8GW9nGE4teiwXeCt Content-Type: text/plain; charset=iso-8859-2; format=flowed; delsp=yes Content-Transfer-Encoding: Quoted-Printable > \ctxlua{os.execute(lua -e "require 'lfs'")} ... Gives: " ... fonts > latin modern fonts are not preloaded languages > language en is active ! LuaTeX error
:1: attempt to call global 'e' (a nil = value) stack traceback:
:1: in main chunk. system > tex > error on line 4 in file C:/Lukas/ConTeXt/TestDDv= /t1.mkiv: LuaTeX error ... 1 %\write18{lua -e "require 'lfs'"} 2 % 3 4 >> \ctxlua{os.execute(lua -e "require 'lfs'")} 5 %\ctxlua{os.execute([[lua -e "require 'lfs'"]])} 6 7 \starttext 8 A 9 \stoptext 10 l.4 \ctxlua{os.execute(lua -e "require 'lfs'")} ... " If I try: \ctxlua{os.execute([[lua -e "require 'lfs'"]])} I get error: " ... languages > language en is active lua: (command line):1: '=3D' expected near 'lfs' {c:/ConTeXt/tex/texmf-context/fonts/map/pdftex/context/mkiv-base.map} ... " (Like if "'" were gobbled...) > > btw, if you run texlua you get lfs for free. OK, this is just a sample. I need to use another file, in fact. Lukas -- = Ing. Luk=E1=B9 Proch=E1zka [mailto:LPr@pontex.cz] Pontex s. r. o. [mailto:pontex@pontex.cz] [http://www.pontex.cz] Bezov=E1 1658 147 14 Praha 4 Tel: +420 244 062 238 Fax: +420 244 461 038 ------------lEWDjz8GW9nGE4teiwXeCt Content-Disposition: attachment; filename=t1.mkiv Content-Type: application/octet-stream; name="t1.mkiv" Content-Transfer-Encoding: Base64 JVx3cml0ZTE4e2x1YSAtZSAicmVxdWlyZSAnbGZzJyJ9DQolXHdyaXRlMTh7bHVh IC1lIHJlcXVpcmUnbGZzJ30NCg0KJVxjdHhsdWF7b3MuZXhlY3V0ZShsdWEgLWUg InJlcXVpcmUgJ2xmcyciKX0NClxjdHhsdWF7b3MuZXhlY3V0ZShbW2x1YSAtZSAi cmVxdWlyZSAnbGZzJyJdXSl9DQoNClxzdGFydHRleHQNCiAgQQ0KXHN0b3B0ZXh0 DQo= ------------lEWDjz8GW9nGE4teiwXeCt Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ___________________________________________________________________________________ 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 ___________________________________________________________________________________ ------------lEWDjz8GW9nGE4teiwXeCt--