From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/13752 Path: main.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: Re: font mystery Date: Tue, 07 Oct 2003 09:12:06 +0200 Sender: ntg-context-admin@ntg.nl Message-ID: <6.0.0.22.2.20031007091143.033166e0@server-1> References: <39B20D31-F721-11D7-A8F9-00039318D414@uni-bonn.de> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Trace: sea.gmane.org 1065511454 16690 80.91.224.253 (7 Oct 2003 07:24:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 7 Oct 2003 07:24:14 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Tue Oct 07 09:24:13 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 1A6mCb-0006M6-00 for ; Tue, 07 Oct 2003 09:24:13 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 0234F10B48; Tue, 7 Oct 2003 09:24:08 +0200 (MEST) Original-Received: from mail.solcon.net (mail.solcon.net [212.45.33.5]) by ref.ntg.nl (Postfix) with ESMTP id A035A10B31 for ; Tue, 7 Oct 2003 09:12:30 +0200 (MEST) Original-Received: from server-1.pragma-net.nl (dsl-212-84-128-085.solcon.nl [212.84.128.85]) by mail.solcon.net (8.11.6/8.9.3) with ESMTP id h977CQP12044 for ; Tue, 7 Oct 2003 09:12:26 +0200 Original-Received: by server-1.pragma-net.nl (Postfix, from userid 65534) id C1F9F2B7A0; Tue, 7 Oct 2003 09:12:22 +0200 (CEST) Original-Received: from laptop-3.wxs.nl (unknown [10.100.1.191]) by server-1.pragma-net.nl (Postfix) with ESMTP id CEBA918565 for ; Tue, 7 Oct 2003 07:12:21 +0000 (UTC) X-Sender: hagen-mail@server-1 X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Original-To: ntg-context@ntg.nl In-Reply-To: <39B20D31-F721-11D7-A8F9-00039318D414@uni-bonn.de> Original-References: <39B20D31-F721-11D7-A8F9-00039318D414@uni-bonn.de> 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:13752 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:13752 At 12:46 05/10/2003, you wrote: >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? maybe issuing the command "mktexlsr" helps Hans