[NTG-context] Using catcode table in MkII

2010-05-26 Thread Aditya Mahajan
Hi, How do you use catcodetables in MkII. The following works fine in MkIV \unprotect \newcatcodetable\vimcatcodes \startcatcodetable \vimcatcodes \catcode`\^^I = \@@active \catcode`\^^M = \@@active \catcode`\^^L = \@@active \catcode`\= 12 \catcode`\^^Z = \@@ignore \stopcatcodetab

Re: [NTG-context] Using catcode table in MkII

2010-05-26 Thread Wolfgang Schuster
Am 27.05.10 00:59, schrieb Aditya Mahajan: Hi, How do you use catcodetables in MkII. The following works fine in MkIV \unprotect \newcatcodetable\vimcatcodes \startcatcodetable \vimcatcodes \catcode`\^^I = \@@active \catcode`\^^M = \@@active \catcode`\^^L = \@@active \catcode`\= 12

Re: [NTG-context] Using catcode table in MkII

2010-05-26 Thread Aditya Mahajan
On Thu, 27 May 2010 00:32:28 -0400, ntg-context-boun...@ntg.nl wrote: > Am 27.05.10 00:59, schrieb Aditya Mahajan: > > Hi, > > > > How do you use catcodetables in MkII. The following works fine in MkIV > > > > \unprotect > > \newcatcodetable\vimcatcodes > > > > \startcatcodetable \vimcatcodes > >