From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/13745 Path: main.gmane.org!not-for-mail From: Thomas A.Schmitz Newsgroups: gmane.comp.tex.context Subject: Re: font mystery Date: Sun, 5 Oct 2003 12:46:50 +0200 Sender: ntg-context-admin@ntg.nl Message-ID: <39B20D31-F721-11D7-A8F9-00039318D414@uni-bonn.de> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (Apple Message framework v552) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1065454273 28349 80.91.224.253 (6 Oct 2003 15:31:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 6 Oct 2003 15:31:13 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Mon Oct 06 17:31:12 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 1A6XKJ-00032e-00 for ; Mon, 06 Oct 2003 17:31:11 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id EB44110B31; Mon, 6 Oct 2003 17:31:09 +0200 (MEST) Original-Received: from mailout04.sul.t-online.com (mailout04.sul.t-online.com [194.25.134.18]) by ref.ntg.nl (Postfix) with ESMTP id BBBEA10B04 for ; Sun, 5 Oct 2003 12:47:19 +0200 (MEST) Original-Received: from fwd10.aul.t-online.de by mailout04.sul.t-online.com with smtp id 1A66Pw-0008Do-03; Sun, 05 Oct 2003 12:47:12 +0200 Original-Received: from uni-bonn.de (TDsH0rZYreamCju7ehNS4Pd3cxG27VoaX3LBUXCarNBXYFO573yzrN@[217.81.183.98]) by fmrl10.sul.t-online.com with esmtp id 1A66Pi-1SOgpU0; Sun, 5 Oct 2003 12:46:58 +0200 Original-To: ntg-context@ntg.nl X-Mailer: Apple Mail (2.552) X-Seen: false X-ID: TDsH0rZYreamCju7ehNS4Pd3cxG27VoaX3LBUXCarNBXYFO573yzrN@t-dialin.net 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:13745 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:13745 Maybe one further element that would suggest Context is using a cached copy of the tfm-file instead of the newly created file: when I move the file Myfont.tfm out of the $home/texmf/fonts/tfm directory, pdftex gives me the expected error "! I can't find file `Myfont'." However, Context will still happily produce output--with an outdated copy of the tfm! So context must be caching it somewhere, and I need to flush that cache. Anyone an idea how this can be done? Thanks Thomas