From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/92378 Path: news.gmane.org!not-for-mail From: Matthieu Leroy Newsgroups: gmane.comp.tex.context Subject: \installprettytype problem Date: Thu, 20 Aug 2015 22:43:22 +0200 Message-ID: <55D63BEA.5000102@orange.fr> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0411295454==" X-Trace: ger.gmane.org 1440103459 16558 80.91.229.3 (20 Aug 2015 20:44:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 20 Aug 2015 20:44:19 +0000 (UTC) To: ntg-context@ntg.nl Original-X-From: ntg-context-bounces@ntg.nl Thu Aug 20 22:44:06 2015 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([5.39.185.229]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZSWgv-0006lS-GR for gctc-ntg-context-518@m.gmane.org; Thu, 20 Aug 2015 22:44:05 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 8810F102F9 for ; Thu, 20 Aug 2015 22:44:04 +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 MJoi0TEgMv94 for ; Thu, 20 Aug 2015 22:44:03 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [IPv6:::1]) by balder.ntg.nl (Postfix) with ESMTP id 6472D10207 for ; Thu, 20 Aug 2015 22:43:39 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 7E0BF101F7 for ; Thu, 20 Aug 2015 22:43:31 +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 oFJSQvqx6Jzc for ; Thu, 20 Aug 2015 22:43:29 +0200 (CEST) Original-Received: from filter1-utr.mf.surf.net (filter1-utr.mf.surf.net [195.169.124.152]) by balder.ntg.nl (Postfix) with ESMTP id B17F7101E6 for ; Thu, 20 Aug 2015 22:43:25 +0200 (CEST) Original-Received: from smtp.smtpout.orange.fr (smtp07.smtpout.orange.fr [80.12.242.129]) by filter1-utr.mf.surf.net (8.14.4/8.14.4/Debian-4) with ESMTP id t7KKhNxE012227 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT) for ; Thu, 20 Aug 2015 22:43:24 +0200 Original-Received: from macbook-pro-de-matthieu.home ([109.217.190.68]) by mwinf5d30 with ME id 78jN1r00J1UzdGV038jPg7; Thu, 20 Aug 2015 22:43:23 +0200 X-ME-Helo: macbook-pro-de-matthieu.home X-ME-Auth: bWF0dDU3Lmxlcm95QHdhbmFkb28uZnI= X-ME-Date: Thu, 20 Aug 2015 22:43:23 +0200 X-ME-IP: 109.217.190.68 X-Enigmail-Draft-Status: N1110 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 X-Bayes-Prob: 0.0001 (Score 0, tokens from: ntg-context@ntg.nl, base:default, @@RPTN) X-CanIt-Geo: ip=80.12.242.129; country=FR; latitude=48.86; longitude=2.3500; http://maps.google.com/maps?q=48.86,2.3500&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 07P78Hog0 - 5ec13b359378 - 20150820 (trained as not-spam) Received-SPF: none (filter1-utr.mf.surf.net: domain of matt57.leroy@orange.fr does not designate permitted sender hosts) receiver=filter1-utr.mf.surf.net; client-ip=80.12.242.129; envelope-from=; helo=smtp.smtpout.orange.fr; identity=mailfrom X-Scanned-By: CanIt (www . roaringpenguin . com) X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.16 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ntg-context-bounces@ntg.nl Original-Sender: "ntg-context" Xref: news.gmane.org gmane.comp.tex.context:92378 Archived-At: This is a multi-part message in MIME format. --===============0411295454== Content-Type: multipart/alternative; boundary="------------010404030302040609030007" This is a multi-part message in MIME format. --------------010404030302040609030007 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hello, I want to use the " C-Pretty-Printing " module. According to the "Verbatim" page of the Context garden, I have to use the \installprettytype command, but this one doesn't work (error : "undefined control sequence"). I'm using the 2015.08.13 19:33 Context version. Example : \installprettytype[C][C] \definetyping[C][option=3DC] \startC int func(int a){ if(a > 4) return 0; // comment else /* comment */ return 10; } \stopC Thank you. --------------010404030302040609030007 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hello,

I want to use the " C-Pretty-Printing= " module.
According to the "Verbatim" page of the Context garden, I have to use the \installprettytype command, but this one doesn't work (error : "undefined control sequence").

I'm using the 2015.08.13 19:33 Context version.

Example :

\installprettytype[C][C]

\definetyping[C][option=3DC]

\startC
=C2=A0 int func(int a){
=C2=A0=C2=A0=C2=A0 if(a > 4)
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 return 0; // comment
=C2=A0=C2=A0=C2=A0 else=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 /= * comment */
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 return 10;
=C2=A0 }
\stopC



Thank you.
--------------010404030302040609030007-- --===============0411295454== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19f X19fX19fX19fX19fX19fX19fX19fX19fX18KSWYgeW91ciBxdWVzdGlvbiBpcyBvZiBpbnRlcmVz dCB0byBvdGhlcnMgYXMgd2VsbCwgcGxlYXNlIGFkZCBhbiBlbnRyeSB0byB0aGUgV2lraSEKCm1h aWxsaXN0IDogbnRnLWNvbnRleHRAbnRnLm5sIC8gaHR0cDovL3d3dy5udGcubmwvbWFpbG1hbi9s aXN0aW5mby9udGctY29udGV4dAp3ZWJwYWdlICA6IGh0dHA6Ly93d3cucHJhZ21hLWFkZS5ubCAv IGh0dHA6Ly90ZXguYWFuaGV0Lm5ldAphcmNoaXZlICA6IGh0dHA6Ly9mb3VuZHJ5LnN1cGVsZWMu ZnIvcHJvamVjdHMvY29udGV4dHJldi8Kd2lraSAgICAgOiBodHRwOi8vY29udGV4dGdhcmRlbi5u ZXQKX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19f X19fX19fX19fX19fX19fX19fX19fX19fX19fX18= --===============0411295454==--