From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/90825 Path: news.gmane.org!not-for-mail From: Rik Kabel Newsgroups: gmane.comp.tex.context Subject: Re: Spurious registers log entry? Date: Mon, 30 Mar 2015 20:11:35 -0400 Message-ID: <5519E637.8010006@rik.users.panix.com> References: <5518730D.9000400@rik.users.panix.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0819159845==" X-Trace: ger.gmane.org 1427760759 29990 80.91.229.3 (31 Mar 2015 00:12:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 31 Mar 2015 00:12:39 +0000 (UTC) To: ntg-context@ntg.nl Original-X-From: ntg-context-bounces@ntg.nl Tue Mar 31 02:12:15 2015 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([5.39.185.229]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Ycjmx-0006oi-DZ for gctc-ntg-context-518@m.gmane.org; Tue, 31 Mar 2015 02:12:15 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 7E88110437 for ; Tue, 31 Mar 2015 02:12:14 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id WwxSxINZTR1Z for ; Tue, 31 Mar 2015 02:12:13 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [IPv6:::1]) by balder.ntg.nl (Postfix) with ESMTP id 6E3E310237 for ; Tue, 31 Mar 2015 02:11:47 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 8845F10204 for ; Tue, 31 Mar 2015 02:11:42 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 9X713w296tPy for ; Tue, 31 Mar 2015 02:11:40 +0200 (CEST) Original-Received: from filter1-utr.mf.surf.net (filter1-utr.mf.surf.net [195.169.124.152]) by balder.ntg.nl (Postfix) with ESMTP id 98DC3101FD for ; Tue, 31 Mar 2015 02:11:40 +0200 (CEST) Original-Received: from mailbackend.panix.com (mailbackend.panix.com [166.84.1.89]) by filter1-utr.mf.surf.net (8.14.3/8.14.3/Debian-9.4) with ESMTP id t2V0Bcr2021362 for ; Tue, 31 Mar 2015 02:11:39 +0200 Original-Received: from [192.168.201.10] (cpe-67-240-48-174.nycap.res.rr.com [67.240.48.174]) by mailbackend.panix.com (Postfix) with ESMTPSA id B47DB12523 for ; Mon, 30 Mar 2015 20:11:37 -0400 (EDT) User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 In-Reply-To: <5518730D.9000400@rik.users.panix.com> X-Bayes-Prob: 0.0001 (Score 0, tokens from: ntg-context@ntg.nl, base:default, @@RPTN) X-CanIt-Geo: ip=166.84.1.89; country=US; region=New York; city=New York; latitude=40.7553; longitude=-73.9924; http://maps.google.com/maps?q=40.7553,-73.9924&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 07Oa0bCNx - d5b2d85a01ba - 20150331 (trained as not-spam) Received-SPF: pass (filter1-utr.mf.surf.net: domain of context@rik.users.panix.com designates 166.84.1.89 as permitted sender) receiver=filter1-utr.mf.surf.net; client-ip=166.84.1.89; envelope-from=; helo=mailbackend.panix.com; identity=mailfrom X-Scanned-By: CanIt (www . roaringpenguin . com) X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.16 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ntg-context-bounces@ntg.nl Original-Sender: "ntg-context" Xref: news.gmane.org gmane.comp.tex.context:90825 Archived-At: This is a multi-part message in MIME format. --===============0819159845== Content-Type: multipart/alternative; boundary="------------090805090905070803030206" This is a multi-part message in MIME format. --------------090805090905070803030206 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit On 2015-03-29 17:47, Rik Kabel wrote: > The following code: > > \setupregister[index][n=1] > \starttext > \index{A}\index{A+A}AA\seeindex{AA}{A+A}. > \placeindex > \stoptext > > generates the following log entry. > > structure > registers > invalid see entry in register > 'index', reference 'AA' > > No similar entry is produced for a non-+ target. This does not appear > to cause a problem in the output, but the log message > is annoying, and may point to incorrect logic in the source > (strc-reg.lua). > Nice fix, thank you. -- Rik --------------090805090905070803030206 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable
On 2015-03-29 17:47, Rik Kabel wrote:<= br>
The following code:
\setupregister[index][n=3D1]
\starttext
\index{A}\index{A+A}AA\seeindex{AA}{A+A}.
\placeindex
\stoptext
generates the following log entry.
structure=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 > = registers > invalid see entry in register 'index', reference 'AA'
No similar entry is produced for a non-+ target. This does not appear to cause a problem in the output, but the log message
is annoying, and may point to incorrect logic in the source (strc-reg.lua).

Nice fix, thank you.

--
Rik
--------------090805090905070803030206-- --===============0819159845== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19f X19fX19fX19fX19fX19fX19fX19fX19fX18KSWYgeW91ciBxdWVzdGlvbiBpcyBvZiBpbnRlcmVz dCB0byBvdGhlcnMgYXMgd2VsbCwgcGxlYXNlIGFkZCBhbiBlbnRyeSB0byB0aGUgV2lraSEKCm1h aWxsaXN0IDogbnRnLWNvbnRleHRAbnRnLm5sIC8gaHR0cDovL3d3dy5udGcubmwvbWFpbG1hbi9s aXN0aW5mby9udGctY29udGV4dAp3ZWJwYWdlICA6IGh0dHA6Ly93d3cucHJhZ21hLWFkZS5ubCAv IGh0dHA6Ly90ZXguYWFuaGV0Lm5ldAphcmNoaXZlICA6IGh0dHA6Ly9mb3VuZHJ5LnN1cGVsZWMu ZnIvcHJvamVjdHMvY29udGV4dHJldi8Kd2lraSAgICAgOiBodHRwOi8vY29udGV4dGdhcmRlbi5u ZXQKX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19f X19fX19fX19fX19fX19fX19fX19fX19fX19fX18= --===============0819159845==--