ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* trying to delete an attribute reference of a non attribute node
@ 2016-06-30 16:23 Marco Patzer
  2016-07-02 10:42 ` Marco Patzer
  0 siblings, 1 reply; 5+ messages in thread
From: Marco Patzer @ 2016-06-30 16:23 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi!

The following example throws the error:

  ! error:  (nodes): trying to delete an attribute reference of a non attribute node
  mtx-context     | fatal error: return code: 1

\setbreakpoints [compound]
\useMPlibrary [dum]

\starttext
  \startTABLE
    \NC \externalfigure [foo-bar] [width=\textwidth] \NC
    foo bar foo bar foobarfoobar \bold{aaaaaaaaaaaa} \NC\NR
  \stopTABLE
\stoptext

Sorry for the not so minimal example. In the actual text I'm not
using the `dum` library, I'm including actual graphics. So I don't
believe that's the issue. It might have something to do with word
breaking, that's my gut feeling.

What is the issue here?

ConTeXt  ver: 2016.06.26 19:00

Marco
___________________________________________________________________________________
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: trying to delete an attribute reference of a non attribute node
  2016-06-30 16:23 trying to delete an attribute reference of a non attribute node Marco Patzer
@ 2016-07-02 10:42 ` Marco Patzer
  2016-07-03  9:22   ` Hans Hagen
  0 siblings, 1 reply; 5+ messages in thread
From: Marco Patzer @ 2016-07-02 10:42 UTC (permalink / raw)
  To: ntg-context

On Thu, 30 Jun 2016 18:23:18 +0200
Marco Patzer <lists@homerow.info> wrote:

> The following example throws the error:
> 
>   ! error:  (nodes): trying to delete an attribute reference of a non
> attribute node mtx-context     | fatal error: return code: 1
> 
> \setbreakpoints [compound]
> \useMPlibrary [dum]
> 
> \starttext
>   \startTABLE
>     \NC \externalfigure [foo-bar] [width=\textwidth] \NC
>     foo bar foo bar foobarfoobar \bold{aaaaaaaaaaaa} \NC\NR
>   \stopTABLE
> \stoptext

Any ideas?

Marco
___________________________________________________________________________________
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: trying to delete an attribute reference of a non attribute node
  2016-07-02 10:42 ` Marco Patzer
@ 2016-07-03  9:22   ` Hans Hagen
  2016-07-03  9:39     ` Marco Patzer
  0 siblings, 1 reply; 5+ messages in thread
From: Hans Hagen @ 2016-07-03  9:22 UTC (permalink / raw)
  To: ntg-context

On 7/2/2016 12:42 PM, Marco Patzer wrote:
> On Thu, 30 Jun 2016 18:23:18 +0200
> Marco Patzer <lists@homerow.info> wrote:
>
>> The following example throws the error:
>>
>>   ! error:  (nodes): trying to delete an attribute reference of a non
>> attribute node mtx-context     | fatal error: return code: 1
>>
>> \setbreakpoints [compound]
>> \useMPlibrary [dum]
>>
>> \starttext
>>   \startTABLE
>>     \NC \externalfigure [foo-bar] [width=\textwidth] \NC
>>     foo bar foo bar foobarfoobar \bold{aaaaaaaaaaaa} \NC\NR
>>   \stopTABLE
>> \stoptext
>
> Any ideas?

has been fixed already

-----------------------------------------------------------------
                                           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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: trying to delete an attribute reference of a non attribute node
  2016-07-03  9:22   ` Hans Hagen
@ 2016-07-03  9:39     ` Marco Patzer
  2016-07-03 13:56       ` Thomas A. Schmitz
  0 siblings, 1 reply; 5+ messages in thread
From: Marco Patzer @ 2016-07-03  9:39 UTC (permalink / raw)
  To: ntg-context

On Sun, 3 Jul 2016 11:22:20 +0200
Hans Hagen <pragma@wxs.nl> wrote:

> On 7/2/2016 12:42 PM, Marco Patzer wrote:
> > On Thu, 30 Jun 2016 18:23:18 +0200
> > Marco Patzer <lists@homerow.info> wrote:
> >  
> >> The following example throws the error:
> >>
> >>   ! error:  (nodes): trying to delete an attribute reference of a
> >> non attribute node mtx-context     | fatal error: return code: 1
> >>
> >> \setbreakpoints [compound]
> >> \useMPlibrary [dum]
> >>
> >> \starttext
> >>   \startTABLE
> >>     \NC \externalfigure [foo-bar] [width=\textwidth] \NC
> >>     foo bar foo bar foobarfoobar \bold{aaaaaaaaaaaa} \NC\NR
> >>   \stopTABLE
> >> \stoptext  
> >
> > Any ideas?  
> 
> has been fixed already

Confirmed, the new beta works. Thanks for the quick fix.

Marco
___________________________________________________________________________________
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: trying to delete an attribute reference of a non attribute node
  2016-07-03  9:39     ` Marco Patzer
@ 2016-07-03 13:56       ` Thomas A. Schmitz
  0 siblings, 0 replies; 5+ messages in thread
From: Thomas A. Schmitz @ 2016-07-03 13:56 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 07/03/2016 11:39 AM, Marco Patzer wrote:
>> has been fixed already
> Confirmed, the new beta works. Thanks for the quick fix.


Amazingly, this has also fixed a long-standing bug I had with one of my 
files; I got the same error message. I hadn't been able to find a 
minimal example to reproduce it, so I'm very glad Marco did, thank you 
too! And of course, thanks Hans...

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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

end of thread, other threads:[~2016-07-03 13:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-30 16:23 trying to delete an attribute reference of a non attribute node Marco Patzer
2016-07-02 10:42 ` Marco Patzer
2016-07-03  9:22   ` Hans Hagen
2016-07-03  9:39     ` Marco Patzer
2016-07-03 13:56       ` Thomas A. Schmitz

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