From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/31206 Path: news.gmane.org!not-for-mail From: Aditya Mahajan Newsgroups: gmane.comp.tex.context Subject: Re: \sometxt in staticMPfigure Date: Wed, 4 Oct 2006 18:01:13 -0400 (EDT) Message-ID: References: <4518FB1F.7050108@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 1159999319 16388 80.91.229.2 (4 Oct 2006 22:01:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 4 Oct 2006 22:01:59 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu Oct 05 00:01:57 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 1GVEo9-0000zt-8p for gctc-ntg-context-518@m.gmane.org; Thu, 05 Oct 2006 00:01:42 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 1E8D41FD5A; Thu, 5 Oct 2006 00:01:40 +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 03219-04; Thu, 5 Oct 2006 00:01:30 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 710AB1FD1D; Thu, 5 Oct 2006 00:01:30 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C25501FD1D for ; Thu, 5 Oct 2006 00:01:26 +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 03126-06-2 for ; Thu, 5 Oct 2006 00:01:18 +0200 (CEST) Original-Received: from hellskitchen.mr.itd.umich.edu (smtp.mail.umich.edu [141.211.14.82]) by ronja.ntg.nl (Postfix) with SMTP id DF4071FCEF for ; Thu, 5 Oct 2006 00:01:17 +0200 (CEST) Original-Received: FROM aditya.annarb01.mi.comcast.net (c-68-40-50-205.hsd1.mi.comcast.net [68.40.50.205]) BY hellskitchen.mr.itd.umich.edu ID 45242F2A.66ACB.23550 ; 4 Oct 2006 18:01:15 -0400 Original-To: mailing list for ConTeXt users In-Reply-To: <4518FB1F.7050108@wxs.nl> 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:31206 Archived-At: On Tue, 26 Sep 2006, Hans Hagen wrote: > Sanjoy Mahajan wrote: >> Ah, you're right and I just realized what happened. >> >> 'ctxtools --updatecontext' calls unzip with -uo: >> >> -u update existing files and create new ones if needed. This >> option performs the same function as the -f option, >> extracting (with query) files that are newer than those >> with the same name on disk, and in addition it extracts >> those files that do not already exist on disk. See -f >> above for information on setting the timezone properly. >> >> I'd been hacking with tex.rb (debugging the --dvi switch) so my tex.rb >> was more recent than the one in cont-tmf.zip, so it wasn't updated. >> >> Is it important to have -u? I'd take the -u switch out of my own >> ctxtools.rb but then it'll eventually get overwritten with the next >> update, and the -u switch will be back! >> > dunno, probably only for speed reasons, so maybe we should use just -o How about adding a --force switch to --updatecontext. So that ctxtools --updatecontext calls unzip -uo (for the normal user) and ctxtools --updatecontext --force calls unzip -o (for those who play around with source files) Aditya