From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/75530 Path: news.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: compilation broken in latest beta Date: Fri, 06 Apr 2012 23:21:53 +0200 Message-ID: <4F7F5E71.6070806@wxs.nl> References: <4F7F1884.7030506@web.de> <87ehs0zozz.fsf@devereux.me.uk> <4F7F4C5C.2090604@wxs.nl> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1333747348 26798 80.91.229.3 (6 Apr 2012 21:22:28 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 6 Apr 2012 21:22:28 +0000 (UTC) Cc: John Devereux To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Fri Apr 06 23:22:27 2012 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SGGbz-0005w3-7b for gctc-ntg-context-518@m.gmane.org; Fri, 06 Apr 2012 23:22:27 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 708CA101E3; Fri, 6 Apr 2012 23:22:26 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (localhost [127.0.0.1]) (amavisd-new, port 10024) with LMTP id JGzxwxM8UOfF; Fri, 6 Apr 2012 23:22:24 +0200 (CEST) Original-Received: from [127.0.0.1] (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id D116E101DF; Fri, 6 Apr 2012 23:22:24 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 2538C101DF for ; Fri, 6 Apr 2012 23:22:23 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (localhost [127.0.0.1]) (amavisd-new, port 10024) with LMTP id FYr2xL62jHeo for ; Fri, 6 Apr 2012 23:22:22 +0200 (CEST) Original-Received: from filter1-nij.mf.surf.net (filter1-nij.mf.surf.net [195.169.124.152]) by balder.ntg.nl (Postfix) with ESMTP id F138C10194 for ; Fri, 6 Apr 2012 23:22:21 +0200 (CEST) Original-Received: from smtp.ziggozakelijk.nl (D57D1DA2.static.ziggozakelijk.nl [213.125.29.162]) by filter1-nij.mf.surf.net (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id q36LMKfK022145 for ; Fri, 6 Apr 2012 23:22:21 +0200 X-Default-Received-SPF: pass (skip=loggedin (res=PASS)) x-ip-name=10.100.1.101; Original-Received: from [10.100.1.101] (unverified [10.100.1.101]) by pragma-net.nl (SurgeMail 5.3h2) with ESMTP (TLS) id 4089-1713362 for multiple; Fri, 06 Apr 2012 23:22:13 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:11.0) Gecko/20120327 Thunderbird/11.0.1 In-Reply-To: <4F7F4C5C.2090604@wxs.nl> X-Authenticated-User: hagen@controller-9 X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=213.125.29.162; country=NL; region=03; city=Hattem; latitude=52.4667; longitude=6.0667; http://maps.google.com/maps?q=52.4667,6.0667&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 07GSJmlsE - 8f87b4da8264 - 20120406 (trained as not-spam) X-Scanned-By: CanIt (www . roaringpenguin . com) on 195.169.124.152 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 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 Xref: news.gmane.org gmane.comp.tex.context:75530 Archived-At: On 6-4-2012 22:04, Hans Hagen wrote: > On 6-4-2012 20:36, John Devereux wrote: > >> There has been a strange (for this list) silence about it. > > I'll look into it (side effect of patch for Steffen, who else). I made a fix but it needs testing .. this fix can possibly break some cross referencing (not permanent, just oversights). A new beta has been uploaded but if one depends on cross referencing one might skip this beta. The problem is that we need to store what page a reference is on and that involves (at least currently) injecting a node. However, that needs to be done in such a way that it does not interfere. But, because more properties are involved, there is a decoupling between setting those and injecting this node. Wolfgang: this relates to Steffens list issue. We now store the latelua in \b_strc_destination_nodes and flush that later using \strc_references_flush_destination_nodes. There were several places where that flush now had to be added. Maybe some more is needed. (When I arrive at cleaning up referencing I'll make better variants.) Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl ----------------------------------------------------------------- ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________