From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/13828 Path: main.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: Re: font mystery Date: Tue, 14 Oct 2003 21:45:33 +0200 Sender: ntg-context-admin@ntg.nl Message-ID: <6.0.0.22.2.20031014214355.034dcc18@localhost> References: <6.0.0.22.2.20031010225130.01d97cc8@server-1> <5E014704-FBDD-11D7-BB53-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 1066162929 7443 80.91.224.253 (14 Oct 2003 20:22:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 14 Oct 2003 20:22:09 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Tue Oct 14 22:22:08 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 1A9VgG-0005fc-00 for ; Tue, 14 Oct 2003 22:22:08 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id BC68810B51; Tue, 14 Oct 2003 22:22:05 +0200 (MEST) Original-Received: from mail.solcon.net (mail.solcon.net [212.45.33.5]) by ref.ntg.nl (Postfix) with ESMTP id 1B48710B4B for ; Tue, 14 Oct 2003 21:53:22 +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 h9EJrA732749 for ; Tue, 14 Oct 2003 21:53:10 +0200 Original-Received: by server-1.pragma-net.nl (Postfix, from userid 65534) id AF8082345C; Tue, 14 Oct 2003 21:53:14 +0200 (CEST) Original-Received: from laptop-3.wxs.nl (unknown [10.100.1.1]) by server-1.pragma-net.nl (Postfix) with ESMTP id 561EB23359 for ; Tue, 14 Oct 2003 19:53:12 +0000 (UTC) X-Sender: hagen-mail@localhost X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Original-To: ntg-context@ntg.nl In-Reply-To: <5E014704-FBDD-11D7-BB53-00039318D414@uni-bonn.de> Original-References: <6.0.0.22.2.20031010225130.01d97cc8@server-1> <5E014704-FBDD-11D7-BB53-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:13828 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:13828 At 13:23 11/10/2003, you wrote: >\startembarrassment >I found out what caused the strange behavior. I was testing the font in a >directory where there was also an old instance of the .tfm-file. So >Context would search the working directory, find everything it needed to >produce the font, and thus neglect all the new stuff I had modified and >installed into $home/texmf. Performing the tests in a different directory >removed all the unexplicable behavior. >\stopembarrassment in texmf.cnf you can see how paths are configured, some paths indeed have . as first path to consult; in general, context itself will look for source files in ./ ../. ../../. tex input paths but fonts and alike are out of context's control Hans