From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/15244 Path: main.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: Overwritten metapost files Date: Thu, 27 May 2004 22:48:30 +0200 Sender: ntg-context-admin@ntg.nl Message-ID: <6.0.1.1.2.20040527224643.01cb7d48@localhost> References: <20040527154705.GA9328@puritan.pcp.ath.cx> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Trace: sea.gmane.org 1085729371 28660 80.91.224.253 (28 May 2004 07:29:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 28 May 2004 07:29:31 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Fri May 28 09:29:26 2004 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BTbny-00010h-00 for ; Fri, 28 May 2004 09:29:26 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id C85E910B83; Fri, 28 May 2004 09:24:38 +0200 (MEST) Original-Received: from mailrelay01.solcon.nl (maillb.solcon.nl [212.45.32.200]) by ref.ntg.nl (Postfix) with ESMTP id 6B4EA10B07 for ; Fri, 28 May 2004 09:22:06 +0200 (MEST) Original-Received: from server-1.pragma-net.nl (dsl-212-84-128-085.solcon.nl [212.84.128.85]) by mailrelay01.solcon.nl (8.12.11/SQL-8.12.11-5/8.12.11) with ESMTP id i4S7QmQw030804 for ; Fri, 28 May 2004 09:26:48 +0200 Original-Received: by server-1.pragma-net.nl (Postfix, from userid 65534) id 4A00A20798; Fri, 28 May 2004 09:26:49 +0200 (CEST) Original-Received: from laptop-3.wxs.nl (unknown [10.100.1.191]) by server-1.pragma-net.nl (Postfix) with ESMTP id CB27117ACF for ; Fri, 28 May 2004 07:26:45 +0000 (UTC) X-Sender: hagen-mail@server-1 X-Mailer: QUALCOMM Windows Eudora Version 6.0.1.1 Original-To: ntg-context@ntg.nl In-Reply-To: <20040527154705.GA9328@puritan.pcp.ath.cx> Original-References: <20040527154705.GA9328@puritan.pcp.ath.cx> X-Virus-Scanned: clamd / ClamAV version 0.70, clamav-milter version 0.70j Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:15244 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:15244 At 17:47 27/05/2004, you wrote: >How was it one avoided getting metapost overwritten? I have two >metapost graphics in a .tex file defined by \startreusableMPgraphic and >the first one gets overwritten by the second when running > > texexec --path=.. masters-project.tex i suppose that you have a good reason for doing that -) you may try: \recycleMPslotsfalse Hans