From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/70017 Path: news.gmane.org!not-for-mail From: Mojca Miklavec Newsgroups: gmane.comp.tex.context Subject: Re: Trouble making basic MetaPost graphics using ConTeXt Minimals Date: Fri, 15 Jul 2011 09:13:47 +0200 Message-ID: References: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1310714059 20118 80.91.229.12 (15 Jul 2011 07:14:19 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 15 Jul 2011 07:14:19 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Fri Jul 15 09:14:15 2011 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QhcbF-0007MN-Re for gctc-ntg-context-518@m.gmane.org; Fri, 15 Jul 2011 09:14:13 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 952F3CAC8D; Fri, 15 Jul 2011 09:14:10 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id LPAqFRQbUelC; Fri, 15 Jul 2011 09:14:05 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id BE526CAE3C; Fri, 15 Jul 2011 09:14:05 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 5375FCAE3C for ; Fri, 15 Jul 2011 09:14:04 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id OQG-Av1zKVG3 for ; Fri, 15 Jul 2011 09:13:50 +0200 (CEST) Original-Received: from filter3-til.mf.surf.net (filter3-til.mf.surf.net [194.171.167.219]) by balder.ntg.nl (Postfix) with ESMTP id C9ADDCAC8D for ; Fri, 15 Jul 2011 09:13:50 +0200 (CEST) Original-Received: from mail-qw0-f41.google.com (mail-qw0-f41.google.com [209.85.216.41]) by filter3-til.mf.surf.net (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id p6F7Dnxc020717 for ; Fri, 15 Jul 2011 09:13:50 +0200 Original-Received: by qwa26 with SMTP id 26so669655qwa.14 for ; Fri, 15 Jul 2011 00:13:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=DYB0G3hjZ/BriGDpjcTXBY/3ylSS1kLbI/1EhWl1/tI=; b=AvsyuIRuetI4PLA2gqy0Ix9LHd53ZUwPJR3w9aPjIr88Y7Vz62GF7urY/ht9hCZYCA z0NLb6kmsHRWDg/qrtDSpMjwhQpewulLv3kycsud+AyKoOXjAYcice51wXPGj6zi3XXH hP03W/TMayQc2+GyJqfx4C1kZ8rFkB84W5xM0= Original-Received: by 10.229.134.199 with SMTP id k7mr2343719qct.171.1310714027155; Fri, 15 Jul 2011 00:13:47 -0700 (PDT) Original-Received: by 10.229.216.78 with HTTP; Fri, 15 Jul 2011 00:13:47 -0700 (PDT) In-Reply-To: X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=209.85.216.41; country=US; region=CA; city=Mountain View; postalcode=94043; latitude=37.4192; longitude=-122.0574; metrocode=807; areacode=650; http://maps.google.com/maps?q=37.4192,-122.0574&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 0eF87dNLu - a1cf26b1cb73 - 20110715 X-Scanned-By: CanIt (www . roaringpenguin . com) on 194.171.167.219 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl Xref: news.gmane.org gmane.comp.tex.context:70017 Archived-At: I'm not able to reproduce the problem, but there is one weird thing (unrelated to your problem): The original file "test.mp" is copied to "test.mp.keep" and a new file "test.mp" is created with a newer timestamp and two additional blank lines at the end. So repeating the compilation hundred times leads me to a file with 200 blank lines at the end and I cannot recover the original file back (in each run the .keep file is overwritten). Hans - would it be possible to fix that please? Mojca ___________________________________________________________________________________ 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 ___________________________________________________________________________________