Re: [NTG-context] 'lua.registercode' bug in latest beta

2017-11-06 Thread Henning Hraban Ramm
Am 2017-11-07 um 04:59 schrieb Li Yanrui (李延瑞) :

> Hi,
> 
> Using '\ctxloadluafile'  can get an error:
> 
> ```
> ..ext/tex/texmf-context/tex/context/base/mkiv/luat-cod.lua:50: bad argument 
> #1 to 'gmatch' (string expected, got nil)
> ```

Same here:

lua error   > lua error on line 30 in file 
/Users/hraban/Library/texmf/tex/texmf-modules/tex/context/third/letter/base/s-cor-00.mkvi:

...xmf/tex/texmf-context/tex/context/base/mkiv/luat-cod.lua:47: bad argument #1 
to 'gmatch' (string expected, got nil)
stack traceback:
[C]: in function 'gmatch'
...xmf/tex/texmf-context/tex/context/base/mkiv/luat-cod.lua:47: in 
function 'registercode'
[ctxlua]:1: in main chunk

20 %C MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21 %C GNU General Public License for more details.
22 %C
23 %C You should have received a copy of the GNU General Public License
24 %C along with this program.  If not, see .
25 
26 \unprotect
27 
28 % Lua functions for the core and also for the frontend modules
29 
30 >>  \ctxloadluafile{s-cor-00}



> It seems to be caused by 'if options ~= ""' in `lua.registercode'. That empyt 
> string should be 'nil'?

Yep, after 'context --make' that lets it work for me.
Thank you!

Greetlings, Hraban
---
http://www.fiee.net
http://wiki.contextgarden.net
GPG Key ID 1C9B22FD

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

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

[NTG-context] 'lua.registercode' bug in latest beta

2017-11-06 Thread 李延瑞
Hi,

Using '\ctxloadluafile'  can get an error:

```
..ext/tex/texmf-context/tex/context/base/mkiv/luat-cod.lua:50: bad argument
#1 to 'gmatch' (string expected, got nil)
```

It seems to be caused by 'if options ~= ""' in `lua.registercode'. That
empyt string should be 'nil'?

-- 
Best regards,

Li Yanrui (李延瑞)
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

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

Re: [NTG-context] Thicker \cdot ?

2017-11-06 Thread Weber, Matthias
Thanks, this is very helpful. 

Matthias

> On Nov 6, 2017, at 4:12 PM, Schmitz Thomas A.  
> wrote:
> 
> 
> 
>> On 6. Nov 2017, at 21:44, Weber, Matthias  wrote:
>> 
>> It looks like Metapost is a good way of doing this.
>> If anybody knows a better way, please let me know.
> 
> Not “better,” but maybe simpler: you can just scale the cdot; if you want to 
> be fancy, you can make a macro and center it vertically, but the basic 
> process would be:
> 
> \starttext
> 
> \getglyph{file:xits-math.otf}{\char"00B7}
> \space
> \getscaledglyph{1.2}{file:xits-math.otf}{\char"00B7}
> \space
> \getscaledglyph{1.6}{file:xits-math.otf}{\char"00B7}
> \space
> \getscaledglyph{2}{file:xits-math.otf}{\char"00B7}
> 
> \stoptext
> 
> So knock yourself out...
> 
> Thomas
> ___
> If your question is of interest to others as well, please add an entry to the 
> Wiki!
> 
> maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
> webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
> archive  : https://bitbucket.org/phg/context-mirror/commits/
> wiki : http://contextgarden.net
> ___

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

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

Re: [NTG-context] bug updating the ConTeXt Suite?

2017-11-06 Thread Pablo Rodriguez
On 11/06/2017 10:13 PM, Mojca Miklavec wrote:
> On 6 November 2017 at 20:07, Pablo Rodriguez wrote:
>> [...]
>> It might be that ConTeXt Standalone should have the binaries updated in
>> all platforms.
> 
> I manually updated linux, but all other platforms are still outdated
> from trunk. The tagged version doesn't compile at all (maybe it
> requires C++11?).

Mojca,

many thanks for the Linux update.

It works perfectly fine now.

Pablo
-- 
http://www.ousia.tk
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

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

Re: [NTG-context] bug updating the ConTeXt Suite?

2017-11-06 Thread luigi scarso
Il 6 nov 2017 22:13, "Mojca Miklavec"  ha
scritto:

On 6 November 2017 at 20:07, Pablo Rodriguez  wrote:
> On 11/06/2017 07:04 PM, Floris van Manen wrote:
>> so is the error related to an incompatible luatex?
>
> Florian,
>
> I know that correlation isn’t causation, so I can only guess ;-).
>
> It might be that ConTeXt Standalone should have the binaries updated in
> all platforms.

I manually updated linux, but all other platforms are still outdated
from trunk. The tagged version doesn't compile at all (maybe it
requires C++11?).

There were some architectural changes and I'm not able to access some
build machines, including an old Mac VM (I can create a new one
locally, just not today).


Yes , poppler needs c++11 (and the new lua 5.3 gcc 7.2.0)

--
luigi
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

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

Re: [NTG-context] bug updating the ConTeXt Suite?

2017-11-06 Thread Mojca Miklavec
On 6 November 2017 at 20:07, Pablo Rodriguez  wrote:
> On 11/06/2017 07:04 PM, Floris van Manen wrote:
>> so is the error related to an incompatible luatex?
>
> Florian,
>
> I know that correlation isn’t causation, so I can only guess ;-).
>
> It might be that ConTeXt Standalone should have the binaries updated in
> all platforms.

I manually updated linux, but all other platforms are still outdated
from trunk. The tagged version doesn't compile at all (maybe it
requires C++11?).

There were some architectural changes and I'm not able to access some
build machines, including an old Mac VM (I can create a new one
locally, just not today).

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

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

Re: [NTG-context] Thicker \cdot ?

2017-11-06 Thread Schmitz Thomas A.


> On 6. Nov 2017, at 21:44, Weber, Matthias  wrote:
> 
> It looks like Metapost is a good way of doing this.
> If anybody knows a better way, please let me know.

Not “better,” but maybe simpler: you can just scale the cdot; if you want to be 
fancy, you can make a macro and center it vertically, but the basic process 
would be:

\starttext

\getglyph{file:xits-math.otf}{\char"00B7}
\space
\getscaledglyph{1.2}{file:xits-math.otf}{\char"00B7}
\space
\getscaledglyph{1.6}{file:xits-math.otf}{\char"00B7}
\space
\getscaledglyph{2}{file:xits-math.otf}{\char"00B7}

\stoptext

So knock yourself out...

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

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

Re: [NTG-context] bug updating the ConTeXt Suite?

2017-11-06 Thread Joseph Canedo
Hi Pablo,

$ luatex --version
This is LuaTeX, Version 1.06.2 (TeX Live 2017/W32TeX)

Joseph

De : Pablo Rodriguez
Envoyé le :lundi 6 novembre 2017 18:55
À : ntg-context@ntg.nl
Objet :Re: [NTG-context] bug updating the ConTeXt Suite?

On 11/05/2017 11:02 PM, Joseph Canedo wrote:
> Hi Pablo,
> 
> Sorry, I am not able to reproduce your issue I am afraid (using on
> Windows 10) :
> 
> $ contextjit --version
> 
> mtx-context | ConTeXt Process Management 1.02
> mtx-context |
> mtx-context | main context file:
> c:/ConTeXt/test/tex/texmf-context/tex/context/base/mkiv/context.mkiv
> mtx-context | current version: 2017.11.01 15:58

Hi Joseph,

many thanks for your reply.

I know that Windows 64bit (1.06.1, I guess) has a more recent LuaTeX
binary than Linux 32bit (1.05.0).

I wonder whether this may be the cause.

Many thanks for your help,

Pablo
-- 
http://www.ousia.tk
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

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

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

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

Re: [NTG-context] Thicker \cdot ?

2017-11-06 Thread Weber, Matthias
It looks like Metapost is a good way of doing this.
If anybody knows a better way, please let me know.


\def\fatdot{\startMPcode
h := \strutheight-\strutdepth;
k:=h/2;
pickup pencircle scaled k;
setbounds currentpicture to boundingbox unitsquare xyscaled (2*h, h);
  drawdot (h, h/2);
  \stopMPcode}

\starttext

\startformula
a \cdot b \fatdot c \bullet d
\stopformula

\stoptext

> On Nov 6, 2017, at 2:01 PM, Weber, Matthias  wrote:
> 
> Dear List,
> 
> I am looking for a ConTeXt way to create a thicker \cdot (but not as thick as 
> \bullet).
> 
> 
> Minimal non-example
> 
> \starttext
> \startformula
> a \cdot[1mm] b 
> \stopformula
> \stoptext
> 
> does not accomplish anything useful….
> 
> 
> Thanks -
> 
> Matthias
> ___
> If your question is of interest to others as well, please add an entry to the 
> Wiki!
> 
> maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
> webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
> archive  : https://bitbucket.org/phg/context-mirror/commits/
> wiki : http://contextgarden.net
> ___

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

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

Re: [NTG-context] bug updating the ConTeXt Suite?

2017-11-06 Thread Pablo Rodriguez
On 11/06/2017 07:04 PM, Floris van Manen wrote:
> so is the error related to an incompatible luatex?

Florian,

I know that correlation isn’t causation, so I can only guess ;-).

It might be that ConTeXt Standalone should have the binaries updated in
all platforms.

Pablo

> $ luatex --version
> This is LuaTeX, Version 1.05.0 (TeX Live 2017)
> 
> $ mtxrunjit --version
> /Applications/ConTeXt/tex/texmf-osx-64/bin/mtxrun:633: attempt to index local 
> ‘searchers' (a nil value)


-- 
http://www.ousia.tk
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

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

[NTG-context] Thicker \cdot ?

2017-11-06 Thread Weber, Matthias
Dear List,

I am looking for a ConTeXt way to create a thicker \cdot (but not as thick as 
\bullet).


Minimal non-example

\starttext
\startformula
 a \cdot[1mm] b 
\stopformula
\stoptext

does not accomplish anything useful….


Thanks -

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

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

Re: [NTG-context] bug updating the ConTeXt Suite?

2017-11-06 Thread Floris van Manen

> On 6 Nov 2017, at 18:58, Pablo Rodriguez  wrote:
> 
> On 11/06/2017 10:31 AM, Floris van Manen wrote:
>> here too:
>> 
>> $ context --version
>> 
>> mtx-context | ConTeXt Process Management 1.02
>> mtx-context |
>> mtx-context | main context file: 
>> /Applications/ConTeXt/tex/texmf-context/tex/context/base/mkiv/context.mkiv
>> mtx-context | current version: 2017.11.01 15:58
>> 
>> $ contextjit --version
>> /Applications/ConTeXt/tex/texmf-osx-64/bin/mtxrun:633: attempt to index 
>> local ‘searchers' (a nil value)
> Many thanks for your reply, Floris.
> 
> Could you also check your luajittex version?


$ luajittex --version
This is LuajitTeX, Version 1.05.0 (TeX Live 2017)






signature.asc
Description: Message signed with OpenPGP using GPGMail
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

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

Re: [NTG-context] bug updating the ConTeXt Suite?

2017-11-06 Thread Floris van Manen
so is the error related to an incompatible luatex?


$ luatex --version
This is LuaTeX, Version 1.05.0 (TeX Live 2017)

$ mtxrunjit --version
/Applications/ConTeXt/tex/texmf-osx-64/bin/mtxrun:633: attempt to index local 
‘searchers' (a nil value)


$ mtxrun --version

mtxrun  | ConTeXt TDS Runner Tool 1.32
mtxrun  | source path



> On 6 Nov 2017, at 18:55, Pablo Rodriguez  wrote:
> 
> On 11/05/2017 11:02 PM, Joseph Canedo wrote:
>> Hi Pablo,
>> 
>> Sorry, I am not able to reproduce your issue I am afraid (using on
>> Windows 10) :
>> 
>> $ contextjit --version
>> 
>> mtx-context | ConTeXt Process Management 1.02
>> mtx-context |
>> mtx-context | main context file:
>> c:/ConTeXt/test/tex/texmf-context/tex/context/base/mkiv/context.mkiv
>> mtx-context | current version: 2017.11.01 15:58
> 
> Hi Joseph,
> 
> many thanks for your reply.
> 
> I know that Windows 64bit (1.06.1, I guess) has a more recent LuaTeX
> binary than Linux 32bit (1.05.0).
> 
> I wonder whether this may be the cause.
> 
> Many thanks for your help,
> 
> Pablo
> --
> http://www.ousia.tk
> ___
> If your question is of interest to others as well, please add an entry to the 
> Wiki!
> 
> maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
> webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
> archive  : https://bitbucket.org/phg/context-mirror/commits/
> wiki : http://contextgarden.net
> ___



signature.asc
Description: Message signed with OpenPGP using GPGMail
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

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

Re: [NTG-context] bug updating the ConTeXt Suite?

2017-11-06 Thread Pablo Rodriguez
On 11/06/2017 10:31 AM, Floris van Manen wrote:
> here too:
> 
> $ context --version
> 
> mtx-context | ConTeXt Process Management 1.02
> mtx-context |
> mtx-context | main context file: 
> /Applications/ConTeXt/tex/texmf-context/tex/context/base/mkiv/context.mkiv
> mtx-context | current version: 2017.11.01 15:58
> 
> $ contextjit --version
> /Applications/ConTeXt/tex/texmf-osx-64/bin/mtxrun:633: attempt to index local 
> ‘searchers' (a nil value)
Many thanks for your reply, Floris.

Could you also check your luajittex version?

Many thanks for your help,

Pablo
-- 
http://www.ousia.tk
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

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

Re: [NTG-context] bug updating the ConTeXt Suite?

2017-11-06 Thread Pablo Rodriguez
On 11/06/2017 09:56 AM, Henning Hraban Ramm wrote:
> Am 2017-11-05 um 13:43 schrieb Pablo Rodriguez :
> 
>> Dear list,
>>
>> after updating ConTeXt to latest beta, any invocation shows this error:
>>
>>  ~/context/tex/texmf-linux/bin/mtxrun:633: attempt to index local
>> 'searchers' (a nil value)
>> [...]
> 
> Yes, I’m getting the same (using context --jit) since yesterday,
> probably my beta was a few days old, and still after updating ConTeXt
> and context --make
> 
> Without --jit, it works.

Many thanks for your reply, Hraban.

Which is your luatex and luajitex version?

Many thanks for your help,

Pablo
-- 
http://www.ousia.tk
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

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

Re: [NTG-context] bug updating the ConTeXt Suite?

2017-11-06 Thread Pablo Rodriguez
On 11/05/2017 11:02 PM, Joseph Canedo wrote:
> Hi Pablo,
> 
> Sorry, I am not able to reproduce your issue I am afraid (using on
> Windows 10) :
> 
> $ contextjit --version
> 
> mtx-context | ConTeXt Process Management 1.02
> mtx-context |
> mtx-context | main context file:
> c:/ConTeXt/test/tex/texmf-context/tex/context/base/mkiv/context.mkiv
> mtx-context | current version: 2017.11.01 15:58

Hi Joseph,

many thanks for your reply.

I know that Windows 64bit (1.06.1, I guess) has a more recent LuaTeX
binary than Linux 32bit (1.05.0).

I wonder whether this may be the cause.

Many thanks for your help,

Pablo
-- 
http://www.ousia.tk
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

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

Re: [NTG-context] bug updating the ConTeXt Suite?

2017-11-06 Thread Floris van Manen
here too:

$ context --version

mtx-context | ConTeXt Process Management 1.02
mtx-context |
mtx-context | main context file: 
/Applications/ConTeXt/tex/texmf-context/tex/context/base/mkiv/context.mkiv
mtx-context | current version: 2017.11.01 15:58


$ contextjit --version
/Applications/ConTeXt/tex/texmf-osx-64/bin/mtxrun:633: attempt to index local 
‘searchers' (a nil value)



(on OSX 10.11.6)

.F

> On 6 Nov 2017, at 09:56, Henning Hraban Ramm  wrote:
> 
> Am 2017-11-05 um 13:43 schrieb Pablo Rodriguez :
> 
>> Dear list,
>> 
>> after updating ConTeXt to latest beta, any invocation shows this error:
>> 
>> ~/context/tex/texmf-linux/bin/mtxrun:633: attempt to index local
>>'searchers' (a nil value)
>> 
>> This happens with "mtxrunjit --generate" or with "contextjit --version"
>> (to name only two).
>> 
>> Could anyone confirm this issue? (Backup your current beta first to
>> avoid issues.)
>> 
>> Many thanks for your help,
>> 
>> Pablo
> 
> Yes, I’m getting the same (using context --jit) since yesterday, probably my 
> beta was a few days old, and still after updating ConTeXt and context --make
> 
> Without --jit, it works.
> 
> (on OSX 10.9.5)
> 
> Greetlings, Hraban
> ---
> http://www.fiee.net
> http://wiki.contextgarden.net
> GPG Key ID 1C9B22FD
> 
> ___
> If your question is of interest to others as well, please add an entry to the 
> Wiki!
> 
> maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
> webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
> archive  : https://bitbucket.org/phg/context-mirror/commits/
> wiki : http://contextgarden.net
> ___



signature.asc
Description: Message signed with OpenPGP using GPGMail
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

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

Re: [NTG-context] bug updating the ConTeXt Suite?

2017-11-06 Thread Henning Hraban Ramm
Am 2017-11-05 um 13:43 schrieb Pablo Rodriguez :

> Dear list,
> 
> after updating ConTeXt to latest beta, any invocation shows this error:
> 
>  ~/context/tex/texmf-linux/bin/mtxrun:633: attempt to index local
> 'searchers' (a nil value)
> 
> This happens with "mtxrunjit --generate" or with "contextjit --version"
> (to name only two).
> 
> Could anyone confirm this issue? (Backup your current beta first to
> avoid issues.)
> 
> Many thanks for your help,
> 
> Pablo

Yes, I’m getting the same (using context --jit) since yesterday, probably my 
beta was a few days old, and still after updating ConTeXt and context --make

Without --jit, it works.

(on OSX 10.9.5)

Greetlings, Hraban
---
http://www.fiee.net
http://wiki.contextgarden.net
GPG Key ID 1C9B22FD

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

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