From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/18658 Path: main.gmane.org!not-for-mail From: "Patrick Gundlach" Newsgroups: gmane.comp.tex.context Subject: Re: TeX run : 8 Date: 3 Mar 2005 12:17:35 +0100 Organization: chaos Message-ID: References: <422649DF.5050702@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 X-Trace: sea.gmane.org 1109848351 1981 80.91.229.2 (3 Mar 2005 11:12:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 3 Mar 2005 11:12:31 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu Mar 03 12:12:31 2005 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 1D6oFo-0005n8-4K for gctc-ntg-context-518@m.gmane.org; Thu, 03 Mar 2005 12:12:28 +0100 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 5F0D712877; Thu, 3 Mar 2005 12:17:26 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 10729-03-4; Thu, 3 Mar 2005 12:17:22 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 1A0C61285B; Thu, 3 Mar 2005 12:17:22 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E4CF21285B for ; Thu, 3 Mar 2005 12:17:20 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 10729-03-3 for ; Thu, 3 Mar 2005 12:17:20 +0100 (CET) Original-Received: from lilly.ping.de (lilly.ping.de [83.97.42.2]) by ronja.ntg.nl (Postfix) with SMTP id 0852B12846 for ; Thu, 3 Mar 2005 12:17:19 +0100 (CET) Original-Received: (qmail 10496 invoked from network); 3 Mar 2005 11:17:19 -0000 Original-Received: (ofmipd 83.97.40.224); 3 Mar 2005 11:16:57 -0000 Original-To: ntg-context@ntg.nl X-Lieblings-Musik: the_capricorns In-Reply-To: (Patrick Gundlach's message of "3 Mar 2005 12:07:41 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (darwin) X-Virus-Scanned: by amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 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: by amavisd-new at ntg.nl X-MailScanner-From: ntg-context-bounces@ntg.nl X-MailScanner-To: gctc-ntg-context-518@m.gmane.org Xref: main.gmane.org gmane.comp.tex.context:18658 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:18658 Hello again, > I don't know enough of perl, perhaps the hash %Files should be sorted before > output (texutil.pl)? good point, Patrick :-) this does the trick: sub FlushFiles { print TUO "%\n" . "% $Program / Files\n" . "%\n" ; foreach $File (sort keys %Files) { print TUO "% $File ($Files{$File})\n" } print TUO "%\n" ; $NOfFiles = keys %Files ; (in texutil.pl, see the _sort_ keys %Files) But I don't know if this is a good solution. Patrick (no more "8 runs") -- ConTeXt wiki: http://contextgarden.net