From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/59077 Path: news.gmane.org!not-for-mail From: Aditya Mahajan Newsgroups: gmane.comp.tex.context Subject: Using catcode table in MkII Date: Wed, 26 May 2010 18:59:12 -0400 (EDT) Message-ID: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1274914749 31630 80.91.229.12 (26 May 2010 22:59:09 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 26 May 2010 22:59:09 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Thu May 27 00:59:08 2010 connect(): No such file or directory 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 1OHPZ4-0002FJ-O0 for gctc-ntg-context-518@m.gmane.org; Thu, 27 May 2010 00:59:06 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 18EA4C9B88; Thu, 27 May 2010 00:59:05 +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 VaPwfFyr9Bos; Thu, 27 May 2010 00:59:02 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 33CBBC9B66; Thu, 27 May 2010 00:59:02 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id DC4CFC9B66 for ; Thu, 27 May 2010 00:59:00 +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 h4NxQN54HdPb for ; Thu, 27 May 2010 00:58:58 +0200 (CEST) Original-Received: from hackers.mr.itd.umich.edu (smtp.mail.umich.edu [141.211.14.81]) by balder.ntg.nl (Postfix) with ESMTP id 75E1FC9B16 for ; Thu, 27 May 2010 00:58:58 +0200 (CEST) Original-Received: FROM dhcp128036154065.central.yale.edu (dhcp128036154065.central.yale.edu [128.36.154.65]) By hackers.mr.itd.umich.edu ID 4BFDA7B0.648E9.20044 ; Authuser adityam; 26 May 2010 18:58:56 EDT User-Agent: Alpine 2.01 (LNX 1266 2009-07-14) 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:59077 Archived-At: 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 \stopcatcodetable \protect \starttext \pushcatcodetable\vimcatcodes hello \popcatcodetable \stoptext but gives ! Missing $ inserted. $ \vimcatcodes l.14 \pushcatcodetable\vimcatcodes in MkII (both pdftex and xetex). What am I missing? Aditya ___________________________________________________________________________________ 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 ___________________________________________________________________________________