ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* inaccessible control sequence
@ 2009-04-10 10:02 luigi scarso
  2009-04-10 10:44 ` Wolfgang Schuster
  2009-04-10 10:56 ` Hans Hagen
  0 siblings, 2 replies; 11+ messages in thread
From: luigi scarso @ 2009-04-10 10:02 UTC (permalink / raw)
  To: mailing list for ConTeXt users

\def\@@FOO{FOO}
\starttext
\@@FOO
\stoptext

works in mkiv minimals ,
but not in an old mkii context of mine
(inaccessible control sequence)  .

I suppose that it's ok .



-- 
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/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: inaccessible control sequence
  2009-04-10 10:02 inaccessible control sequence luigi scarso
@ 2009-04-10 10:44 ` Wolfgang Schuster
  2009-04-10 10:56 ` Hans Hagen
  1 sibling, 0 replies; 11+ messages in thread
From: Wolfgang Schuster @ 2009-04-10 10:44 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 10.04.2009 um 12:02 schrieb luigi scarso:

> \def\@@FOO{FOO}
> \starttext
> \@@FOO
> \stoptext
>
> works in mkiv minimals ,
> but not in an old mkii context of mine
> (inaccessible control sequence)  .
>
> I suppose that it's ok .


Not a good style but it's OK. The following is not what I expected.

\starttext
\number\catcode`@
\stoptext

Wolfgang

___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: inaccessible control sequence
  2009-04-10 10:02 inaccessible control sequence luigi scarso
  2009-04-10 10:44 ` Wolfgang Schuster
@ 2009-04-10 10:56 ` Hans Hagen
  2009-04-10 12:23   ` luigi scarso
                     ` (2 more replies)
  1 sibling, 3 replies; 11+ messages in thread
From: Hans Hagen @ 2009-04-10 10:56 UTC (permalink / raw)
  To: mailing list for ConTeXt users

luigi scarso wrote:
> \def\@@FOO{FOO}
> \starttext
> \@@FOO
> \stoptext
> 
> works in mkiv minimals ,
> but not in an old mkii context of mine
> (inaccessible control sequence)  .
> 
> I suppose that it's ok .

no, it means that we have a missing \protect .. upto you to figure out 
where so that we can fix it

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: inaccessible control sequence
  2009-04-10 10:56 ` Hans Hagen
@ 2009-04-10 12:23   ` luigi scarso
  2009-04-14 12:47   ` luigi scarso
  2009-04-14 14:26   ` Wolfgang Schuster
  2 siblings, 0 replies; 11+ messages in thread
From: luigi scarso @ 2009-04-10 12:23 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Fri, Apr 10, 2009 at 12:56 PM, Hans Hagen <pragma@wxs.nl> wrote:
> luigi scarso wrote:
>>
>> \def\@@FOO{FOO}
>> \starttext
>> \@@FOO
>> \stoptext
>>
>> works in mkiv minimals ,
>> but not in an old mkii context of mine
>> (inaccessible control sequence)  .
>>
>> I suppose that it's ok .
>
> no, it means that we have a missing \protect .. upto you to figure out where
> so that we can fix it

hmmm , my Eastern homework ...:)



-- 
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/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: inaccessible control sequence
  2009-04-10 10:56 ` Hans Hagen
  2009-04-10 12:23   ` luigi scarso
@ 2009-04-14 12:47   ` luigi scarso
  2009-04-14 13:53     ` Wolfgang Schuster
  2009-04-14 14:26   ` Wolfgang Schuster
  2 siblings, 1 reply; 11+ messages in thread
From: luigi scarso @ 2009-04-14 12:47 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 887 bytes --]

On Fri, Apr 10, 2009 at 12:56 PM, Hans Hagen <pragma@wxs.nl> wrote:

> luigi scarso wrote:
>
>> \def\@@FOO{FOO}
>> \starttext
>> \@@FOO
>> \stoptext
>>
>> works in mkiv minimals ,
>> but not in an old mkii context of mine
>> (inaccessible control sequence)  .
>>
>> I suppose that it's ok .
>>
>
> no, it means that we have a missing \protect .. upto you to figure out
> where so that we can fix it



This compiles ok in luatex

%%%%test-inaccesible-luatex.tex
\immediate\write16{===>catcode of @ is:\the\numexpr\catcode`@\relax}
\def\@@FOO{FOO}
\@@FOO
\bye


test-inaccesible-luatex.log:
This is LuaTeX, Version snapshot-0.38.0-2009041013 (Web2C 7.5.7)
(format=plain 2009.4.14)  14 APR 2009 14:43
 \write18 enabled.
**test-inaccesible-luatex.tex
(test-inaccesible-luatex.tex
===>catcode of @ is:12
[1] )
Output written on test-inaccesible-luatex.dvi (1 page, 216 bytes).




-- 
luigi

[-- Attachment #1.2: Type: text/html, Size: 1465 bytes --]

[-- Attachment #2: Type: text/plain, Size: 487 bytes --]

___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: inaccessible control sequence
  2009-04-14 12:47   ` luigi scarso
@ 2009-04-14 13:53     ` Wolfgang Schuster
  2009-04-14 14:11       ` luigi scarso
  0 siblings, 1 reply; 11+ messages in thread
From: Wolfgang Schuster @ 2009-04-14 13:53 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 14.04.2009 um 14:47 schrieb luigi scarso:

> On Fri, Apr 10, 2009 at 12:56 PM, Hans Hagen <pragma@wxs.nl> wrote:
> luigi scarso wrote:
> \def\@@FOO{FOO}
> \starttext
> \@@FOO
> \stoptext
>
> works in mkiv minimals ,
> but not in an old mkii context of mine
> (inaccessible control sequence)  .
>
> I suppose that it's ok .
>
> no, it means that we have a missing \protect .. upto you to figure  
> out where so that we can fix it
>
>
> This compiles ok in luatex
>
> %%%%test-inaccesible-luatex.tex
> \immediate\write16{===>catcode of @ is:\the\numexpr\catcode`@\relax}
> \def\@@FOO{FOO}
> \@@FOO
> \bye

Can you also explain why it did work and also why this is a very bad  
idea!

Wolfgang

___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: inaccessible control sequence
  2009-04-14 13:53     ` Wolfgang Schuster
@ 2009-04-14 14:11       ` luigi scarso
  0 siblings, 0 replies; 11+ messages in thread
From: luigi scarso @ 2009-04-14 14:11 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 938 bytes --]

On Tue, Apr 14, 2009 at 3:53 PM, Wolfgang Schuster <
schuster.wolfgang@googlemail.com> wrote:

>
> Am 14.04.2009 um 14:47 schrieb luigi scarso:
>
>  On Fri, Apr 10, 2009 at 12:56 PM, Hans Hagen <pragma@wxs.nl> wrote:
>> luigi scarso wrote:
>> \def\@@FOO{FOO}
>> \starttext
>> \@@FOO
>> \stoptext
>>
>> works in mkiv minimals ,
>> but not in an old mkii context of mine
>> (inaccessible control sequence)  .
>>
>> I suppose that it's ok .
>>
>> no, it means that we have a missing \protect .. upto you to figure out
>> where so that we can fix it
>>
>> I have checked another old release .

This is pdfeTeX, Version 3.141592-1.21a-2.2 (Web2C 7.5.4) (format=cont-en
2006.3.2)  14 APR 2009 15:28
entering extended mode

and it's also ok .





>> This compiles ok in luatex
>>
>> %%%%test-inaccesible-luatex.tex
>> \immediate\write16{===>catcode of @ is:\the\numexpr\catcode`@\relax}
>> \def\@@FOO{FOO}
>> \@@FOO
>> \bye
>>
>
>



-- 
luigi

[-- Attachment #1.2: Type: text/html, Size: 1879 bytes --]

[-- Attachment #2: Type: text/plain, Size: 487 bytes --]

___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: inaccessible control sequence
  2009-04-10 10:56 ` Hans Hagen
  2009-04-10 12:23   ` luigi scarso
  2009-04-14 12:47   ` luigi scarso
@ 2009-04-14 14:26   ` Wolfgang Schuster
  2009-04-14 14:31     ` Hans Hagen
  2 siblings, 1 reply; 11+ messages in thread
From: Wolfgang Schuster @ 2009-04-14 14:26 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 10.04.2009 um 12:56 schrieb Hans Hagen:

> luigi scarso wrote:
>> \def\@@FOO{FOO}
>> \starttext
>> \@@FOO
>> \stoptext
>> works in mkiv minimals ,
>> but not in an old mkii context of mine
>> (inaccessible control sequence)  .
>> I suppose that it's ok .
>
> no, it means that we have a missing \protect .. upto you to figure  
> out where so that we can fix it

The culprit is type-siz.tex

Wolfgang

___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: inaccessible control sequence
  2009-04-14 14:26   ` Wolfgang Schuster
@ 2009-04-14 14:31     ` Hans Hagen
  2009-04-14 14:54       ` luigi scarso
  0 siblings, 1 reply; 11+ messages in thread
From: Hans Hagen @ 2009-04-14 14:31 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Wolfgang Schuster wrote:
> 
> Am 10.04.2009 um 12:56 schrieb Hans Hagen:
> 
>> luigi scarso wrote:
>>> \def\@@FOO{FOO}
>>> \starttext
>>> \@@FOO
>>> \stoptext
>>> works in mkiv minimals ,
>>> but not in an old mkii context of mine
>>> (inaccessible control sequence)  .
>>> I suppose that it's ok .
>>
>> no, it means that we have a missing \protect .. upto you to figure out 
>> where so that we can fix it
> 
> The culprit is type-siz.tex

ok, thanks for nailing it down, will be fixed

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: inaccessible control sequence
  2009-04-14 14:31     ` Hans Hagen
@ 2009-04-14 14:54       ` luigi scarso
  2009-04-14 16:10         ` luigi scarso
  0 siblings, 1 reply; 11+ messages in thread
From: luigi scarso @ 2009-04-14 14:54 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 705 bytes --]

On Tue, Apr 14, 2009 at 4:31 PM, Hans Hagen <pragma@wxs.nl> wrote:

> Wolfgang Schuster wrote:
>
>>
>> Am 10.04.2009 um 12:56 schrieb Hans Hagen:
>>
>>  luigi scarso wrote:
>>>
>>>> \def\@@FOO{FOO}
>>>> \starttext
>>>> \@@FOO
>>>> \stoptext
>>>> works in mkiv minimals ,
>>>> but not in an old mkii context of mine
>>>> (inaccessible control sequence)  .
>>>> I suppose that it's ok .
>>>>
>>>
>>> no, it means that we have a missing \protect .. upto you to figure out
>>> where so that we can fix it
>>>
>>
>> The culprit is type-siz.tex
>>
>
> ok, thanks for nailing it down, will be fixed
>
If I change the last \unprotect to  \protect
in type-siz.tex
example compile again without error .


-- 
luigi

[-- Attachment #1.2: Type: text/html, Size: 1490 bytes --]

[-- Attachment #2: Type: text/plain, Size: 487 bytes --]

___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: inaccessible control sequence
  2009-04-14 14:54       ` luigi scarso
@ 2009-04-14 16:10         ` luigi scarso
  0 siblings, 0 replies; 11+ messages in thread
From: luigi scarso @ 2009-04-14 16:10 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 914 bytes --]

On Tue, Apr 14, 2009 at 4:54 PM, luigi scarso <luigi.scarso@gmail.com>wrote:

>
>
> On Tue, Apr 14, 2009 at 4:31 PM, Hans Hagen <pragma@wxs.nl> wrote:
>
>> Wolfgang Schuster wrote:
>>
>>>
>>> Am 10.04.2009 um 12:56 schrieb Hans Hagen:
>>>
>>>  luigi scarso wrote:
>>>>
>>>>> \def\@@FOO{FOO}
>>>>> \starttext
>>>>> \@@FOO
>>>>> \stoptext
>>>>> works in mkiv minimals ,
>>>>> but not in an old mkii context of mine
>>>>> (inaccessible control sequence)  .
>>>>> I suppose that it's ok .
>>>>>
>>>>
>>>> no, it means that we have a missing \protect .. upto you to figure out
>>>> where so that we can fix it
>>>>
>>>
>>> The culprit is type-siz.tex
>>>
>>
>> ok, thanks for nailing it down, will be fixed
>>
> If I change the last \unprotect to  \protect
> in type-siz.tex
> example compile again without error .
>
>
> --
> luigi
>
>
Sorry, I have made a huge mess with \@@ and @@ -- forget about it -- .


-- 
luigi

[-- Attachment #1.2: Type: text/html, Size: 2005 bytes --]

[-- Attachment #2: Type: text/plain, Size: 487 bytes --]

___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2009-04-14 16:10 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-10 10:02 inaccessible control sequence luigi scarso
2009-04-10 10:44 ` Wolfgang Schuster
2009-04-10 10:56 ` Hans Hagen
2009-04-10 12:23   ` luigi scarso
2009-04-14 12:47   ` luigi scarso
2009-04-14 13:53     ` Wolfgang Schuster
2009-04-14 14:11       ` luigi scarso
2009-04-14 14:26   ` Wolfgang Schuster
2009-04-14 14:31     ` Hans Hagen
2009-04-14 14:54       ` luigi scarso
2009-04-14 16:10         ` luigi scarso

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).