[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua.GetFunction returns null function in LuaInterface
- From: steve donovan <steve.j.donovan@...>
- Date: Tue, 2 Mar 2010 08:19:35 +0200
On Tue, Mar 2, 2010 at 6:28 AM, Joe Andresen <joe.andresen@gmail.com> wrote:
> hahaha yes.... print is the ultimate "this works" ... and when it doesnt
> work... haha well.. yeah...
We've all been there! io.stderr:write() does not buffer, however!
It's also possible to redefine print() so it flushes.
Or just the good old io.stdout:setfbuf 'no' , which is part of the Lua
invocation in SciTE within LfW for this very reason