From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/17926 Path: main.gmane.org!not-for-mail From: Taco Hoekwater Newsgroups: gmane.comp.tex.context Subject: Re: finishing a module Date: Sun, 23 Jan 2005 16:22:54 +0100 Message-ID: <41F3C14E.2020603@elvenkind.com> References: <05DB4B12-6CB6-11D9-92C7-000A95B9ADE2@uni-bonn.de> <41F36F54.1040000@elvenkind.com> <6018DAD8-6D43-11D9-B338-000A95B9ADE2@uni-bonn.de> <41F3AF5D.2090202@elvenkind.com> <02549B04-6D4D-11D9-B338-000A95B9ADE2@uni-bonn.de> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1106493785 26488 80.91.229.6 (23 Jan 2005 15:23:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 23 Jan 2005 15:23:05 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sun Jan 23 16:22:59 2005 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CsjZr-0004CO-00 for ; Sun, 23 Jan 2005 16:22:59 +0100 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 6A0DA127A8; Sun, 23 Jan 2005 16:22:59 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 30601-04; Sun, 23 Jan 2005 16:22:58 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 13C55127A3; Sun, 23 Jan 2005 16:22:58 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id F1071127A3 for ; Sun, 23 Jan 2005 16:22:55 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 30648-02 for ; Sun, 23 Jan 2005 16:22:55 +0100 (CET) Original-Received: from post-23.mail.nl.demon.net (unknown [194.159.73.193]) by ronja.ntg.nl (Postfix) with ESMTP id 436591278A for ; Sun, 23 Jan 2005 16:22:55 +0100 (CET) Original-Received: from boo.demon.nl ([82.161.175.147]:58536 helo=[192.168.1.3]) by post-23.mail.nl.demon.net with esmtp (Exim 4.43) id 1CsjZn-000BaD-5z for ntg-context@ntg.nl; Sun, 23 Jan 2005 15:22:55 +0000 User-Agent: Mozilla Thunderbird 1.0 (X11/20041216) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: <02549B04-6D4D-11D9-B338-000A95B9ADE2@uni-bonn.de> X-Virus-Scanned: by 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: by amavisd-new at ntg.nl Xref: main.gmane.org gmane.comp.tex.context:17926 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:17926 Thomas A.Schmitz wrote: > > the macro \MyFont would always expand to "somefont ". But it doesn't > seem to do so in It should (at least until someone calls \xdef\MyFont again). > \definefont[Gf][\MyFont] > > I still get the error message. The problem is not the \MyFont \def, but in the \definefont, that is why I thought that \expanded{\definefont[Gf][\MyFont]} should work. And, AFAICS, it does work fine here. Greetings, Taco