From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/27566 Path: news.gmane.org!not-for-mail From: nico Newsgroups: gmane.comp.tex.context Subject: \typefile with a file in \usepath fails Date: Fri, 28 Apr 2006 22:30:50 +0200 Message-ID: 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 1146256071 12212 80.91.229.2 (28 Apr 2006 20:27:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 28 Apr 2006 20:27:51 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Fri Apr 28 22:27:48 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 1FZZYz-00066W-FC for gctc-ntg-context-518@m.gmane.org; Fri, 28 Apr 2006 22:27:41 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id CC6D6127B8; Fri, 28 Apr 2006 22:27:40 +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 13591-02; Fri, 28 Apr 2006 22:27:35 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 3464D1278B; Fri, 28 Apr 2006 22:27:34 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 32DB41278B for ; Fri, 28 Apr 2006 22:27:32 +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 12910-08 for ; Fri, 28 Apr 2006 22:27:31 +0200 (CEST) Original-Received: from swip.net (mailfe09.tele2.fr [212.247.155.12]) by ronja.ntg.nl (Postfix) with SMTP id 0435B12772 for ; Fri, 28 Apr 2006 22:27:30 +0200 (CEST) X-T2-Posting-ID: 3brHPWvyEzVNt0QNlxQWsxGJRDYe7rueGgqwO1zxZAg= X-Cloudmark-Score: 0.000000 [] Original-Received: from [80.170.222.134] (HELO localhost) by mailfe09.swip.net (CommuniGate Pro SMTP 5.0.8) with ESMTP id 18092890 for ntg-context@ntg.nl; Fri, 28 Apr 2006 22:27:29 +0200 Original-To: "mailing list for ConTeXt users" User-Agent: Opera M2/7.54 (FreeBSD, build 955) 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:27566 Archived-At: Hello, \typefile does not output a file not in the current directory but available from a path defined by \usepath. It sounds like a bug since the file is actually found; if not, a message telling that the file does not exist would be printed. Example: \usepath[/path/to/my/file] \typefile{filebasename} Regards, BG