Andre Dias:
> So,I've been thinking about a delegate layer to handle lua, responsible to get back its answer.
> This would make SciTE's lua integration stronger and more stable, free from environment conditions.
> The central idea would be to make lua as something like an internal module (library) under SciTE install dir.
> A stand-alone approach.
SciTE uses its own internal copy of Lua. I think someone wrote a patch that uses the system Lua and possibly Debian are using that but its not the default.
> Something I do agree about the comments on that bug report - SciTE without lua looses too much.
You can download SciTE and build it yourself:
http://prdownloads.sourceforge.net/scintilla/scite321.tgz?download
That way you get the most recent version with integrated Lua.
Neil