> 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 : [email protected] / 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
___________________________________________________________________________________