From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/24577 Path: news.gmane.org!not-for-mail From: Hans van der Meer Newsgroups: gmane.comp.tex.context Subject: metapost textext? Date: Wed, 21 Dec 2005 17:13:26 +0100 Message-ID: <075F2D26-BD3A-4A95-B73D-D5C1A1B8A7F1@science.uva.nl> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v746.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1135181686 16420 80.91.229.2 (21 Dec 2005 16:14:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 21 Dec 2005 16:14:46 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Dec 21 17:14:37 2005 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1Ep6bL-0001bI-NG for gctc-ntg-context-518@m.gmane.org; Wed, 21 Dec 2005 17:14:03 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 7B06C12898; Wed, 21 Dec 2005 17:14:03 +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 28181-04-5; Wed, 21 Dec 2005 17:13:59 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B421A1288F; Wed, 21 Dec 2005 17:13:59 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E10911288F for ; Wed, 21 Dec 2005 17:13:58 +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 28181-04-4 for ; Wed, 21 Dec 2005 17:13:58 +0100 (CET) Original-Received: from smtp.science.uva.nl (smtp.science.uva.nl [146.50.4.84]) by ronja.ntg.nl (Postfix) with ESMTP id 038711288D for ; Wed, 21 Dec 2005 17:13:58 +0100 (CET) Original-Received: from 118-94.uva.surfnetthuis.nl [145.98.118.94] by smtp.science.uva.nl with ESMTP (sendmail 8.11.6p2/config 11.36). id jBLGDqq05174; Wed, 21 Dec 2005 17:13:53 +0100 X-Organisation: Faculty of Science, University of Amsterdam, The Netherlands X-URL: http://www.science.uva.nl/ Original-To: NTG ConTeXt X-Mailer: Apple Mail (2.746.2) X-Virus-Scanned: by amavisd-new X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 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:24577 Archived-At: Panic using metapost in context. This used to work. I did a file that previously (\thisisutilityversion {1998.12.20}) had good output but now has "unknown" everywhere for textext calls! \starttext \startuseMPgraphic{one} draw (0,0)--(100,0)--(100,50)--(50,50)--(50,100)--(0,100)--(0,0); label (textext("label"), (10,25)); \stopuseMPgraphic \useMPgraphic{one} \stoptext But now I see "unknown" as the text typeset instead of "label"! What happened. This is disastrous. yours sincerely, dr. H. van der Meer