From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/30687 Path: news.gmane.org!not-for-mail From: Steffen Wolfrum Newsgroups: gmane.comp.tex.context Subject: Re: beta (31.08.2006) Date: Thu, 7 Sep 2006 10:11:15 +0200 Message-ID: <3775AC09-A856-421B-B75E-B12F46243725@st.estfiles.de> References: <44FC0FFD.8050606@gmx.net> <44FF3F1B.1070106@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 1157616717 21257 80.91.229.2 (7 Sep 2006 08:11:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 7 Sep 2006 08:11:57 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu Sep 07 10:11:55 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 1GLEzJ-0005SR-IN for gctc-ntg-context-518@m.gmane.org; Thu, 07 Sep 2006 10:11:53 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id DFB941FE4C; Thu, 7 Sep 2006 10:11:52 +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 18150-01; Thu, 7 Sep 2006 10:11:46 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 232A31FE39; Thu, 7 Sep 2006 10:11:46 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 7C33A1FE39 for ; Thu, 7 Sep 2006 10:11:42 +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 17401-07 for ; Thu, 7 Sep 2006 10:11:35 +0200 (CEST) Original-Received: from smtprelay05.ispgateway.de (smtprelay05.ispgateway.de [80.67.18.43]) by ronja.ntg.nl (Postfix) with SMTP id 120931FE36 for ; Thu, 7 Sep 2006 10:11:34 +0200 (CEST) Original-Received: (qmail 2448 invoked from network); 7 Sep 2006 08:11:31 -0000 Original-Received: from unknown (HELO [62.180.164.56]) (698580@[62.180.164.56]) (envelope-sender ) by smtprelay05.ispgateway.de (qmail-ldap-1.03) with SMTP for ; 7 Sep 2006 08:11:31 -0000 In-Reply-To: <44FF3F1B.1070106@wxs.nl> Original-To: mailing list for ConTeXt users X-Mailer: Apple Mail (2.752.2) 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:30687 Archived-At: Am 06.09.2006 um 23:35 schrieb Hans Hagen: > > can you test the version i just uploaded and when it fails send me > a test file? > > Hans Does this beta also provide a fix for the index bug (see below)? Steffen > If I change your testfile by one line \page test text > > the output becomes really strange: > > test index 2, 2, 2 > > > ... > > > Test file: > > \starttext > > \placelist[section][criterium=all] \blank[5*big] > \placeregister[index][compress=no] \blank[5*big] > \placeregister[index][compress=no,sectionnumber=yes] \blank[5*big] > \placeregister[index][compress=yes] \blank[5*big] > > \page > test text \index{test index} > \section{heading} > more test text \index{test index} > \section{heading} > more test text \index{test index} > \page test text > \page > \section{heading text \index{test index}} > more test text \index{test index} > \page > test text \index{test index} > \section{heading text \index{test index}} > more test text \index{test index} > > \stoptext