From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/39701 Path: news.gmane.org!not-for-mail From: David Newsgroups: gmane.comp.tex.context Subject: Minor error in code, core-tab.tex Date: Thu, 27 Mar 2008 10:41:16 -0700 Message-ID: <20080327104116726312.8520f4b4@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 1206639816 402 80.91.229.12 (27 Mar 2008 17:43:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 27 Mar 2008 17:43:36 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Thu Mar 27 18:44:05 2008 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 1Jew8b-0001AV-IO for gctc-ntg-context-518@m.gmane.org; Thu, 27 Mar 2008 18:43:41 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 790CC1FC84; Thu, 27 Mar 2008 18:43:04 +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 32117-01-8; Thu, 27 Mar 2008 18:42:26 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 495381FC5D; Thu, 27 Mar 2008 18:42:03 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 75AE81FC5D for ; Thu, 27 Mar 2008 18:42:00 +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 32099-09-6 for ; Thu, 27 Mar 2008 18:41:24 +0100 (CET) Original-Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.177]) by ronja.ntg.nl (Postfix) with ESMTP id 6FA4C1FBD0 for ; Thu, 27 Mar 2008 18:41:22 +0100 (CET) Original-Received: by wa-out-1112.google.com with SMTP id m16so6647317waf.14 for ; Thu, 27 Mar 2008 10:41:20 -0700 (PDT) Original-Received: by 10.114.166.1 with SMTP id o1mr2030422wae.5.1206639679952; Thu, 27 Mar 2008 10:41:19 -0700 (PDT) Original-Received: from d64-180-10-239.bchsia.telus.net ( [64.180.10.239]) by mx.google.com with ESMTPS id j26sm982378waf.49.2008.03.27.10.41.17 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 27 Mar 2008 10:41:18 -0700 (PDT) X-Mailer: GyazMail version 1.5.7 X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.9 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:39701 Archived-At: Hi I was reading core-tab.tex on http://source.contextgarden.net/core-tab.tex (trying to learn a little...) Sorry I have no line numbers, but about two-thirds of the way down that file, by chance I think I found an error: \bgroup \catcode`\|=\@@other \gdef\@@otherbar {|} \catcode`\"=\@@other \gdef\@@otherquite {"} \catcode`\|=\@@active \gdef\@@useotherbar {\let|\@@otherbar} \catcode`\"=\@@active \gdef\@@useotherquote{\let"\@@otherquote} \egroup The second \catcode line contains \gdef\@@otherquite, which I'm almost positive should be \gdef\@@otherquote . I hope this helps. David ___________________________________________________________________________________ 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 ___________________________________________________________________________________