ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Still can't get luatools to work
@ 2007-09-13 15:44 The Wizard
  2007-09-13 19:00 ` Arthur Reutenauer
  0 siblings, 1 reply; 3+ messages in thread
From: The Wizard @ 2007-09-13 15:44 UTC (permalink / raw)
  To: ntg-context

[-- Attachment #1: Type: text/html, Size: 6507 bytes --]

[-- Attachment #2: Type: text/plain, Size: 487 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Still can't get luatools to work
  2007-09-13 15:44 Still can't get luatools to work The Wizard
@ 2007-09-13 19:00 ` Arthur Reutenauer
  2007-09-13 20:08   ` The Wizard
  0 siblings, 1 reply; 3+ messages in thread
From: Arthur Reutenauer @ 2007-09-13 19:00 UTC (permalink / raw)
  To: Mark.Almeida, mailing list for ConTeXt users

>    luatools --generate
>    This is luaTeX, Version 3.141592-beta-0.10.2-2007090506 (Web2C 7.5.6)
>    **
>    <I have to Control-D out here>

  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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Still can't get luatools to work
  2007-09-13 19:00 ` Arthur Reutenauer
@ 2007-09-13 20:08   ` The Wizard
  0 siblings, 0 replies; 3+ messages in thread
From: The Wizard @ 2007-09-13 20:08 UTC (permalink / raw)
  To: mailing list for ConTeXt users

[-- Attachment #1: Type: text/html, Size: 4839 bytes --]

[-- Attachment #2: Type: text/plain, Size: 487 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-09-13 20:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-09-13 15:44 Still can't get luatools to work The Wizard
2007-09-13 19:00 ` Arthur Reutenauer
2007-09-13 20:08   ` The Wizard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).