From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/44426 Path: news.gmane.org!not-for-mail From: "luigi scarso" Newsgroups: gmane.comp.tex.context Subject: Re: mplib errors Date: Mon, 29 Sep 2008 20:03:45 +0200 Message-ID: References: <20080929155515.GA14040@blackowl.org> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1595906545==" X-Trace: ger.gmane.org 1222714808 17865 80.91.229.12 (29 Sep 2008 19:00:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 29 Sep 2008 19:00:08 +0000 (UTC) To: "mailing list for ConTeXt users" Original-X-From: ntg-context-bounces@ntg.nl Mon Sep 29 21:01:07 2008 connect(): Connection refused 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 1KkNzW-0003uG-7M for gctc-ntg-context-518@m.gmane.org; Mon, 29 Sep 2008 21:01:06 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 2E0E31FE80; Mon, 29 Sep 2008 21:00:00 +0200 (CEST) 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 27767-01-15; Mon, 29 Sep 2008 20:59:23 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 5312F1FEBC; Mon, 29 Sep 2008 20:58:31 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id DDFCB1FEB7 for ; Mon, 29 Sep 2008 20:58:27 +0200 (CEST) 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 26648-06-6 for ; Mon, 29 Sep 2008 20:57:53 +0200 (CEST) Original-Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.154]) by ronja.ntg.nl (Postfix) with ESMTP id 9EC781FBBA for ; Mon, 29 Sep 2008 20:57:53 +0200 (CEST) Original-Received: by fg-out-1718.google.com with SMTP id l26so2839074fgb.8 for ; Mon, 29 Sep 2008 11:57:53 -0700 (PDT) Original-Received: by 10.187.182.10 with SMTP id j10mr762409fap.39.1222711425743; Mon, 29 Sep 2008 11:03:45 -0700 (PDT) Original-Received: by 10.187.211.5 with HTTP; Mon, 29 Sep 2008 11:03:45 -0700 (PDT) In-Reply-To: <20080929155515.GA14040@blackowl.org> X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.9 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:44426 Archived-At: --===============1595906545== Content-Type: multipart/alternative; boundary="----=_Part_55294_12749422.1222711425709" ------=_Part_55294_12749422.1222711425709 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline On Mon, Sep 29, 2008 at 5:55 PM, Olivier wrote: > Dear all, > > I'm using ConTeXt MkIV on Debian with the following version: > > ConTeXt ver: 2008.05.21 15:21 MKIV fmt: 2008.8.4 int: english/english > > Everything seems to work well (I am able to run lua code, use otf font > facilities, etc...) but the mplib mechanism. Indeed, running through > the following simple file : > > \starttext > \startMPcode > path p ; p := fullcircle scaled 4cm ; > fill p withcolor red ; > fill p shifted(2cm,0cm) withcolor blue ; > \stopMPcode > \stoptext > I have prepended \setupcolors[state=start] BTW, no problems with MtxRun | current version: 2008.08.05 18:47 This is LuaTeX, Version snapshot-0.29.0-2008071816 and with beta MtxRun | current version: 2008.09.24 18:41 This is LuaTeX, Version snapshot-0.29.0-2008071816 -- luigi ------=_Part_55294_12749422.1222711425709 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline


On Mon, Sep 29, 2008 at 5:55 PM, Olivier <billet@eurecom.fr> wrote:
Dear all,

I'm using ConTeXt MkIV on Debian with the following version:

ConTeXt  ver: 2008.05.21 15:21 MKIV  fmt: 2008.8.4  int: english/english

Everything seems to work well (I am able to run lua code, use otf font
facilities, etc...) but the mplib mechanism.  Indeed, running through
the following simple file :

\starttext
\startMPcode
 path p ; p := fullcircle scaled 4cm ;
 fill p                  withcolor red ;
 fill p shifted(2cm,0cm) withcolor blue ;
\stopMPcode
\stoptext
I have prepended
\setupcolors[state=start]

BTW, no problems with
MtxRun | current version: 2008.08.05 18:47
This is LuaTeX, Version snapshot-0.29.0-2008071816

and  with beta
MtxRun | current version: 2008.09.24 18:41
This is LuaTeX, Version snapshot-0.29.0-2008071816




--
luigi

------=_Part_55294_12749422.1222711425709-- --===============1595906545== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ___________________________________________________________________________________ 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 ___________________________________________________________________________________ --===============1595906545==--