From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/31194 Path: news.gmane.org!not-for-mail From: "Mojca Miklavec" Newsgroups: gmane.comp.tex.context Subject: bug: MetaFun doesn't speak French Date: Wed, 4 Oct 2006 03:09:34 +0200 Message-ID: <6faad9f00610031809y2bc82ed3h4a70101043124c6d@mail.gmail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1159924198 32151 80.91.229.2 (4 Oct 2006 01:09:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 4 Oct 2006 01:09:58 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Oct 04 03:09:56 2006 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 ciao.gmane.org with esmtp (Exim 4.43) id 1GUvGj-0007oh-7b for gctc-ntg-context-518@m.gmane.org; Wed, 04 Oct 2006 03:09:53 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 4E0041FE80; Wed, 4 Oct 2006 03:09:52 +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 09165-02; Wed, 4 Oct 2006 03:09:44 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id AE1F11FE6B; Wed, 4 Oct 2006 03:09:44 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 1E35F1FE6B for ; Wed, 4 Oct 2006 03:09:41 +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 08586-03 for ; Wed, 4 Oct 2006 03:09:37 +0200 (CEST) Original-Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.238]) by ronja.ntg.nl (Postfix) with SMTP id 54E851FE64 for ; Wed, 4 Oct 2006 03:09:36 +0200 (CEST) Original-Received: by wx-out-0506.google.com with SMTP id s12so8301wxc for ; Tue, 03 Oct 2006 18:09:34 -0700 (PDT) Original-Received: by 10.90.83.14 with SMTP id g14mr522agb; Tue, 03 Oct 2006 18:09:34 -0700 (PDT) Original-Received: by 10.90.25.15 with HTTP; Tue, 3 Oct 2006 18:09:34 -0700 (PDT) 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:31194 Archived-At: Hello Hans, here's a little MetaFun snippet which fails to work because of special treatment of French characters: \useencoding[ffr] \mainlanguage[fr] \startMPcode fill fullcircle scaled 5cm; \stopMPcode \stoptext >> (0,0,5cm.directdiscretionary,0,0,5cm.directdiscretionary) ! Transform components aren't all known. { l.148 ...llcircle scaled 5cm\directdiscretionary { ;} ? I assume that it worked OK some time ago (I was trying to compile a document from 2002). Mojca