From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/3544 Path: main.gmane.org!not-for-mail From: "Denis B. Roegel" Newsgroups: gmane.comp.tex.context Subject: Re: error with _dojoin ? Date: Thu, 7 Dec 2000 18:13:09 +0100 (MET) Sender: owner-ntg-context@let.uu.nl Message-ID: <200012071713.SAA11025@bar.loria.fr> References: <3.0.6.32.20001207180735.00918d20@pop.wxs.nl> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035394276 18003 80.91.224.250 (23 Oct 2002 17:31:16 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 17:31:16 +0000 (UTC) Cc: Denis.Roegel@loria.fr (Denis B. Roegel), ntg-context@ntg.nl, roegel@lorraine.loria.fr (Denis B. Roegel) Original-To: pragma@wxs.nl (Hans Hagen) In-Reply-To: <3.0.6.32.20001207180735.00918d20@pop.wxs.nl> from "Hans Hagen" at Dec 07, 2000 06:07:35 PM Xref: main.gmane.org gmane.comp.tex.context:3544 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:3544 `Hans Hagen' wrote > > At 04:29 PM 12/7/00 +0100, Denis B. Roegel wrote: > >I am trying to use the boxes.mp file with context and > >I get an error with _dojoin: > > > >Is this normal? > > That depends on what boxit does. I took a quick look at the code and it > looks like a picture collector hooked into extra begin/endfig. Somehow > _dojoin is not defined at some outer level, and nilling it (def > _dojoin(suffix a,b) = enddef; as well as nilling clearboxes makes the > error disappear but i got no picture then. > I'll try to nil _dojoin. This problem only occurs with metafun. Something in metafun triggers it. I am trying to port some metapost code (that's working) within context. Denis