From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/48203 Path: news.gmane.org!not-for-mail From: "Thomas A. Schmitz" Newsgroups: gmane.comp.tex.context Subject: Re: New beta Date: Wed, 11 Mar 2009 06:41:55 +0100 Message-ID: References: <2331762F-2AA9-4615-8469-6ABF99371D8C@gmail.com> <9969F6F6-6A4F-44A4-B9E4-D331A62F1CEA@uni-bonn.de> <49B6E3BF.6090403@wxs.nl> <1F1658A5-8BC2-4A5F-BC76-823FF30DCF8C@uni-bonn.de> <49B6EA82.2040409@wxs.nl> <911B1974-AEB0-45A4-A9D2-89325A054015@uni-bonn.de> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v930.3) Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1236750191 8001 80.91.229.12 (11 Mar 2009 05:43:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 11 Mar 2009 05:43:11 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Wed Mar 11 06:44:26 2009 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 1LhHEw-0005xV-21 for gctc-ntg-context-518@m.gmane.org; Wed, 11 Mar 2009 06:44:26 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 342911FB5A; Wed, 11 Mar 2009 06:42:58 +0100 (CET) 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 09921-06; Wed, 11 Mar 2009 06:42:25 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C0D691FB1F; Wed, 11 Mar 2009 06:42:24 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 475701FB1F for ; Wed, 11 Mar 2009 06:42:16 +0100 (CET) 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 31615-02-2 for ; Wed, 11 Mar 2009 06:42:04 +0100 (CET) Original-Received: from filter1-ams.mf.surf.net (filter1-ams.mf.surf.net [192.87.102.69]) by ronja.ntg.nl (Postfix) with ESMTP id 3267E1FA4C for ; Wed, 11 Mar 2009 06:42:02 +0100 (CET) Original-Received: from uni-bonn.de (mail.uni-bonn.de [131.220.15.113]) by filter1-ams.mf.surf.net (8.13.8/8.13.8/Debian-3) with ESMTP id n2B5g12V004646 for ; Wed, 11 Mar 2009 06:42:01 +0100 Original-Received: from [87.178.117.83] (account tschmit1@uni-bonn.de HELO [192.168.0.2]) by fe2.uni-bonn.de (CommuniGate Pro SMTP 5.2.12) with ESMTPA id 13192844 for ntg-context@ntg.nl; Wed, 11 Mar 2009 06:42:00 +0100 In-Reply-To: X-Mailer: Apple Mail (2.930.3) X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=131.220.15.113; country=DE; region=07; city=Bonn; latitude=50.7333; longitude=7.1000; http://maps.google.com/maps?q=50.7333,7.1000&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 191641938 - 4589355eb202 X-Scanned-By: CanIt (www . roaringpenguin . com) on 192.87.102.69 X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.11 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:48203 Archived-At: On Mar 11, 2009, at 12:17 AM, luigi scarso wrote: > Is > local command = string.format("luatex --fmt=%s --lua=% %s", > string.quote(formatfile), string.quote(scriptfile), > string.quote(filename)) > > > correct ? > > Why not > local command = string.format("luatex --fmt=%s --lua=%s %s", > string.quote(formatfile), string.quote(scriptfile), > string.quote(filename)) Good catch! Looks like this fixed it for me! Thanks Luigi. Thomas ___________________________________________________________________________________ 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 ___________________________________________________________________________________