Quoting Hans Hagen
Hi,
I'm uploading an update.
Thank for MKIV. It looks pretty good. I am assuming that the speed issues will be sorted out by the time of the final release.
This fixes the missing texmfstart in the windows related zips. I also added format generation entries in the toolsmenu of scite. Because luatex runs from temp paths, you need to regenerate a format after updating.
Something is broken at the garden. It says luatools not found. Luatex was working yesterday on the garden.
I also extended ctxtools --update (not tested).
Some initial remarks. * A newline is missing somewhere in luatools. I get LuaTools | running command: luatex --fmt="D:/Profiles/fkb384/LOCALS~1/Temp/luate x-cache/context/30023ed61c3aac84b97b84c266f644dc/formats/cont-en" --lua="D:/Prof iles/fkb384/LOCALS~1/Temp/luatex-cache/context/30023ed61c3aac84b97b84c266f644dc/ formats/cont-en.lua" "test.tex"This is luaTeX, Version 3.141592-beta-0.10.1-2007 080317 (Web2C 7.5.6) There should be a \n after "test.tex" Also LuaTools | runtime: 54.791 secondsTeXUtil | parsing file test.tui there should be a \n after seconds. * There is something wrong with typescripts. \definetypeface[mainface][rm][serif][charter][default][encoding=texnansi] \setupbodyfont[mainface,11pt] \starttext \input tufte \stoptext gives me <to be read again> \relax \xxdododefinefont ...tspec {#4}\newfontidentifier \let \localrelativefontsiz... \fontstrategy ...me \fontclass #2#3#4#5\endcsname \tryingfontfalse \fi <inserted text> ...yle \fontalternative \fontsize \fi \iftryingfont \fontstr... \synchronizefont ...strategy \the \fontstrategies \relax \fi \iftryingfont \... <argument> \getvalue {\@style@ \fontstyle } \edef \fontstyle {\fontstyle }\if... ... l.2 \setupbodyfont[mainface,11pt] The above code works fine with pdftex. * I really like the new pretty printing module. The single quote correct displays correctly. And the state machine for pretty printing is much easier to understand in lua than it was in tex. Aditya