<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Jun 6, 2020 at 8:11 PM Eduardo Ochs <<a href="mailto:eduardoochs@gmail.com">eduardoochs@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi list,<br>
<br>
I just sent a question about catcodes that had the wrong tone...</blockquote><div><br></div><div>nothing wrong to me </div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
So, how can I do things like inspecting catcodes and changing them<br>
from Lua?</blockquote><div><br></div><div>it's better to open luatex.pdf with a pdfreader like evince,  latest mupdf , </div><div>okular, adobe reader... and search for catcode.</div><div><br></div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
I am quite outsider-ish in the LuaTeX community, and I have the<br>
sensation that I don't even know where are the forums in which the<br>
discussions are happening... so:<br>
<br>
Please, people, if you have any pointers that you believe that may be<br>
useful to me, I'd like to see them - and private messages are welcome.<br>
<br></blockquote><div><br></div><div>1) use \logginall ... \tracingnone just around the chunk of tex code, ie </div><div>\loggingall%<br>\catcode`\^^J=10<br>\directlua{dofile "test.lua"}\tracingnone<br></div><div>and for lualatex </div><div>\loggingall%</div><div>\begin{verbatim}<br></div><div>foo<br>  poo<br>    boo<br>\end{verbatim}\tracingnone<br></div><div><br></div><div>At least you can see where they differ.</div><div><br></div><div>2) learn a bit of context to check how / if the result changes:</div><div>--[==[ test-ctx.lua ]==]</div><div>str = [[<br>\starttyping<br>foo<br>  poo<br>    boo<br>\stoptyping<br>]]<br>print(str)<br></div><div><br></div><div>%% test-ctx.tex</div><div>\starttext<br>\starttyping<br>foo<br>  foo<br>    foo<br>\stoptyping<br><br>\directlua{dofile "test-ctx.lua"}<br>\stoptext<br></div><div><br></div><div>eventually use \logginall..\tracingnone </div><div> </div><div>3) look into context code</div><div>texmf-dist/tex/context/base/mkiv<br></div><div>almost every answer is there.</div><div><br></div><div>4) sometimes   context mailing list  can answer to luatex questions </div><div><br></div><div><br></div></div>-- <br><div dir="ltr" class="gmail_signature">luigi<br></div></div>