From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/15142 Path: main.gmane.org!not-for-mail From: Willi Egger Newsgroups: gmane.comp.tex.context Subject: Re: old charts bug Date: Sat, 15 May 2004 17:14:47 +0200 Sender: ntg-context-admin@ntg.nl Message-ID: <40A633E7.7090201@boede.nl> References: <9BFD7B43-9EAE-11D8-BE87-0030659899AA@fiee.net> <6.0.1.1.2.20040514214533.02ae2998@server-1> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------070101040705000107090100" X-Trace: sea.gmane.org 1084634241 25284 80.91.224.253 (15 May 2004 15:17:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 15 May 2004 15:17:21 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Sat May 15 17:17:12 2004 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BP0uV-00082U-00 for ; Sat, 15 May 2004 17:17:11 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 9DB0410B43; Sat, 15 May 2004 17:12:47 +0200 (MEST) Original-Received: from smtp-out5.xs4all.nl (smtp-out5.xs4all.nl [194.109.24.6]) by ref.ntg.nl (Postfix) with ESMTP id 2845610B13 for ; Sat, 15 May 2004 17:10:24 +0200 (MEST) Original-Received: from boede.nl (a80-126-172-1.adsl.xs4all.nl [80.126.172.1]) by smtp-out5.xs4all.nl (8.12.10/8.12.10) with ESMTP id i4FFEjUY005241 for ; Sat, 15 May 2004 17:14:45 +0200 (CEST) User-Agent: Mozilla Thunderbird 0.6+ (Windows/20040417) X-Accept-Language: en-us, en Original-To: ntg-context@ntg.nl In-Reply-To: <6.0.1.1.2.20040514214533.02ae2998@server-1> Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:15142 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:15142 This is a multi-part message in MIME format. --------------070101040705000107090100 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Hoi Hans, though not originally posted by me, please find attached the requested minimal file. - I had it because I trie it when Hraban posted the bug. Kind regards Willi Hans Hagen wrote: > At 18:09 05/05/2004, you wrote: > >> Hi Hans et al! >> >> As I changed some older charts today and installed the latest beta >> I recognized that an old bug isn't fixed yet: >> >> Any \connection[bb]{something} leads to an error. >> >> Could you please look into it? > > > > sure, can you make me a small exampl;e file? > > Hans > > _______________________________________________ > ntg-context mailing list > ntg-context@ntg.nl > http://www.ntg.nl/mailman/listinfo/ntg-context --------------070101040705000107090100 Content-Type: text/plain; name="b-b-connection.tex" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="b-b-connection.tex" % minimal file concerning bug in chart-module % originallly posted by Henning Rhaban % W. Egger % 15.4.2004 \setupoutput[pdftex] \usemodule[chart] \startFLOWchart[test] \startFLOWcell \name{BEGIN} \location{2,1} \shape{action} \text{Begin} \connection[b,b]{EINDE} %\connection[b,b] gives an error! \stopFLOWcell \startFLOWcell \name{EINDE} \location{3,1} \shape{action} \text{Einde} \stopFLOWcell \stopFLOWchart \starttext \FLOWchart[test] \stoptext --------------070101040705000107090100--