compile > unknown scanner 'dimenension'

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 %%% autumnus

Am Sa., 22. Feb. 2025 um 12:08 Uhr schrieb autumnus
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

On 2/22/2025 12:31 PM, Wolfgang Schuster wrote:
Am Sa., 22. Feb. 2025 um 12:08 Uhr schrieb autumnus
mailto:ai2472206007@yeah.net>: 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 }
there are few more places, i'll update one of these days (maybe some more comes up from tex live testing) Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl -----------------------------------------------------------------
participants (3)
-
autumnus
-
Hans Hagen
-
Wolfgang Schuster