ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* [NTG-context] issue with current latest (2023.07.28 20:04)
@ 2023-07-29  7:45 Pablo Rodriguez
  2023-07-29  8:03 ` [NTG-context] " Jairo A. del Rio
  0 siblings, 1 reply; 5+ messages in thread
From: Pablo Rodriguez @ 2023-07-29  7:45 UTC (permalink / raw)
  To: ConTeXt users

Dear list,

trying to generate the format for current latest (2023.07.28 20:04), I
get this error message:

tex error       > tex error on line 280 in file lang-lab.mkxl: Control
sequence expected instead of undefined

\lang_labels_define_class_indeed {head}{

<macro> \definelabelclass
    ...ded {\lang_labels_define_class_indeed {#1}{\ifchknumber #2\or
\lastchknumber
    \else \zerocount \fi }\expandafter \noexpand \csn ...
<line 3.280>
    \definelabelclass [head]      [0]
     % titles

<empty file>
You injected something that confused the parser, maybe by using some Lua
call.

LuaMetaTeX is from 20230727 (just in case it might be relevant).

Could anyone confirm the issue?

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] 5+ messages in thread

* [NTG-context] Re: issue with current latest (2023.07.28 20:04)
  2023-07-29  7:45 [NTG-context] issue with current latest (2023.07.28 20:04) Pablo Rodriguez
@ 2023-07-29  8:03 ` Jairo A. del Rio
  2023-07-29  9:46   ` Pablo Rodriguez
  0 siblings, 1 reply; 5+ messages in thread
From: Jairo A. del Rio @ 2023-07-29  8:03 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 1716 bytes --]

El sáb, 29 jul 2023 a la(s) 02:50, Pablo Rodriguez (oinos@gmx.es) escribió:

> Dear list,
>
> trying to generate the format for current latest (2023.07.28 20:04), I
> get this error message:
>
> tex error       > tex error on line 280 in file lang-lab.mkxl: Control
> sequence expected instead of undefined
>
> \lang_labels_define_class_indeed {head}{
>
> <macro> \definelabelclass
>     ...ded {\lang_labels_define_class_indeed {#1}{\ifchknumber #2\or
> \lastchknumber
>     \else \zerocount \fi }\expandafter \noexpand \csn ...
> <line 3.280>
>     \definelabelclass [head]      [0]
>      % titles
>
> <empty file>
> You injected something that confused the parser, maybe by using some Lua
> call.
>
> LuaMetaTeX is from 20230727 (just in case it might be relevant).
>
> Could anyone confirm the issue?
>

Same here. If, in line 69 of lang-lab.mkxl, you replace \lastchknumber with
#2 (as it seems it was in older releases, e.g.
https://source.contextgarden.net/tex/context/base/mkxl/lang-lab.mkxl?search=lang-lab),
it works again. Anyway, let's wait for a proper fix by Hans.

Regards,

Jairo


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

[-- Attachment #1.2: Type: text/html, Size: 2854 bytes --]

[-- Attachment #2: Type: text/plain, Size: 495 bytes --]

___________________________________________________________________________________
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] 5+ messages in thread

* [NTG-context] Re: issue with current latest (2023.07.28 20:04)
  2023-07-29  8:03 ` [NTG-context] " Jairo A. del Rio
@ 2023-07-29  9:46   ` Pablo Rodriguez
  2023-07-29 11:54     ` Hans Hagen via ntg-context
  0 siblings, 1 reply; 5+ messages in thread
From: Pablo Rodriguez @ 2023-07-29  9:46 UTC (permalink / raw)
  To: ConTeXt users

On 7/29/23 10:03, Jairo A. del Rio wrote:
> [...]
> Same here. If, in line 69 of lang-lab.mkxl, you replace \lastchknumber
> with #2 [...] works again.

Hi Jairo,

\lastchknumber is an alias of \lastchkinteger (line 1522 of syst-ini.mkxl).

\lastchknumber might even be a primitive in LuaMetaTeX.

> Anyway, let's wait for a proper fix by Hans. 

I wonder whether an updated LMTX binary would be required.

Sadly, https://github.com/contextgarden/luametatex is out of sync.

Many thanks for your reply,

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] 5+ messages in thread

* [NTG-context] Re: issue with current latest (2023.07.28 20:04)
  2023-07-29  9:46   ` Pablo Rodriguez
@ 2023-07-29 11:54     ` Hans Hagen via ntg-context
  2023-07-29 15:19       ` Pablo Rodriguez
  0 siblings, 1 reply; 5+ messages in thread
From: Hans Hagen via ntg-context @ 2023-07-29 11:54 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Hans Hagen

Hi,

There seems to be some mismatch between bin and source .. clueless how 
that can happen but I'll upload again.

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://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] 5+ messages in thread

* [NTG-context] Re: issue with current latest (2023.07.28 20:04)
  2023-07-29 11:54     ` Hans Hagen via ntg-context
@ 2023-07-29 15:19       ` Pablo Rodriguez
  0 siblings, 0 replies; 5+ messages in thread
From: Pablo Rodriguez @ 2023-07-29 15:19 UTC (permalink / raw)
  To: Hans Hagen via ntg-context

On 7/29/23 13:54, Hans Hagen via ntg-context wrote:
> Hi,
>
> There seems to be some mismatch between bin and source .. clueless how
> that can happen but I'll upload again.

Many thanks for the new upload, Hans.

New LMTX binaries and it works fine again.

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] 5+ messages in thread

end of thread, other threads:[~2023-07-29 15:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-29  7:45 [NTG-context] issue with current latest (2023.07.28 20:04) Pablo Rodriguez
2023-07-29  8:03 ` [NTG-context] " Jairo A. del Rio
2023-07-29  9:46   ` Pablo Rodriguez
2023-07-29 11:54     ` Hans Hagen via ntg-context
2023-07-29 15:19       ` Pablo Rodriguez

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).