ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "luigi scarso" <luigi.scarso@gmail.com>
To: "mailing list for ConTeXt users" <ntg-context@ntg.nl>
Subject: Re: Minimals - problems with format: metafun.mp
Date: Mon, 3 Nov 2008 21:57:41 +0100	[thread overview]
Message-ID: <fe8d59da0811031257h5678eae5p97512273cfff7ad8@mail.gmail.com> (raw)
In-Reply-To: <genknp$flc$1@ger.gmane.org>


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

On Mon, Nov 3, 2008 at 8:51 PM, Johannes Graumann
<johannes_graumann@web.de>wrote:

> No changes in error message. I attach the code that doesn't work like so:
>
> context --ctx=t-openoffice Attempt.odt
>

I was able to bypass error with

\startluacode
function metapost.free_boxes()
 local tb = tex.box
 init = metapost.first_box or 0
 tini = metapost.last_box or 0
     --for i = metapost.first_box,metapost.last_box do
     for i = init,tini do
         local b = tb[i]
         if b then
             tb[i] = nil -- no node.flush_list(b) needed, else double free
error
         else
             break
         end
     end
end
\stopluacode

just after
%context --ctx=t-openoffice Attempt.odt
of t-openoffice.tex


-- 
luigi

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

[-- Attachment #2: Type: text/plain, Size: 487 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://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

  parent reply	other threads:[~2008-11-03 20:57 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-02 18:53 Johannes Graumann
2008-11-02 19:58 ` luigi scarso
2008-11-03 19:51   ` Johannes Graumann
2008-11-03 20:34     ` luigi scarso
2008-11-03 20:57     ` luigi scarso [this message]
2008-11-04 12:28     ` Hans Hagen
2008-11-04 20:30       ` luigi scarso
2008-11-05 11:24         ` Taco Hoekwater
2008-11-05 14:26           ` luigi scarso
2008-11-02 20:33 ` Peter Rolf
2008-11-03  9:30   ` Hans Hagen
2008-11-03 10:29     ` Peter Rolf

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=fe8d59da0811031257h5678eae5p97512273cfff7ad8@mail.gmail.com \
    --to=luigi.scarso@gmail.com \
    --cc=ntg-context@ntg.nl \
    /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).