From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/27253 Path: news.gmane.org!not-for-mail From: Peter Rolf Newsgroups: gmane.comp.tex.context Subject: Re: Fieldstack Walk Date: Wed, 19 Apr 2006 10:41:48 +0200 Message-ID: <4445F7CC.4060405@gmx.net> References: 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 1145436181 30936 80.91.229.2 (19 Apr 2006 08:43:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 19 Apr 2006 08:43:01 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Apr 19 10:42:59 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 1FW8Gy-00039d-9E for gctc-ntg-context-518@m.gmane.org; Wed, 19 Apr 2006 10:42:52 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 26D701279F; Wed, 19 Apr 2006 10:42:51 +0200 (CEST) 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 01878-05; Wed, 19 Apr 2006 10:42:44 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 90E491276C; Wed, 19 Apr 2006 10:42:44 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 4A4951276C for ; Wed, 19 Apr 2006 10:42:42 +0200 (CEST) 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 01855-06 for ; Wed, 19 Apr 2006 10:42:39 +0200 (CEST) Original-Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by ronja.ntg.nl (Postfix) with SMTP id 029E41276B for ; Wed, 19 Apr 2006 10:42:38 +0200 (CEST) Original-Received: (qmail invoked by alias); 19 Apr 2006 08:42:38 -0000 Original-Received: from i577B8316.versanet.de (EHLO [192.168.1.3]) [87.123.131.22] by mail.gmx.net (mp039) with SMTP; 19 Apr 2006 10:42:38 +0200 X-Authenticated: #24293357 User-Agent: Thunderbird 1.5 (Windows/20051201) Original-To: mailing list for ConTeXt users In-Reply-To: X-Enigmail-Version: 0.94.0.0 X-Y-GMX-Trusted: 0 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:27253 Archived-At: Thanks Sanjoy for pointing this out. Both problems are still *unfixed* (beta from 17.04). Unfortunately fixing them doesn't solve my problem. I'll try it again later. Maybe I was to tired yesterday to solve this and the error is on my side... Greets, Peter Sanjoy Mahajan wrote: >> there are still some problems with spurious spaces. > > Just on the off chance that it's the same problem I had with some section > numbers getting an extra space before them (in pdf mode): > > If you are running pdf(e)tex 1.21, you might need the patch below; > then remake the formats. I think (but haven't tried it myself) that > pdftex 1.30 wants the original spacings (i.e. don't apply the patch in > that case). See > > > diff -r f6897ee163d2 -r 5ff7b6430984 tex/context/base/enco-pfr.tex > --- a/tex/context/base/enco-pfr.tex Fri Apr 14 14:45:01 2006 -0400 > +++ b/tex/context/base/enco-pfr.tex Fri Apr 14 14:51:47 2006 -0400 > @@ -188,7 +188,7 @@ > \else\ifcsname\pdffontfileresource\endcsname > % is there a resource already included > \doifsomething\pdffontfileresource > - {\pdfobj reserveobjnum {}% > + {\pdfobj reserveobjnum{}% > \setxvalue\pdffontresource{\the\pdflastobj}% > \flushatshipout{\dododoincludepdffontresource{\currentencoding}}}% > % \doglobal\appendetoks > @@ -216,7 +216,7 @@ > {\expandafter\ifx\csname\pdffontresource\endcsname\relax > \expandafter\ifx\csname\pdffontfileresource\endcsname\relax\else > \doifsomething\pdffontfileresource > - {\pdfobj reserveobjnum {}% > + {\pdfobj reserveobjnum{}% > \setxvalue\pdffontresource{\the\pdflastobj}% > \flushatshipout{\dododoincludepdffontresource{\currentencoding}}}% > % \doglobal\appendetoks > > > > _______________________________________________ > ntg-context mailing list > ntg-context@ntg.nl > http://www.ntg.nl/mailman/listinfo/ntg-context > >