hi,
version : 2025.02.19 14:35
os : macos
issue : tokens > compile > unknown scanner 'dimenension'
It seems that the latest version will have a trivial issue with the terminal at compile time.
It prompts in the terminal, but it doesn't interrupt the compilation.
I don't know if I'm the only one with this problem.
%%%
\starttext
\contextversion
\stoptext
%%%
There is a typo in anch-pos.lmt (wrong keyword for the third argument):
implement {
name = "dosavepositionwhd",
public = true,
protected = true,
-- arguments = { "argument", "integerargument", "dimenargument", "dimenargument", "dimenargument", "dimenargument", "dimenargument" },
- arguments = { "argument", "integer", "dimenension", "dimension", "dimension", "dimension", "dimension" },
+ arguments = { "argument", "integer", "dimension", "dimension", "dimension", "dimension", "dimension" },
actions = setall, -- name p x y w h d
}
Wolfgang