<div>HI,</div><div><br></div>I wonder if rather than tackling things piecemeal,  a broader discussion and contributions are also warranted towards looking at the wider issue of both the Console output and Latex Errors tab.<div>
<br></div><div>I have almost started to wonder with that if all we can hope to realistically achieve is making the line number references themselves hot clickable to the Editor lines with no other processing?</div><div><br>
</div><div>Paul<br><br><div class="gmail_quote">On 20 November 2011 22:59, Arno Trautmann <span dir="ltr"><<a href="mailto:Arno.Trautmann@gmx.de">Arno.Trautmann@gmx.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi all,<br>
<br>
following Tako's answer to a question on the LuaTeX list¹, it seems that TeXworks' terminal output is block-buffered. That is suboptimal in some special cases, as the one I'm describing in that mail. Is it possible to change this in TeXworks?<br>

<br>
To explain my request: Look at the following plain LuaTeX example:<br>
<br>
\let\n\relax<br>
\directlua{<br>
  delay = 1.0<br>
  texio.write_nl("first comment\n")<br>
  os.sleep (delay)<br>
  texio.write("second comment\n")<br>
  os.sleep (delay)<br>
}<br>
\bye<br>
<br>
and have a look at the terminal output in TeXworks, in comparison to compiling a normal terminal. The two comments should be output with a time delay between them, which does not happen with TeXworks (at least not with r.944 on x86_64 Arch Linux)<br>

<br>
Cheers<br>
Arno<br>
<br>
¹<a href="http://tug.org/pipermail/luatex/2011-November/003352.html" target="_blank">http://tug.org/pipermail/<u></u>luatex/2011-November/003352.<u></u>html</a><br>
</blockquote></div><br></div>