From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/33124 Path: news.gmane.org!not-for-mail From: Taco Hoekwater Newsgroups: gmane.comp.tex.context Subject: Re: postscript problem Date: Sat, 03 Feb 2007 11:23:22 +0100 Message-ID: <45C4629A.9020602@elvenkind.com> References: <45B0CCFF.3000101@gmx.net> <45B0CEFE.5060606@elvenkind.com> <45B0DC35.6030208@gmx.net> <45B0E60D.9090700@elvenkind.com> <45C3600B.7090405@gmx.net> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1170498225 7642 80.91.229.12 (3 Feb 2007 10:23:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 3 Feb 2007 10:23:45 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Sat Feb 03 11:23:38 2007 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 lo.gmane.org with esmtp (Exim 4.50) id 1HDI3W-00076x-6l for gctc-ntg-context-518@m.gmane.org; Sat, 03 Feb 2007 11:23:38 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id BF6C029E; Sat, 3 Feb 2007 11:23:01 +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 25444-02-3; Sat, 3 Feb 2007 11:22:54 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C26472CF; Sat, 3 Feb 2007 11:22:53 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 50ECB2CF for ; Sat, 3 Feb 2007 11:22:52 +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 25444-02-2 for ; Sat, 3 Feb 2007 11:22:47 +0100 (CET) Original-Received: from post-26.mail.nl.demon.net (post-26.mail.nl.demon.net [194.159.73.196]) by ronja.ntg.nl (Postfix) with ESMTP id 7E5DA29E for ; Sat, 3 Feb 2007 11:22:47 +0100 (CET) Original-Received: from boo.demon.nl ([82.161.175.147]:45021 helo=[10.10.0.3]) by post-26.mail.nl.demon.net with esmtp (Exim 4.51) id 1HDI3H-000DOu-5f for ntg-context@ntg.nl; Sat, 03 Feb 2007 10:23:23 +0000 User-Agent: Mozilla Thunderbird 1.0.6-7.6.20060mdk (X11/20050322) X-Accept-Language: en-us, en In-Reply-To: <45C3600B.7090405@gmx.net> 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:33124 Archived-At: Peter Rolf wrote: >>>>looks like a problem in the metapost beta (context depends on metapost >>>>not generating empty lines). >>>> >>> >>>Thanks for the info. I have "wasted" five hours on this, but I couldn't >>>find the place, where the line is inserted. >> >>I'll look this up in the weekend. >> > > Hi Taco. Any news about it? Found it. There will be a new metapost beta somewhere in the coming week, with the fix added. In case anyone is interested right now, the diff is: Index: src/texk/web2c/psout.ch =================================================================== --- src/texk/web2c/psout.ch (revision 128) +++ src/texk/web2c/psout.ch (working copy) @@ -494,7 +494,7 @@ @x begin print_nl("gsave "); @y - begin print_ln; print_cmd("gsave ","q "); + begin print_nl(""); print_cmd("gsave ","q "); @z @x