ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* externalfigure broken with 20190222 beta
@ 2019-02-23 16:10 Rik Kabel
  2019-02-23 16:53 ` Rudolf Bahr
  2019-02-23 20:58 ` Hans Hagen
  0 siblings, 2 replies; 5+ messages in thread
From: Rik Kabel @ 2019-02-23 16:10 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

With the following example, I get:

    ...eXt/tex/texmf-context/tex/context/base/mkiv/grph-inc.lua:238: attempt to call upvalue 'imgwrap' (a nil value)

with the current (20190222) beta.

    \setupexternalfigures[location=default]
    \starttext
    \externalfigure[cow.pdf]
    \stoptext

Down for just me, or for everyone?

--
Rik


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

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

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

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

* Re: externalfigure broken with 20190222 beta
  2019-02-23 16:10 externalfigure broken with 20190222 beta Rik Kabel
@ 2019-02-23 16:53 ` Rudolf Bahr
  2019-02-23 20:58 ` Hans Hagen
  1 sibling, 0 replies; 5+ messages in thread
From: Rudolf Bahr @ 2019-02-23 16:53 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Sat, Feb 23, 2019 at 11:10:42AM -0500, Rik Kabel wrote:
> With the following example, I get:
> 
>    ...eXt/tex/texmf-context/tex/context/base/mkiv/grph-inc.lua:238: attempt to call upvalue 'imgwrap' (a nil value)
> 
> with the current (20190222) beta.
> 
>    \setupexternalfigures[location=default]
>    \starttext
>    \externalfigure[cow.pdf]
>    \stoptext
> 
> Down for just me, or for everyone?
> 
> --
> Rik


My context exits normally (ConTeXt  ver: 2018.03.16 22:20 MKIV beta  fmt: 2018.3.21),
but cow.pdf state: unknown.

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

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

* Re: externalfigure broken with 20190222 beta
  2019-02-23 16:10 externalfigure broken with 20190222 beta Rik Kabel
  2019-02-23 16:53 ` Rudolf Bahr
@ 2019-02-23 20:58 ` Hans Hagen
  2019-02-23 23:25   ` mf
  1 sibling, 1 reply; 5+ messages in thread
From: Hans Hagen @ 2019-02-23 20:58 UTC (permalink / raw)
  To: mailing list for ConTeXt users, Rik Kabel

On 2/23/2019 5:10 PM, Rik Kabel wrote:
> With the following example, I get:
> 
>     ...eXt/tex/texmf-context/tex/context/base/mkiv/grph-inc.lua:238: attempt to call upvalue 'imgwrap' (a nil value)
> 
> with the current (20190222) beta.
> 
>     \setupexternalfigures[location=default]
>     \starttext
>     \externalfigure[cow.pdf]
>     \stoptext
> 
> Down for just me, or for everyone?
i'll fix it (low level cleanup going on)

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

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

* Re: externalfigure broken with 20190222 beta
  2019-02-23 20:58 ` Hans Hagen
@ 2019-02-23 23:25   ` mf
  2019-02-24  0:16     ` Hans Hagen
  0 siblings, 1 reply; 5+ messages in thread
From: mf @ 2019-02-23 23:25 UTC (permalink / raw)
  To: ntg-context

BTW \startsidebar ... \stopsidebar stopped working too.

Massimiliano

Il 23/02/19 21:58, Hans Hagen ha scritto:
> On 2/23/2019 5:10 PM, Rik Kabel wrote:
>> With the following example, I get:
>>
>> ...eXt/tex/texmf-context/tex/context/base/mkiv/grph-inc.lua:238: 
>> attempt to call upvalue 'imgwrap' (a nil value)
>>
>> with the current (20190222) beta.
>>
>>     \setupexternalfigures[location=default]
>>     \starttext
>>     \externalfigure[cow.pdf]
>>     \stoptext
>>
>> Down for just me, or for everyone?
> i'll fix it (low level cleanup going on)
>
___________________________________________________________________________________
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
___________________________________________________________________________________

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

* Re: externalfigure broken with 20190222 beta
  2019-02-23 23:25   ` mf
@ 2019-02-24  0:16     ` Hans Hagen
  0 siblings, 0 replies; 5+ messages in thread
From: Hans Hagen @ 2019-02-24  0:16 UTC (permalink / raw)
  To: mailing list for ConTeXt users, mf

On 2/24/2019 12:25 AM, mf wrote:
> BTW \startsidebar ... \stopsidebar stopped working too.
i'll upload a fix later today

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

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

end of thread, other threads:[~2019-02-24  0:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-23 16:10 externalfigure broken with 20190222 beta Rik Kabel
2019-02-23 16:53 ` Rudolf Bahr
2019-02-23 20:58 ` Hans Hagen
2019-02-23 23:25   ` mf
2019-02-24  0:16     ` Hans Hagen

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