On 2/22/2025 12:31 PM, Wolfgang Schuster wrote:
Am Sa., 22. Feb. 2025 um 12:08 Uhr schrieb autumnus <ai2472206...@yeah.net <mailto: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
}

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
-----------------------------------------------------------------
___________________________________________________________________________________
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