From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/30950 Path: news.gmane.org!not-for-mail From: Wolfgang Schuster Newsgroups: gmane.comp.tex.context Subject: Re: does metafun require texexec --final? Date: Sat, 23 Sep 2006 19:26:12 +0200 Message-ID: <20060923192612.73c4f9c4.schuster.wolfgang@googlemail.com> References: <20060923181627.440dc0c7.schuster.wolfgang@googlemail.com> 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 1159032423 26209 80.91.229.2 (23 Sep 2006 17:27:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 23 Sep 2006 17:27:03 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sat Sep 23 19:27:01 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 1GRBH2-00015i-CS for gctc-ntg-context-518@m.gmane.org; Sat, 23 Sep 2006 19:26:47 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id DFB241FE4C; Sat, 23 Sep 2006 19:26:43 +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 15621-05; Sat, 23 Sep 2006 19:26:38 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id D95601FE19; Sat, 23 Sep 2006 19:26:37 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 6F2391FE19 for ; Sat, 23 Sep 2006 19:26:34 +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 15547-06 for ; Sat, 23 Sep 2006 19:26:27 +0200 (CEST) Original-Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.187]) by ronja.ntg.nl (Postfix) with SMTP id 355F81FE0E for ; Sat, 23 Sep 2006 19:26:25 +0200 (CEST) Original-Received: by nf-out-0910.google.com with SMTP id d4so1161701nfe for ; Sat, 23 Sep 2006 10:26:25 -0700 (PDT) Original-Received: by 10.78.94.37 with SMTP id r37mr828456hub; Sat, 23 Sep 2006 10:26:25 -0700 (PDT) Original-Received: from unknown ( [89.51.237.115]) by mx.gmail.com with ESMTP id 33sm453521hue.2006.09.23.10.26.23; Sat, 23 Sep 2006 10:26:25 -0700 (PDT) Original-To: ntg-context@ntg.nl In-Reply-To: X-Mailer: Sylpheed version 2.2.6 (GTK+ 2.6.10; i686-pc-mingw32) 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:30950 Archived-At: On Sat, 23 Sep 2006 17:46:56 +0100 Sanjoy Mahajan wrote: > Wolfgang, > > Thanks for the pointer. I don't have a cont-sys.tex, but cont-sys.rme > has these lines > > % \runMPgraphicstrue > % \runMPTEXgraphicstrue > > The .rme extension meant I'd missed it when I ran grep on the .tex > files. I'll uncomment them. > > Oh, that's not a good idea, because the next context update will > overwrite cont-sys.rme. So I should copy cont-sys.rme to cont-sys.tex > first, then uncomment the lines in cont-sys.tex. But then a context > update will overwrite cont-sys.rme, and the new version will be > ignored because I have a cont-sys.tex. > > So maybe the best approach is to edit cont-sys.rme directly, then > merge changes (using a revision control system like mercurial or git) > that arrive with the new context distributions. > > -Sanjoy > You could make a copy of cont-sys.rme and save it as cont-sys.tex without problems. The cont-sy.rme file is only loaded when ConTeXt can't find a cont-sys.tex file on your system. Don't bother about changes in the cont-sys.rme with a new ConTeXt release, because the standalone Distribution for Windows comes with both files and they have also differences. cont-sys.rme says defaultencoding=ec and cont-sys.tex says defaultencoding=texnansi :-) AFAIK this is somewhere mentioned in one of the manuals. Wolfgang