Re: [NTG-context] The very last macro

2009-03-26 Thread luigi scarso
On Thu, Mar 26, 2009 at 4:39 PM, luigi scarso wrote: > the problem is in your definition of 'end' and 'bottom' >> > ?? > end := end of run > bottom := bottom of last page, in this case > > > >> >> the real final thing is \end and \everygoodbye happens just before that >> (the only calls after it a

Re: [NTG-context] The very last macro

2009-03-26 Thread luigi scarso
> > the problem is in your definition of 'end' and 'bottom' > ?? end := end of run bottom := bottom of last page, in this case > > the real final thing is \end and \everygoodbye happens just before that > (the only calls after it are postponed error messages, which have no > consequence for any

Re: [NTG-context] The very last macro

2009-03-26 Thread Hans Hagen
luigi scarso wrote: why, what do you want to achieve; there are already such hooks The original request was sorry for the noise : is there in mkiv a very last macro ? I mean something like \IamCallAtTheReallyEnd{..} which does absolutly nothing to the pdf , and after which mkiv ends without ca

Re: [NTG-context] The very last macro

2009-03-26 Thread luigi scarso
> why, what do you want to achieve; there are already such hooks The original request was sorry for the noise : is there in mkiv a very last macro ? I mean something like \IamCallAtTheReallyEnd{..} which does absolutly nothing to the pdf , and after which mkiv ends without calls any other macro

Re: [NTG-context] The very last macro

2009-03-26 Thread Hans Hagen
luigi scarso wrote: On Thu, Mar 26, 2009 at 11:50 AM, Hans Hagen wrote: luigi scarso wrote: \newtoks \everynotabene % this one is for collected error messages and so not in minimals, only minimals-beta sure, and mostly meant for mkiv hmm, maybe I can make a bit of hacking to luatex.web,

Re: [NTG-context] The very last macro

2009-03-26 Thread luigi scarso
On Thu, Mar 26, 2009 at 11:50 AM, Hans Hagen wrote: > luigi scarso wrote: >>> >>> \newtoks \everynotabene   % this one is for collected error messages and >>> so >> >> not in minimals, >> only minimals-beta > > sure, and mostly meant for mkiv hmm, maybe I can make a bit of hacking to luatex.web,

Re: [NTG-context] The very last macro

2009-03-26 Thread Hans Hagen
luigi scarso wrote: \newtoks \everynotabene % this one is for collected error messages and so not in minimals, only minimals-beta sure, and mostly meant for mkiv - Hans Hagen | PRAGMA A

Re: [NTG-context] The very last macro

2009-03-26 Thread luigi scarso
> \newtoks \everynotabene   % this one is for collected error messages and so not in minimals, only minimals-beta -- luigi ___ If your question is of interest to others as well, please add an entry to the Wiki! mail

Re: [NTG-context] The very last macro

2009-03-26 Thread Hans Hagen
luigi scarso wrote: \everylastgoodbye Not found. Maybe \everylastshipout ? \newtoks \everystoptext \newtoks \everybye \newtoks \everygoodbye \newtoks \everynotabene % this one is for collected error messages and so -

Re: [NTG-context] The very last macro

2009-03-26 Thread luigi scarso
>> \everylastgoodbye Not found. Maybe \everylastshipout ? -- luigi ___ 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/l

Re: [NTG-context] The very last macro

2009-03-26 Thread luigi scarso
> \everystoptext > \everygoodbye > \everylastgoodbye I will never stop to learn (and to make silly questions too, unfortunatly ) Many thanks -- luigi ___ If your question is of interest to others as well, please add

Re: [NTG-context] The very last macro

2009-03-26 Thread Hans Hagen
luigi scarso wrote: You said that you wanted \LuigisWhateverShouldHappen macro to be executed, which in turn means that \immediate\write18 is executed, the text Something reason is written to the pdf, and the macro \imediate\write18 is executed. If you do not want the text to be written to

Re: [NTG-context] The very last macro

2009-03-25 Thread luigi scarso
> You said that you wanted \LuigisWhateverShouldHappen macro to be executed, > which in turn means that \immediate\write18 is executed, the text Something > reason is written to the pdf, and the macro \imediate\write18 is > executed. > > If you do not want the text to be written to the pdf, do

Re: [NTG-context] The very last macro

2009-03-25 Thread Aditya Mahajan
On Wed, 25 Mar 2009, luigi scarso wrote: On Wed, Mar 25, 2009 at 4:25 PM, Peter Rolf wrote: luigi scarso schrieb: On Wed, Mar 25, 2009 at 3:44 PM, Wolfgang Schuster wrote: Am 25.03.2009 um 15:00 schrieb luigi scarso: I'm not saying that this macro exists; (of course one  can manipula

Re: [NTG-context] The very last macro

2009-03-25 Thread Peter Rolf
luigi scarso schrieb: On Wed, Mar 25, 2009 at 4:25 PM, Peter Rolf wrote: luigi scarso schrieb: On Wed, Mar 25, 2009 at 3:44 PM, Wolfgang Schuster wrote: Am 25.03.2009 um 15:00 schrieb luigi scarso: I'm not saying that this macro exists; (of course one can manipul

Re: [NTG-context] The very last macro

2009-03-25 Thread luigi scarso
On Wed, Mar 25, 2009 at 4:25 PM, Peter Rolf wrote: > luigi scarso schrieb: >> >> On Wed, Mar 25, 2009 at 3:44 PM, Wolfgang Schuster >> wrote: >> >>> >>> Am 25.03.2009 um 15:00 schrieb luigi scarso: >>> >>> I'm not saying that this macro exists; (of course one  can manipulate /bin/c

Re: [NTG-context] The very last macro

2009-03-25 Thread Peter Rolf
luigi scarso schrieb: On Wed, Mar 25, 2009 at 3:44 PM, Wolfgang Schuster wrote: Am 25.03.2009 um 15:00 schrieb luigi scarso: I'm not saying that this macro exists; (of course one can manipulate /bin/context (or others scripts) even rewrite \stoptext ) \def\LuigisWhateverShou

Re: [NTG-context] The very last macro

2009-03-25 Thread luigi scarso
On Wed, Mar 25, 2009 at 3:44 PM, Wolfgang Schuster wrote: > > Am 25.03.2009 um 15:00 schrieb luigi scarso: > >> I'm not saying that this macro exists; >> (of course one  can manipulate /bin/context (or others  scripts) >> even rewrite \stoptext ) > > > \def\LuigisWhateverShouldHappen{Something Lui

Re: [NTG-context] The very last macro

2009-03-25 Thread Wolfgang Schuster
Am 25.03.2009 um 15:00 schrieb luigi scarso: I'm not saying that this macro exists; (of course one can manipulate /bin/context (or others scripts) even rewrite \stoptext ) \def\LuigisWhateverShouldHappen{Something Luigi want to do for some unknown reason.} \let\luigissavednormalend\nor

Re: [NTG-context] The very last macro

2009-03-25 Thread luigi scarso
On Wed, Mar 25, 2009 at 2:19 PM, Wolfgang Schuster wrote: > > Am 25.03.2009 um 14:11 schrieb luigi scarso: > >>> if you don't say what do you >>> want to achieve there is no way to give you a answer. >> >> hmm I always wrote >> >> (what I expected is a pdf exactly like this >> \starttext >> hello

Re: [NTG-context] The very last macro

2009-03-25 Thread Wolfgang Schuster
Am 25.03.2009 um 14:11 schrieb luigi scarso: if you don't say what do you want to achieve there is no way to give you a answer. hmm I always wrote (what I expected is a pdf exactly like this \starttext hello \stoptext ) see a few lines from the bottom of my second mail What should I see?

Re: [NTG-context] The very last macro

2009-03-25 Thread luigi scarso
On Wed, Mar 25, 2009 at 1:57 PM, Wolfgang Schuster wrote: > > Am 25.03.2009 um 13:52 schrieb luigi scarso: > >> On Wed, Mar 25, 2009 at 1:41 PM, Wolfgang Schuster >> wrote: >>> >>> Am 25.03.2009 um 13:35 schrieb luigi scarso: >>> (what I expected is a pdf exactly like this \starttext >>

Re: [NTG-context] The very last macro

2009-03-25 Thread Wolfgang Schuster
Am 25.03.2009 um 13:52 schrieb luigi scarso: On Wed, Mar 25, 2009 at 1:41 PM, Wolfgang Schuster wrote: Am 25.03.2009 um 13:35 schrieb luigi scarso: (what I expected is a pdf exactly like this \starttext hello \stoptext ) \appendtoks\LuigisWhateverShouldHappen\to\everybye hm \def\LuigisW

Re: [NTG-context] The very last macro

2009-03-25 Thread luigi scarso
On Wed, Mar 25, 2009 at 1:41 PM, Wolfgang Schuster wrote: > > Am 25.03.2009 um 13:35 schrieb luigi scarso: > >> (what I expected is a pdf exactly like this >> \starttext >> hello >> \stoptext >> ) > > \appendtoks\LuigisWhateverShouldHappen\to\everybye hm \def\LuigisWhateverShouldHappen{FOO} \appen

Re: [NTG-context] The very last macro

2009-03-25 Thread Wolfgang Schuster
Am 25.03.2009 um 13:35 schrieb luigi scarso: (what I expected is a pdf exactly like this \starttext hello \stoptext ) \appendtoks\LuigisWhateverShouldHappen\to\everybye Wolfgang ___ If your question is of intere

Re: [NTG-context] The very last macro

2009-03-25 Thread luigi scarso
On Wed, Mar 25, 2009 at 1:01 PM, Wolfgang Schuster wrote: > > Am 25.03.2009 um 10:21 schrieb luigi scarso: > >> sorry for the noise : >> is there in mkiv a very last macro ? >> I mean something like >> \IamCallAtTheReallyEnd{..} >> which does absolutly nothing to the pdf , and  after  which mkiv e

Re: [NTG-context] The very last macro

2009-03-25 Thread Wolfgang Schuster
Am 25.03.2009 um 10:21 schrieb luigi scarso: sorry for the noise : is there in mkiv a very last macro ? I mean something like \IamCallAtTheReallyEnd{..} which does absolutly nothing to the pdf , and after which mkiv ends without calls any other macro. \normalend? Wolfgang

[NTG-context] The very last macro

2009-03-25 Thread luigi scarso
sorry for the noise : is there in mkiv a very last macro ? I mean something like \IamCallAtTheReallyEnd{..} which does absolutly nothing to the pdf , and after which mkiv ends without calls any other macro. TIA -- luigi ___