From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/36427 Path: news.gmane.org!not-for-mail From: "Wolfgang Schuster" Newsgroups: gmane.comp.tex.context Subject: Re: verb-c.tex Date: Mon, 10 Sep 2007 10:35:56 +0200 Message-ID: <115224fb0709100135u3e9b9e5br27ab871268f14f23@mail.gmail.com> References: <46E058BD.16848.2239CEC@wwl.musensturm.de> 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: sea.gmane.org 1189417890 17150 80.91.229.12 (10 Sep 2007 09:51:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 10 Sep 2007 09:51:30 +0000 (UTC) To: "mailing list for ConTeXt users" Original-X-From: ntg-context-bounces@ntg.nl Mon Sep 10 19:51:17 2007 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 1IUmeK-0003sX-T8 for gctc-ntg-context-518@m.gmane.org; Mon, 10 Sep 2007 19:02:12 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id D772520021; Mon, 10 Sep 2007 11:02:21 +0200 (CEST) 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 05675-05; Mon, 10 Sep 2007 11:02:12 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 73FB4201AC; Mon, 10 Sep 2007 11:02:12 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 5AD58201AC for ; Mon, 10 Sep 2007 11:02:11 +0200 (CEST) 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 05697-01 for ; Mon, 10 Sep 2007 11:02:07 +0200 (CEST) Original-Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.233]) by ronja.ntg.nl (Postfix) with ESMTP id 533B520021 for ; Mon, 10 Sep 2007 11:02:07 +0200 (CEST) Original-Received: by wx-out-0506.google.com with SMTP id i27so1220393wxd for ; Mon, 10 Sep 2007 02:02:06 -0700 (PDT) Original-Received: by 10.90.118.12 with SMTP id q12mr9820987agc.1189413356160; Mon, 10 Sep 2007 01:35:56 -0700 (PDT) Original-Received: by 10.90.35.1 with HTTP; Mon, 10 Sep 2007 01:35:56 -0700 (PDT) In-Reply-To: <46E058BD.16848.2239CEC@wwl.musensturm.de> Content-Disposition: inline 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:36427 Archived-At: 2007/9/6, Wolfgang Werners-Lucchini : > Hmm! > > I can not find the problem. > Here is a short example, showing the error. > Hope that someone can give me a hint! > > \usemodule[verb-c] > \starttext > \startC > "*\0" > \stopC > \stoptext use \definetyping and not \usemodule, the following works. \definetyping[C][option=C] \starttext \startC "*\0" \stopC \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 ___________________________________________________________________________________