ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen via ntg-context <ntg-context@ntg.nl>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Cc: Hans Hagen <j.hagen@freedom.nl>, Pablo Rodriguez <oinos@gmx.es>
Subject: Re: faltal error: return code: 1
Date: Thu, 25 Aug 2022 19:41:08 +0200	[thread overview]
Message-ID: <ecfdb678-dcd9-5582-6f1a-74b9d7666a27@freedom.nl> (raw)
In-Reply-To: <7c0c455d-ba05-c70c-5b97-87cc1d101fc6@gmx.es>

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
___________________________________________________________________________________

  reply	other threads:[~2022-08-25 17:41 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-25 17:21 Pablo Rodriguez via ntg-context
2022-08-25 17:41 ` Hans Hagen via ntg-context [this message]
2022-08-25 17:55   ` Pablo Rodriguez via ntg-context

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ecfdb678-dcd9-5582-6f1a-74b9d7666a27@freedom.nl \
    --to=ntg-context@ntg.nl \
    --cc=j.hagen@freedom.nl \
    --cc=oinos@gmx.es \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).