ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Taco Hoekwater <taco@elvenkind.com>
Subject: Re: --silent switch seems not to work.
Date: Sat, 12 Aug 2006 19:52:32 +0200	[thread overview]
Message-ID: <44DE1560.1070800@elvenkind.com> (raw)
In-Reply-To: <200608121201.19105.john@wexfordpress.com>

John R. Culleton wrote:
> The --silent parameter seems to have no effect. I still get
> messages listing every  typescript in use on every pass: e.g.,
> (/hdb1/usr/local/texlive/2005/texmf-dist/tex/context/base/type-exa.tex)
> (/hdb1/usr/local/texlive/2005/texmf-dist/tex/context/base/type-syn.tex)
> (/hdb1/usr/local/texlive/2005/texmf-dist/tex/context/base/type-enc.tex)
> (/hdb1/usr/local/texlive/2005/texmf-dist/tex/context/base/type-siz.tex)
> (/hdb1/usr/local/texlive/2005/texmf-dist/tex/context/base/type-map.tex)
> (/hdb1/usr/local/texlive/2005/texmf-dist/tex/context/base/type-spe.tex)
> (/hdb1/usr/local/texlive/2005/texmf-dist/tex/context/base/type-akb.tex)
> (./type-charter.tex
> 
> The above is repeated about four times. 

--silent only surpresses macro-generated messages, not the ones from
TeX itself. For quieter runs, you can try --batch (\batchmode), but
that will hide (and abort on) any errors in the file.

> All this trivia slows down the compile process significantly.

For a real speedup, set \preloadtypescripts to true in your
cont-sys.tex. It will stop context from loading the files
over and over, instead loading it only once and interpreting the
file completely in that one go. That is much faster (at the expense
of always having the whole contents of those files in memory)

> I am using texexec 5.4.3. I get warning messages telling me to
> use texmfstart instead but since that script is not functional on my

What do you mean with 'not functional'? No ruby installed?

Cheers,
Taco

  reply	other threads:[~2006-08-12 17:52 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-08-12 16:01 John R. Culleton
2006-08-12 17:52 ` Taco Hoekwater [this message]
2006-08-14 12:36   ` John R. Culleton

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=44DE1560.1070800@elvenkind.com \
    --to=taco@elvenkind.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).