From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/32061 Path: news.gmane.org!not-for-mail From: Renaud Aubin Newsgroups: gmane.comp.tex.context Subject: Re: new context release. Date: Fri, 08 Dec 2006 19:07:38 +0100 Message-ID: <4579A9EA.7030605@nibua-r.org> References: <17B80BB1-3B68-4315-9BAF-57B1AFC7935D@mpq.mpg.de> <4572DBCC.3090100@elvenkind.com> <0639BEE2-F1DF-4CDB-A759-AC63768F13D3@mpq.mpg.de> <4573EFAA.1050805@elvenkind.com> <45785945.2030102@elvenkind.com> <45786546.90501@nibua-r.org> <4578953F.7070809@wxs.nl> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: dough.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1165601013 10330 80.91.229.10 (8 Dec 2006 18:03:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 8 Dec 2006 18:03:33 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Fri Dec 08 19:03:29 2006 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 dough.gmane.org with esmtp (Exim 4.50) id 1Gsk4A-0005cs-8a for gctc-ntg-context-518@m.gmane.org; Fri, 08 Dec 2006 19:03:22 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 304B01FFEB; Fri, 8 Dec 2006 19:00:21 +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 13022-02-6; Fri, 8 Dec 2006 19:00:13 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 4432D1FFE0; Fri, 8 Dec 2006 19:00:13 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 9DF491FFEC for ; Fri, 8 Dec 2006 19:00: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 13022-02-4 for ; Fri, 8 Dec 2006 18:59:54 +0100 (CET) Original-Received: from 27.mail-out.ovh.net (27.mail-out.ovh.net [213.186.38.137]) by ronja.ntg.nl (Postfix) with SMTP id 0D2201FFC5 for ; Fri, 8 Dec 2006 18:59:53 +0100 (CET) Original-Received: (qmail 21656 invoked by uid 503); 8 Dec 2006 18:04:37 -0000 Original-Received: from b7.ovh.net (HELO mail172.ha.ovh.net) (213.186.33.57) by 27.mail-out.ovh.net with SMTP; 8 Dec 2006 18:04:37 -0000 Original-Received: from b0.ovh.net (HELO queue-out) (213.186.33.50) by b0.ovh.net with SMTP; 8 Dec 2006 18:02:54 -0000 Original-Received: from d83-177-204-188.cust.tele2.fr (HELO ?192.168.78.2?) (aubin@nibua-r.org@83.177.204.188) by ns0.ovh.net with SMTP; 8 Dec 2006 18:02:54 -0000 User-Agent: Thunderbird 1.5.0.8 (X11/20061025) Original-To: mailing list for ConTeXt users In-Reply-To: <4578953F.7070809@wxs.nl> X-Ovh-Remote: 83.177.204.188 (d83-177-204-188.cust.tele2.fr) X-Ovh-Local: 213.186.33.20 (ns0.ovh.net) X-Spam-Check: DONE|H 0.5/N X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 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:32061 Archived-At: Hans Hagen a =E9crit : > i've forgotten what it was; i did fix the mp related semi colon stuff did= n't I? = > = Hi Hans, You've add \appendtoks \disablediscretionaries \disablecompoundcharacters \to\everyMPgraphic to meta-ini.tex but the problem is persistent. Moreover, The following example raises = another class of problem induced by the use of the semicolon with \in: \useencoding[ffr] \mainlanguage[fr] \starttext text:\blank text;\blank text?\blank text!\blank A sample table is given: \in{tableau}[tab:mytab]. \placetable[here][tab:mytab]{Test}{ \bTABLE \bTR \bTD test \eTD \bTD test \eTD \eTR \eTABLE } \startuseMPgraphic{test} numeric u; u:=3D1cm; draw origin--(10u,10u); \stopuseMPgraphic \useMPgraphic{test} \stoptext Renaud