From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/31681 Path: news.gmane.org!not-for-mail From: "Thomas A. Schmitz" Newsgroups: gmane.comp.tex.context Subject: Re: yesterday's beta Date: Thu, 2 Nov 2006 12:39:18 +0100 Message-ID: <25DE412B-D21D-4F56-B33B-5B3DCE5491D9@uni-bonn.de> References: <7D5CC117-7F35-461C-A411-4359F2779EC4@uni-bonn.de> <4549ABEF.3030705@wxs.nl> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1162467639 29192 80.91.229.2 (2 Nov 2006 11:40:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 2 Nov 2006 11:40:39 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu Nov 02 12:40:33 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 1Gfavo-0001E4-Vo for gctc-ntg-context-518@m.gmane.org; Thu, 02 Nov 2006 12:40:25 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E3AA21FF0D; Thu, 2 Nov 2006 12:40:22 +0100 (CET) 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 21477-09; Thu, 2 Nov 2006 12:40:14 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 1EC151FEF0; Thu, 2 Nov 2006 12:40:14 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 854B01FEF4 for ; Thu, 2 Nov 2006 12:40:12 +0100 (CET) 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 21486-08 for ; Thu, 2 Nov 2006 12:40:04 +0100 (CET) Original-Received: from mailout08.sul.t-online.com (mailout08.sul.t-online.com [194.25.134.20]) by ronja.ntg.nl (Postfix) with SMTP id 297761FEED for ; Thu, 2 Nov 2006 12:40:04 +0100 (CET) Original-Received: from fwd32.aul.t-online.de by mailout08.sul.t-online.com with smtp id 1GfavT-0003IH-03; Thu, 02 Nov 2006 12:40:03 +0100 Original-Received: from [192.168.0.2] (TJ5CtGZT8e6o8ENm0ezNHvpFt0rY5MtDpAnTjhqZLkAEuEU3UbCOUO@[84.172.117.102]) by fwd32.sul.t-online.de with esmtp id 1GfavN-1rM1200; Thu, 2 Nov 2006 12:39:57 +0100 In-Reply-To: <4549ABEF.3030705@wxs.nl> Original-To: mailing list for ConTeXt users X-Mailer: Apple Mail (2.752.2) X-ID: TJ5CtGZT8e6o8ENm0ezNHvpFt0rY5MtDpAnTjhqZLkAEuEU3UbCOUO@t-dialin.net X-TOI-MSGID: 9d39ab8e-f07c-4aac-a899-e49b7ad05dc1 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:31681 Archived-At: On Nov 2, 2006, at 9:27 AM, Hans Hagen wrote: > Thomas A. Schmitz wrote: >> Just to let you know that yesterday's beta has the same flaw that I >> reported a few days ago: something is wring with texutil.rb; the >> index it generates is incorrect. I get lots of warnings about >> "duplicate references" and these error messages at the end of the >> run: >> >> TeXUtil | parsing file translation.tui >> TeXUtil | fatal error in plugin (processing): undefined method >> `rjust' for 0:Fixnum >> >> > do you have a simple test file? > > Hans > Yes, took me a while to find it out: the culprit seems to be \seeindex. Here's the testfile that triggers the error messages on my installation: \starttext Hello\index{hello} \seeindex{world}{hello}world! \page \placeindex \stoptext Which brings me back to my two index questions of two weeks ago... Should I post them again? All best Thomas