From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/15183 Path: main.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: Strange bug with ffr and \in[] Date: Fri, 21 May 2004 12:27:54 +0200 Sender: ntg-context-admin@ntg.nl Message-ID: <6.0.1.1.2.20040521122625.02bfbec0@server-1> References: 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 1085135482 26213 80.91.224.253 (21 May 2004 10:31:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 21 May 2004 10:31:22 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Fri May 21 12:31:15 2004 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 1BR7J5-0006LS-00 for ; Fri, 21 May 2004 12:31:15 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id D3FEA10B37; Fri, 21 May 2004 12:26:39 +0200 (MEST) Original-Received: from mailrelay02.solcon.nl (maillb.solcon.nl [212.45.32.200]) by ref.ntg.nl (Postfix) with ESMTP id 509F610B34 for ; Fri, 21 May 2004 12:24:29 +0200 (MEST) Original-Received: from server-1.pragma-net.nl (dsl-212-84-128-085.solcon.nl [212.84.128.85]) by mailrelay02.solcon.nl (8.12.11/SQL-8.12.11-5/8.12.11) with ESMTP id i4LASwhC031908 for ; Fri, 21 May 2004 12:28:58 +0200 Original-Received: by server-1.pragma-net.nl (Postfix, from userid 65534) id DE1031812F; Fri, 21 May 2004 12:28:59 +0200 (CEST) Original-Received: from laptop-3.wxs.nl (unknown [10.100.1.191]) by server-1.pragma-net.nl (Postfix) with ESMTP id 01A4E11EC7 for ; Fri, 21 May 2004 10:28:58 +0000 (UTC) X-Sender: hagen-mail@server-1 X-Mailer: QUALCOMM Windows Eudora Version 6.0.1.1 Original-To: ntg-context@ntg.nl In-Reply-To: Original-References: X-Virus-Scanned: clamd / ClamAV version 0.70, clamav-milter version 0.70j 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:15183 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:15183 At 21:05 19/05/2004, you wrote: >Hello, >with the following example and the latest beta-ConTeXt, I get the following >error: unknown reference [][bla] > >file proj.tex: >\startproject proj >\environment env >\product prod >\stopproject > >file env.tex: >\startenvironment env >\useencoding[ffr] >\stopenvironment > >file prod.tex: >\startproduct prod >\project proj >\section[bla]{bla} >\in[bla] >\stopproduct > >Strange, because there is no such problem without the project/product >structure. Using \starttext and \stoptext everything is fine. The reason is that the environment that handles the : is loaded after the first access to the utility file; you can try to add this to your local cont-sys.tex file \enablemode[activecolon] \usemodule[tryout] Hans