From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/60256 Path: news.gmane.org!not-for-mail From: luigi scarso Newsgroups: gmane.comp.tex.context Subject: Re: mode *last in mkiv Date: Mon, 19 Jul 2010 20:26:35 +0200 Message-ID: References: <4C448A58.60402@googlemail.com> <4C4491E4.60900@googlemail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0703955192==" X-Trace: dough.gmane.org 1279564007 13193 80.91.229.12 (19 Jul 2010 18:26:47 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 19 Jul 2010 18:26:47 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Mon Jul 19 20:26:46 2010 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Oav36-0000zz-8x for gctc-ntg-context-518@m.gmane.org; Mon, 19 Jul 2010 20:26:44 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 61668C9B59; Mon, 19 Jul 2010 20:26:43 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id eyyTh+f673FZ; Mon, 19 Jul 2010 20:26:39 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 8D209C9B8C; Mon, 19 Jul 2010 20:26:39 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 55619C9B8C for ; Mon, 19 Jul 2010 20:26:38 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id b10VnS0ABFkg for ; Mon, 19 Jul 2010 20:26:36 +0200 (CEST) Original-Received: from mail-wy0-f169.google.com (mail-wy0-f169.google.com [74.125.82.169]) by balder.ntg.nl (Postfix) with ESMTP id E9D60C9B59 for ; Mon, 19 Jul 2010 20:26:35 +0200 (CEST) Original-Received: by wyj26 with SMTP id 26so5324475wyj.14 for ; Mon, 19 Jul 2010 11:26:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=PD67tdPze5uLycqlDrRKfOYeubIYY0l3cmRP/G36YeI=; b=OLg5BealJk2CYXVNi4cnYQHMTJttGxDbIkuOx8hCUNdmqSFRFFdARgEX+h692+gJ/Y 2wn4EmEB6RmbIGKT+LGtYlq2wlG9S9Z/MH8snASarDIzpNJKQnvDupIIRT10bP5gADqz goquopeTXFV1wm5PWoJF6sgRpAeQAx6ikuz4k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=vPZqSCCbMRtuuvWhqLONVerAVCqz7sBPFgQYj7wJGf+YFPPvFGcjE4nHg4e9U/vujT nkge/eZthlqpDSHCIzJipvnOJoD8QaVwVIwONi4UQvABwBni5Dj7BlMtlXd6yiPRqID1 8Ed6ix0yOBkMX/kZekGZCgixPhDUESGnEdj2M= Original-Received: by 10.216.237.100 with SMTP id x78mr4257580weq.114.1279563995394; Mon, 19 Jul 2010 11:26:35 -0700 (PDT) Original-Received: by 10.216.131.226 with HTTP; Mon, 19 Jul 2010 11:26:35 -0700 (PDT) In-Reply-To: <4C4491E4.60900@googlemail.com> X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 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 Xref: news.gmane.org gmane.comp.tex.context:60256 Archived-At: --===============0703955192== Content-Type: multipart/alternative; boundary=00151743fa1069b3d7048bc1b5f5 --00151743fa1069b3d7048bc1b5f5 Content-Type: text/plain; charset=UTF-8 On Mon, Jul 19, 2010 at 7:56 PM, Wolfgang Schuster < schuster.wolfgang@googlemail.com> wrote: > Am 19.07.10 19:37, schrieb luigi scarso: > > #> context mydocument.tex && context --mode=LAST mydocument.tex >> >> ensure that the code inside \startmode[LAST]...\stopmode is really seen >> the "last " pass >> > > It is seen at the last run but also the first, second ... because you > enable just a self defined mode 'LAST'. > > yes but the second "context", ie context --mode=LAST mydocument.tex should change nothing from the first "context", so it's really the last (run only one time) I mean that in #> context mydocument.tex && context mydocument.tex && context mydocument.tex && context mydocument.tex all but the first run exactly one time, while the first can be 5 runs and so *last is not the last one. (of course one can put nasty things inside \startmode[LAST]...\stopmode etc etc etc) -- luigi --00151743fa1069b3d7048bc1b5f5 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

On Mon, Jul 19, 2010 at 7:56 PM, Wolfgan= g Schuster <schuster.wolfgang@googlemail.com> wrote:
=C2=A0Am 19.07.10 19:37, schrieb luigi scarso:

#> context mydocument.tex && context --mode=3DLAST mydocument.te= x

ensure that the code inside \startmode[LAST]...\stopmode =C2=A0is really se= en the "last " pass

It is seen at the last run but also the first, second ... because you enabl= e just a self defined mode 'LAST'.

yes but the second "context", = ie
context --mode=3DLAST mydocument.tex
should change not= hing from the first =C2=A0"context", so it's really the last = =C2=A0(run only one time)
I mean that in=C2=A0
#> co= ntext mydocument.tex && context mydocument.tex &&=C2=A0cont= ext mydocument.tex &&=C2=A0context mydocument.tex

all but the first run exactly one time, while the first= can be 5 runs and so *last =C2=A0is not the last one.

=
(of course one can put nasty things inside=C2=A0\startmode[LAST]...\st= opmode etc etc etc)


--
luigi

--00151743fa1069b3d7048bc1b5f5-- --===============0703955192== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ___________________________________________________________________________________ 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 ___________________________________________________________________________________ --===============0703955192==--