From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/12822 Path: main.gmane.org!not-for-mail From: Newsgroups: gmane.comp.tex.context Subject: Trouble with updated Context Date: Thu, 7 Aug 2003 18:14:54 -0700 (PDT) Sender: ntg-context-admin@ntg.nl Message-ID: <1591.209.209.17.128.1060305294.squirrel@webmail.inreach.com> References: <102A6972-C85A-11D7-925F-0003930AD8A4@rna.nl> <1516.209.209.15.183.1060302710.squirrel@webmail.inreach.com> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1060305562 21727 80.91.224.253 (8 Aug 2003 01:19:22 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 8 Aug 2003 01:19:22 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Fri Aug 08 03:19:46 2003 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 19kvv0-0000T9-00 for ; Fri, 08 Aug 2003 03:19:46 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 0064510B48; Fri, 8 Aug 2003 03:19:43 +0200 (MEST) Original-Received: from smtp.inreach.com (smtp.inreach.com [209.142.2.34]) by ref.ntg.nl (Postfix) with SMTP id 66FE410AFC for ; Fri, 8 Aug 2003 03:14:55 +0200 (MEST) Original-Received: (qmail 10401 invoked from network); 8 Aug 2003 01:14:54 -0000 Original-Received: from unknown (HELO webmail2.inreach.com) (209.142.2.51) by smtp.inreach.com with SMTP; 8 Aug 2003 01:14:54 -0000 Original-Received: from 209.209.17.128 (SquirrelMail authenticated user darnold@northcoast.com) by webmail.inreach.com with HTTP; Thu, 7 Aug 2003 18:14:54 -0700 (PDT) Original-To: In-Reply-To: <1516.209.209.15.183.1060302710.squirrel@webmail.inreach.com> X-Priority: 3 Importance: Normal X-Mailer: SquirrelMail (version 1.2.9) 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:12822 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:12822 All, I am having trouble getting the latest edition of Context to allow me to work through the Metafun manual. This, saved as grid.tex: \setupoutput[pdf] \runMPgraphicstrue \setupcolors[state=start] \startuseMPgraphic{test} drawoptions(withpen pencircle scaled 1pt withcolor 0.625yellow); draw hlingrid(0,10,1,3cm,3cm); draw vlingrid(0,10,1,3cm,3cm); \stopuseMPgraphic \starttext \useMPgraphic{test} \stoptext Gives this error when compiled with: texexec --pdf grid (mpgraph.mp (C:\texmf\metapost\context\base\mp-tool.mp) (C:\texmf\metapost\context\base\mp-spec.mp) (C:\texmf\metapost\context\base\mp-grph.mp) (C:\texmf\metapost\context\base\mp-page.mp) (C:\texmf\metapost\context\base\mp-core.mp) >> hlingrid ! Improper `addto'. withpen draw->...:also(EXPR0)else:doublepath(EXPR0)withpen .currentpen.fi._op_ ( l.221 draw hlingrid( 0,10,1,3cm,3cm); ? Does anyone else get the same error after downloading and installing the latest version of Context?