From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/46724 Path: news.gmane.org!not-for-mail From: Taco Hoekwater Newsgroups: gmane.comp.tex.context Subject: Re: Catcode tables Date: Mon, 12 Jan 2009 10:39:03 +0100 Message-ID: <496B0FB7.5040805@elvenkind.com> References: <33EE4AC4-1EB3-4E43-A4CA-23A581DAEFD6@gmail.com> <349E5862-6F1F-4BF8-A57E-9CDC73ABB064@gmail.com> <8672A1D7-2ACF-410F-A9D9-033F41A8C32E@gmail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1231754405 27018 80.91.229.12 (12 Jan 2009 10:00:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 12 Jan 2009 10:00:05 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Mon Jan 12 11:01:14 2009 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by lo.gmane.org with esmtp (Exim 4.50) id 1LMJbc-0005kl-Sx for gctc-ntg-context-518@m.gmane.org; Mon, 12 Jan 2009 11:01:12 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 8B0BD1FD1B; Mon, 12 Jan 2009 10:59:42 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 12686-01-2; Mon, 12 Jan 2009 10:59:02 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 245521FD40; Mon, 12 Jan 2009 10:58:28 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 5652B1FD3B for ; Mon, 12 Jan 2009 10:58:25 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 11656-02 for ; Mon, 12 Jan 2009 10:57:50 +0100 (CET) Original-Received: from plane.elvenkind.com (elvenknd.xs4all.nl [82.95.203.226]) by ronja.ntg.nl (Postfix) with ESMTP id 101681FC6B for ; Mon, 12 Jan 2009 10:57:49 +0100 (CET) Original-Received: from glenlivet.elvenkind.com (glenlivet.elvenkind.com [10.10.0.6]) by plane.elvenkind.com (Postfix) with ESMTP id 99F1C802BE02 for ; Mon, 12 Jan 2009 10:39:03 +0100 (CET) User-Agent: Thunderbird 2.0.0.18 (X11/20081120) In-Reply-To: <8672A1D7-2ACF-410F-A9D9-033F41A8C32E@gmail.com> X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.11 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 X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:46724 Archived-At: Wolfgang Schuster wrote: > Hi Hans, > > is there no a fix availabe for this problem. The example text is flawed in itself: \newcatcodetable gives you an empty table, and \startcatcodetable upgrades that to 'initex' level itself. But initex *does not* set the catcodes of { and }. Nor does it set the catcode of $, & and %, so the catcode assignments that are needed are not there, and the ones that are there are superfluous. \startcatcodetable \mycatcodetable \catcode`\{ = 1 \catcode`\} = 2 \stopcatcodetable is enough. Best wishes, Taco PS sorry, I missed this message the first time around. ___________________________________________________________________________________ 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 ___________________________________________________________________________________