From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/36524 Path: news.gmane.org!not-for-mail From: Arthur Reutenauer Newsgroups: gmane.comp.tex.context Subject: Re: Still can't get luatools to work Date: Thu, 13 Sep 2007 21:00:55 +0200 Message-ID: <20070913190055.GA4758@phare.normalesup.org> References: <46E95ACC.9090204@sun.com> Reply-To: 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 1189710091 24492 80.91.229.12 (13 Sep 2007 19:01:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 13 Sep 2007 19:01:31 +0000 (UTC) To: Mark.Almeida@Sun.COM, mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Thu Sep 13 21:01:28 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 1IVtwE-0006wO-AJ for gctc-ntg-context-518@m.gmane.org; Thu, 13 Sep 2007 21:01:18 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C8C5A1FFCB; Thu, 13 Sep 2007 21:01:17 +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 08294-01; Thu, 13 Sep 2007 21:01:08 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 759CA20007; Thu, 13 Sep 2007 21:01:08 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C537F20007 for ; Thu, 13 Sep 2007 21:01:06 +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 07839-05-5 for ; Thu, 13 Sep 2007 21:01:01 +0200 (CEST) Original-Received: from nef2.ens.fr (nef2.ens.fr [129.199.96.40]) by ronja.ntg.nl (Postfix) with ESMTP id 7BD811FFCB for ; Thu, 13 Sep 2007 21:01:00 +0200 (CEST) Original-Received: from phare.normalesup.org (phare.normalesup.org [129.199.129.80]) by nef2.ens.fr (8.13.6/1.01.28121999) with ESMTP id l8DJ0tEw041215 ; Thu, 13 Sep 2007 21:00:55 +0200 (CEST) X-Envelope-To: ntg-context@ntg.nl Original-Received: by phare.normalesup.org (Postfix, from userid 1008) id 8601F3806D; Thu, 13 Sep 2007 21:00:55 +0200 (CEST) Content-Disposition: inline In-Reply-To: <46E95ACC.9090204@sun.com> User-Agent: Mutt/1.5.13 (2006-08-11) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.1.4 (nef2.ens.fr [129.199.96.32]); Thu, 13 Sep 2007 21:00:55 +0200 (CEST) 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:36524 Archived-At: > luatools --generate > This is luaTeX, Version 3.141592-beta-0.10.2-2007090506 (Web2C 7.5.6) > ** > That is not normal. luatools --generate should not start LuaTeX at all; I now understand what happened: yesterday you reported you changed the beginning of luatools to contain: #!/bin/sh luatex --luaonly=luatools.lua "$@" That is not correct. If you want luatex to behave as a lua interpreter you have to call it with "luatex --luaonly" and no equal sign after it; simply delete that sign and replace it with a space. Or, alternatively, alter the first two lines of the script to contain "#!/usr/bin/env texlua" like originally; what is wrong with it? Arthur ___________________________________________________________________________________ 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 ___________________________________________________________________________________