From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/31962 Path: news.gmane.org!not-for-mail From: Vit Zyka Newsgroups: gmane.comp.tex.context Subject: Re: deep (?) error when page break occures inside of startlines together with MPgraphics Date: Thu, 23 Nov 2006 14:38:35 +0100 Message-ID: <4565A45B.4080708@seznam.cz> References: <456496C0.3020402@seznam.cz> <45656919.5060008@elvenkind.com> <456573BC.1080800@seznam.cz> <4565962F.9090202@wxs.nl> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1164325045 25681 80.91.229.2 (23 Nov 2006 23:37:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 23 Nov 2006 23:37:25 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Fri Nov 24 00:37:22 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 1GnO89-0004HF-2k for gctc-ntg-context-518@m.gmane.org; Fri, 24 Nov 2006 00:37:21 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 1804B1FF64; Fri, 24 Nov 2006 00:36:05 +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 05476-05; Fri, 24 Nov 2006 00:35:56 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 98FE61FF4C; Fri, 24 Nov 2006 00:35:56 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 9D8D31FF51 for ; Thu, 23 Nov 2006 14:36: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 23572-02-2 for ; Thu, 23 Nov 2006 14:36:08 +0100 (CET) Original-Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.169]) by ronja.ntg.nl (Postfix) with SMTP id E966A1FF46 for ; Thu, 23 Nov 2006 14:36:07 +0100 (CET) Original-Received: by ug-out-1314.google.com with SMTP id m2so397396uge for ; Thu, 23 Nov 2006 05:37:20 -0800 (PST) Original-Received: by 10.67.99.1 with SMTP id b1mr2416304ugm.1164289040101; Thu, 23 Nov 2006 05:37:20 -0800 (PST) Original-Received: from ?192.168.1.24? ( [82.208.57.182]) by mx.google.com with ESMTP id l40sm12149289ugc.2006.11.23.05.37.18; Thu, 23 Nov 2006 05:37:19 -0800 (PST) User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) Original-To: mailing list for ConTeXt users In-Reply-To: <4565962F.9090202@wxs.nl> X-Virus-Scanned: amavisd-new at ntg.nl X-Mailman-Approved-At: Fri, 24 Nov 2006 00:35:55 +0100 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:31962 Archived-At: Hans Hagen wrote: > Vit Zyka wrote: >> Taco Hoekwater wrote: >> >>> Vit Zyka wrote: >>> >>>> Hello Hans & all deep macros diggers, >>>> >>>> making final editting of czech translation of beginners manual I have >>>> discovered a next error. It appears when page break occures inside of >>>> startlines environment together with MPgraphics. Minimal example is >>>> attached. Any idea, please? >>>> >>> You mean this error? >>> >>> (/home/taco/texmf/tex/context/base/pdfr-ec.tex) >>> ! TeX capacity exceeded, sorry [parameter stack size=6000]. >>> \longMPflushN #1#2\par -> >>> \ifx #1\relax \else \nowriteMPgraphicline >>> >> Exactly. Some infinite recurse. >> > \appendtoks \obeyMPlines \to \everyMPgraphic How simple, works as charm! Thank you Hans. Vit