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

Wolfgang
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / 
https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

Reply via email to