ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Mojca Miklavec <mojca.miklavec.lists@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: error in first-setup.sh
Date: Wed, 9 Jun 2010 16:02:07 +0200	[thread overview]
Message-ID: <AANLkTinWN_mydgAtVVkabFsfyKueR2lDoUn7_378a78P@mail.gmail.com> (raw)
In-Reply-To: <4C0F9851.7000509@uni-ulm.de>

On Wed, Jun 9, 2010 at 15:34, Michael Murphy wrote:
> On 09/06/10 15:15, Andreas Schneider wrote:
>
> Seems I spoke too soon: I can indeed get hold of the latest version, but if
> I want an older version (like --context=2010.06.24),

I would like that version too :) :) :) :)

> I run into the same
> problem as luigi. And I do want an older version, since for some reason the
> kerning is a bit screwed up on current.

There are basically two problems. Problem nr. 1 with an easy solution:
1.) syncing luatools has been disabled

if platform == 'mswin' then
    bin = bin:gsub("([a-zA-Z]):/", "/cygdrive/%1/")
    texroot = texroot:gsub("([a-zA-Z]):/", "/cygdrive/%1/")
    command = string.format("%s -t
%s/texmf-context/scripts/context/lua/%s.lua %s/texmf-mswin/bin/", bin,
texroot, script, texroot)
else
    command = string.format("%s -tgo --chmod=a+x
%s/texmf-context/scripts/context/lua/%s.lua %s/texmf-%s/bin/%s", bin,
texroot, script, texroot, platform, script)
end

Hans, can you please re-enable syncing of luatools, but in case of
non-windows taking
    %s/texmf-context/scripts/context/stubs/unix/%s instead of
    %s/texmf-context/scripts/context/lua/%s.lua
and in case of windows check if that *.lua exists; if yes, copy it,
else ignore it.

It would be nice to keep support for at least the latest "ConTeXt
current", at least until the next current is out.

Michael, if you want to fix it manually, just copy the old version of
luatools.lua from scripts/context/stubs/unix.

The problem #2 is that despite my desire to have backward-compatible
cnf file, apparently luatools is not able to read in the new format. A
home-made solution: in texmf/web2c/texmfcnf.lua remove everything but
the last line that sets TEXMFCACHE.

Mojca
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


  parent reply	other threads:[~2010-06-09 14:02 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-08 11:23 luigi scarso
2010-06-08 11:36 ` Taco Hoekwater
2010-06-08 14:50   ` Yury G. Kudryashov
2010-06-08 14:57     ` Mojca Miklavec
2010-06-09  9:01       ` Yury G. Kudryashov
2010-06-09 12:02         ` Mojca Miklavec
2010-06-09 12:23           ` Michael Murphy
2010-06-09 12:24           ` Taco Hoekwater
2010-06-09 13:08             ` luigi scarso
2010-06-09 13:15               ` Andreas Schneider
2010-06-09 13:34                 ` Michael Murphy
2010-06-09 13:49                   ` Bernhard Rosensteiner
2010-06-09 14:02                   ` Mojca Miklavec [this message]
2010-06-09 13:30               ` Mojca Miklavec
2010-06-09 17:35                 ` Hans Hagen
2010-06-10 16:03                   ` Mojca Miklavec
2010-06-10 16:15                     ` luigi scarso
2010-06-10 17:39                       ` Hans Hagen
2010-06-10 17:53                     ` Hans Hagen

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=AANLkTinWN_mydgAtVVkabFsfyKueR2lDoUn7_378a78P@mail.gmail.com \
    --to=mojca.miklavec.lists@gmail.com \
    --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).