From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/86671 Path: news.gmane.org!not-for-mail From: "Jan Tosovsky" Newsgroups: gmane.comp.tex.context Subject: Re: Regression in register processing in last beta Date: Sun, 16 Mar 2014 20:02:51 +0100 Message-ID: <14861.7916078821$1394996590@news.gmane.org> References: <004b01cf4145$13f73270$3be59750$@tosovsky@tiscali.cz> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1394996575 3479 80.91.229.3 (16 Mar 2014 19:02:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 16 Mar 2014 19:02:55 +0000 (UTC) To: "'mailing list for ConTeXt users'" Original-X-From: ntg-context-bounces@ntg.nl Sun Mar 16 20:03:06 2014 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 1WPGKv-0005k1-IK for gctc-ntg-context-518@m.gmane.org; Sun, 16 Mar 2014 20:03:05 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 4E812101EF; Sun, 16 Mar 2014 20:03:05 +0100 (CET) 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 wNf0NYKpzfIt; Sun, 16 Mar 2014 20:03:04 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [IPv6:::1]) by balder.ntg.nl (Postfix) with ESMTP id ED7CA101E7; Sun, 16 Mar 2014 20:03:03 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id B8ADF101E7 for ; Sun, 16 Mar 2014 20:03:02 +0100 (CET) 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 rcewjHueEMoD for ; Sun, 16 Mar 2014 20:03:02 +0100 (CET) Original-Received: from filter2-ams.mf.surf.net (filter2-ams.mf.surf.net [192.87.102.70]) by balder.ntg.nl (Postfix) with ESMTP id 03688101E1 for ; Sun, 16 Mar 2014 20:02:52 +0100 (CET) Original-Received: from fep23.mx.upcmail.net (fep23.mx.upcmail.net [62.179.121.43]) by filter2-ams.mf.surf.net (8.14.3/8.14.3/Debian-9.4) with ESMTP id s2GJ2ppr025585 for ; Sun, 16 Mar 2014 20:02:51 +0100 Original-Received: from edge03.upcmail.net ([192.168.13.238]) by viefep23-int.chello.at (InterMail vM.8.01.05.05 201-2260-151-110-20120111) with ESMTP id <20140316190251.UNSP3860.viefep23-int.chello.at@edge03.upcmail.net> for ; Sun, 16 Mar 2014 20:02:51 +0100 Original-Received: from emk ([78.102.141.113]) by edge03.upcmail.net with edge id eK2q1n0122SzsGE03K2qpF; Sun, 16 Mar 2014 20:02:50 +0100 X-SourceIP: 78.102.141.113 In-Reply-To: <004b01cf4145$13f73270$3be59750$@tosovsky@tiscali.cz> X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: Ac9BRQ+FI3cfsQ68TyWTWLf5f7VNqgABK/VA Content-Language: cs X-Bayes-Prob: 0.0001 (Score 0, tokens from: ntg-context@ntg.nl, base:default, @@RPTN) X-CanIt-Geo: ip=62.179.121.43; country=AT; latitude=47.3333; longitude=13.3333; http://maps.google.com/maps?q=47.3333,13.3333&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 0QLCj2P8w - 366e9027348c - 20140316 (trained as not-spam) X-Scanned-By: CanIt (www . roaringpenguin . com) on 192.87.102.70 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.14 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-bounces@ntg.nl Xref: news.gmane.org gmane.comp.tex.context:86671 Archived-At: On 2014-03-16 Jan Tosovsky wrote: > Dear All, > > I have to admit I use quite cumbersome code to get desired output, but > while > it was working in previous betas, now emergency stop is reported: > 'Extra }, or forgotten \endgroup' > > Here is MWE: > > \setupalign[hz, hanging] > \setupindenting[medium, yes] > \setupnotation[footnote][align={hz, hanging}] > > \starttext > Hello One > \start > \setuptolerance[strict] > \startregister[index][two]{two} > Hello Two > > This is \footnote{ > \parfillskip 14pt plus 1 fill > Footnote \index{content}content. > }\par\stop % this brace is reported as unexpected character here > \stopregister[index][two] > > \page > \placeindex > \stoptext > > Briefly, when footnotes appear in \startregister ... \stopregister > block, > processing is somehow confused and ends prematurely. > > ConTeXt-2014.03.16 > LuaTeX 0.79 > Win7-64bit > > Any suggestion how to update my code to get it working again? > There was mistake in my code: \startregister has to be before \start command to be correctly paired. Maybe parsing is now stricter, which I rather appreciate :-) Sorry for the noise, Jan ___________________________________________________________________________________ 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 ___________________________________________________________________________________