From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/15162 Path: main.gmane.org!not-for-mail From: Willi Egger Newsgroups: gmane.comp.tex.context Subject: Re: old charts bug Date: Tue, 18 May 2004 14:28:10 +0200 Sender: ntg-context-admin@ntg.nl Message-ID: <40AA015A.3030804@boede.nl> References: <6.0.1.1.2.20040517084322.01f45ec0@server-1> <6.0.1.1.2.20040518083510.01d667e0@server-1> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1084883428 22818 80.91.224.253 (18 May 2004 12:30:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 18 May 2004 12:30:28 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Tue May 18 14:30:22 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 1BQ3jh-0007TB-00 for ; Tue, 18 May 2004 14:30:21 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 8994010ABF; Tue, 18 May 2004 14:25:50 +0200 (MEST) Original-Received: from smtp-out3.xs4all.nl (smtp-out3.xs4all.nl [194.109.24.13]) by ref.ntg.nl (Postfix) with ESMTP id C3D5010ABE for ; Tue, 18 May 2004 14:23:44 +0200 (MEST) Original-Received: from boede.nl (a80-126-172-1.adsl.xs4all.nl [80.126.172.1]) by smtp-out3.xs4all.nl (8.12.10/8.12.10) with ESMTP id i4ICSALs094729 for ; Tue, 18 May 2004 14:28:11 +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.20040518083510.01d667e0@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:15162 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:15162 Hoi Hraban, I was able to fix the problem. Please be shure to search the whole file! As I think, there is more than one place to patch. Willi Hans Hagen wrote: > At 19:01 17/05/2004, you wrote: > >> Am Montag, 17.05.04, um 08:44 Uhr (Europe/Zurich) schrieb Hans Hagen: >> >>> in mp-char.mp you should patch: >>> >>> %%%% begin experiment >>> xypoints[3] := xypoints[3] shifted (dsp_x,0) ; >>> xypoints[4] := xypoints[4] shifted (dsp_x,0) ; >>> >>> ^^^^^^^^^ >> >> >> Huh? >> Exactly the same is already in there: >> %%%% begin experiment >> xypoints[3] := xypoints[3] shifted (dsp_x,0) ; >> xypoints[4] := xypoints[4] shifted (dsp_x,0) ; >> if dsp_y>0 : >> xypoints[2] := xypoints[2] shifted (0,dsp_y) ; >> xypoints[3] := xypoints[3] shifted (0,dsp_y) ; >> elseif dsp_y<0 : >> xypoints[4] := xypoints[4] shifted (0,dsp_y) ; >> xypoints[5] := xypoints[5] shifted (0,dsp_y) ; >> fi >> %%%% end experiment >> >> And no wonder I get the same error (Bad transformation argument). > > > Are you sure that that file is used? > > Hans > > > _______________________________________________ > ntg-context mailing list > ntg-context@ntg.nl > http://www.ntg.nl/mailman/listinfo/ntg-context