ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* faltal error: return code: 1
@ 2022-08-25 17:21 Pablo Rodriguez via ntg-context
  2022-08-25 17:41 ` Hans Hagen via ntg-context
  0 siblings, 1 reply; 3+ messages in thread
From: Pablo Rodriguez via ntg-context @ 2022-08-25 17:21 UTC (permalink / raw)
  To: ConTeXt users; +Cc: Pablo Rodriguez

Hans,

using latest from today (and the previous one) with the following source:

  \starttext
    \doloopoverlist{\tf,\ss,\tt}
      {\bgroup\recursestring%
        \doloopoverlist{\tf,\it,\bf,\bi,\sc}
          {\bgroup\recursestring\dorecurse{26}
            {\character{\recurselevel}̱ }\par}\egroup}
  \stoptext

I get the following error:

  mtx-context     | fatal error: return code: 1

But when checking the sources, no error is found:

  $ mtxrun --script check test-file.tex
  no error

Just in case it helps, creators are "LuaMetaTeX 2.10 20220818 + ConTeXt
LMTX 2022.08.25 17:43".

I don’t know whether I’m missing something (in that case, the error
message should be more verbose).

Many thanks for your help,

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

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : https://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: faltal error: return code: 1
  2022-08-25 17:21 faltal error: return code: 1 Pablo Rodriguez via ntg-context
@ 2022-08-25 17:41 ` Hans Hagen via ntg-context
  2022-08-25 17:55   ` Pablo Rodriguez via ntg-context
  0 siblings, 1 reply; 3+ messages in thread
From: Hans Hagen via ntg-context @ 2022-08-25 17:41 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Hans Hagen, Pablo Rodriguez

On 8/25/2022 7:21 PM, Pablo Rodriguez via ntg-context wrote:
> Hans,
> 
> using latest from today (and the previous one) with the following source:
> 
>    \starttext
>      \doloopoverlist{\tf,\ss,\tt}
>        {\bgroup\recursestring%
>          \doloopoverlist{\tf,\it,\bf,\bi,\sc}
>            {\bgroup\recursestring\dorecurse{26}
>              {\character{\recurselevel}̱ }\par}\egroup}
>    \stoptext
> 
> I get the following error:
> 
>    mtx-context     | fatal error: return code: 1
> 
> But when checking the sources, no error is found:
> 
>    $ mtxrun --script check test-file.tex
>    no error
> 
> Just in case it helps, creators are "LuaMetaTeX 2.10 20220818 + ConTeXt
> LMTX 2022.08.25 17:43".
> 
> I don’t know whether I’m missing something (in that case, the error
> message should be more verbose).
> 
> Many thanks for your help,
you're missing an \egroup

\starttext
     \doloopoverlist{\tf,\ss,\tt}
       {\bgroup
        \recursestring
        \doloopoverlist{\tf,\it,\bf,\bi,\sc}
           {\bgroup
            \recursestring\dorecurse{26}
               {\character{\recurselevel}̱ }\par
            \egroup}
        \egroup}
\stoptext



-----------------------------------------------------------------
                                           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://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : https://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: faltal error: return code: 1
  2022-08-25 17:41 ` Hans Hagen via ntg-context
@ 2022-08-25 17:55   ` Pablo Rodriguez via ntg-context
  0 siblings, 0 replies; 3+ messages in thread
From: Pablo Rodriguez via ntg-context @ 2022-08-25 17:55 UTC (permalink / raw)
  To: Hans Hagen via ntg-context; +Cc: Pablo Rodriguez

On 8/25/22 19:41, Hans Hagen via ntg-context wrote:
> [...]
> you're missing an \egroup
>
> \starttext
>      \doloopoverlist{\tf,\ss,\tt}
>        {\bgroup
>         \recursestring
>         \doloopoverlist{\tf,\it,\bf,\bi,\sc}
>            {\bgroup
>             \recursestring\dorecurse{26}
>                {\character{\recurselevel}̱ }\par
>             \egroup}
>         \egroup}
> \stoptext

Many thanks for your reply, Hans.

I wonder whether mtxrun --script check should have spotted that.

Many thanks for your help,

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

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : https://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-08-25 17:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-25 17:21 faltal error: return code: 1 Pablo Rodriguez via ntg-context
2022-08-25 17:41 ` Hans Hagen via ntg-context
2022-08-25 17:55   ` Pablo Rodriguez via ntg-context

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).