From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/32669 Path: news.gmane.org!not-for-mail From: "luigi scarso" Newsgroups: gmane.comp.tex.context Subject: Lost in METAPOST Date: Fri, 12 Jan 2007 08:42:01 +0100 Message-ID: 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: sea.gmane.org 1168587751 28088 80.91.229.12 (12 Jan 2007 07:42:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 12 Jan 2007 07:42:31 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Fri Jan 12 08:42:29 2007 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by lo.gmane.org with esmtp (Exim 4.50) id 1H5H3N-0006Bz-4s for gctc-ntg-context-518@m.gmane.org; Fri, 12 Jan 2007 08:42:21 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 7DD5720117; Fri, 12 Jan 2007 08:38:35 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 14009-03; Fri, 12 Jan 2007 08:38:28 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 7E18920122; Fri, 12 Jan 2007 08:38:28 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id DE9EF2012D for ; Fri, 12 Jan 2007 08:38:25 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 14008-05-2 for ; Fri, 12 Jan 2007 08:38:20 +0100 (CET) Original-Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.227]) by ronja.ntg.nl (Postfix) with ESMTP id 75B9820117 for ; Fri, 12 Jan 2007 08:38:20 +0100 (CET) Original-Received: by wr-out-0506.google.com with SMTP id i28so554928wra for ; Thu, 11 Jan 2007 23:42:02 -0800 (PST) Original-Received: by 10.65.254.13 with SMTP id g13mr385807qbs.1168587721671; Thu, 11 Jan 2007 23:42:01 -0800 (PST) Original-Received: by 10.65.183.11 with HTTP; Thu, 11 Jan 2007 23:42:01 -0800 (PST) Original-To: "mailing list for ConTeXt users" Content-Disposition: inline X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 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 X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:32669 Archived-At: Almost for sure (99.9%) I have made some deeeep mess with last context distro. Now, I would like to discover where I have corrupted my installation. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \setupcolors[state=start] \starttext %%\global\runMPgraphicstrue \startuseMPgraphic{hans} width :=\the\textwidth/5; height := width/4; fill fullcircle xscaled width yscaled height withcolor red; %withcolor (\RedGreenBlue); \stopuseMPgraphic \framed{\useMPgraphic{hans}} \stoptext %% NO texmfstart texutil --purgeall; texexec --pdf b %% NO texmfstart texutil --purgeall; texmfstart texexec --pdf b %% YES texmfstart texutil --purgeall; texexec --pdf --automprun b %% NO texmfstart texutil --purgeall; texmfstart texexec --pdf --automprun b Open to any suggestion. luigi