From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/71874 Path: news.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: [m-chart] Focus feature Date: Thu, 20 Oct 2011 13:38:55 +0200 Message-ID: <4EA0084F.8080103@wxs.nl> References: <20111018213223.77af4cf0@glyph> <4E9DF458.3000207@wxs.nl> <08BCE5E5-FC9E-42FA-956B-6ACD8F0B0F2B@gmail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252"; Format="flowed" Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1319110757 32250 80.91.229.12 (20 Oct 2011 11:39:17 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 20 Oct 2011 11:39:17 +0000 (UTC) Cc: Otared Kavian To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Thu Oct 20 13:39:13 2011 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RGqxt-0001Eh-A1 for gctc-ntg-context-518@m.gmane.org; Thu, 20 Oct 2011 13:39:13 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 43008CB07E; Thu, 20 Oct 2011 13:39:12 +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 xtFCiZsnmJe3; Thu, 20 Oct 2011 13:39:06 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 62A89CB078; Thu, 20 Oct 2011 13:39:06 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 02F2ECB078 for ; Thu, 20 Oct 2011 13:39:05 +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 tffhSZD3kQy1 for ; Thu, 20 Oct 2011 13:39:03 +0200 (CEST) Original-Received: from filter4-nij.mf.surf.net (filter4-nij.mf.surf.net [195.169.124.155]) by balder.ntg.nl (Postfix) with ESMTP id 0DB89CB075 for ; Thu, 20 Oct 2011 13:39:03 +0200 (CEST) Original-Received: from smtp.ziggozakelijk.nl (D57D1DA2.static.ziggozakelijk.nl [213.125.29.162]) by filter4-nij.mf.surf.net (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id p9KBd2JR019478 for ; Thu, 20 Oct 2011 13:39:02 +0200 X-Default-Received-SPF: pass (skip=loggedin (res=PASS)) x-ip-name=10.100.1.100; Original-Received: from [10.100.1.100] (unverified [10.100.1.100]) by pragma-net.nl (SurgeMail 5.3h2) with ESMTP (TLS) id 750-1713362 for multiple; Thu, 20 Oct 2011 13:38:58 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 In-Reply-To: <08BCE5E5-FC9E-42FA-956B-6ACD8F0B0F2B@gmail.com> X-Authenticated-User: hagen@controller-9 X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=213.125.29.162; country=NL; region=11; city=Den Haag; latitude=52.0833; longitude=4.3000; http://maps.google.com/maps?q=52.0833,4.3000&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 04FKXD2Ju - 429da2b31f85 - 20111020 X-Scanned-By: CanIt (www . roaringpenguin . com) on 195.169.124.155 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 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 Xref: news.gmane.org gmane.comp.tex.context:71874 Archived-At: On 19-10-2011 22:00, Otared Kavian wrote: > > On 18 oct. 2011, at 23:49, Hans Hagen wrote: > >> On 18-10-2011 21:32, Marco wrote: >> >>> Another issue: According to the manual, =93action=94 should be >>> the default shape. However, when no shape is specified, an >>> error is raised. Is it a bug? >> >> fixed in next beta >> >> also connection parsing is more tolerant now: "+ left - right" in additi= on to "lr" etc > > Dear Hans, > > The command > \comment[r]{blabla} > does not work anymore in mkiv when using \usemodule[chart]: one gets an = error message. (ConTeXt version 2011.10.19 00:02). > It seems that in the file > m-chart.mkvi > there is a typo at line 277: one finds there > \do_FLOW_commment > instead of \do_FLOW_comment. Fixing this typo eliminates the error messag= e but the comment does not show up. I've added comment to the new code but I'm not sure how compatible it = is. However, there is more control, compare [t] (anchored at edge) with = [t:0.5] (anchored halfway along the path) ... comments now relate to the = connection that they follow so each connection can have a whole bunch of = comments. Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl ----------------------------------------------------------------- ___________________________________________________________________________= ________ If your question is of interest to others as well, please add an entry to t= he Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-cont= ext webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________= ________