ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Sanjoy Mahajan <sanjoy@mrao.cam.ac.uk>
Subject: Re: ConTeXt 2006.04.27 released
Date: Fri, 28 Apr 2006 00:21:01 +0100	[thread overview]
Message-ID: <E1FZFnB-0001Gv-00@skye.ra.phy.cam.ac.uk> (raw)
In-Reply-To: Your message of "Thu, 27 Apr 2006 15:16:42 PDT." <e2rfsb$kl7$1@sea.gmane.org>

>> indeed, so you have a mismatch (do a recursive delete of the fmt files)
>> and remake again

> cd ~/texmf && rm -r *.fmt && texexec --make && texexec --version

Since that worked, the old formats must have been in ~/texmf itself
(not in a subdirectory).  Lucky! But if they are in a subdirectory,
then "rm -r *.fmt" won't get rid of them.  You'd instead want:

  cd ~/texmf && rm -f `find -name '*.fmt'` && etc.

And it can be worse: my old ones were ~/.texmf-var/web2c/*.fmt

-Sanjoy

`Never underestimate the evil of which men of power are capable.'
         --Bertrand Russell, _War Crimes in Vietnam_, chapter 1.

  reply	other threads:[~2006-04-27 23:21 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-04-27 19:58 Taco Hoekwater
2006-04-27 20:24 ` Tobias Burnus
2006-04-27 21:33   ` Hans Hagen
2006-04-28 10:56   ` Peter Münster
2006-04-27 20:34 ` Johannes Graumann
2006-04-27 20:57   ` Hans Hagen
2006-04-27 22:16     ` Johannes Graumann
2006-04-27 23:21       ` Sanjoy Mahajan [this message]
2006-04-27 21:10   ` Sanjoy Mahajan
2006-04-27 21:16   ` Willi Egger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1FZFnB-0001Gv-00@skye.ra.phy.cam.ac.uk \
    --to=sanjoy@mrao.cam.ac.uk \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).