From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/14984 Path: main.gmane.org!not-for-mail From: "vinuth madinur" Newsgroups: gmane.comp.tex.context Subject: help required w.r.t " vardef " in mpost. Date: Wed, 07 Apr 2004 11:40:37 +0800 Sender: ntg-context-admin@ntg.nl Message-ID: <20040407034037.5412923AB1@ws5-3.us4.outblaze.com> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1081309354 2936 80.91.224.253 (7 Apr 2004 03:42:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 7 Apr 2004 03:42:34 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Wed Apr 07 05:42:26 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 1BB3xK-0004de-00 for ; Wed, 07 Apr 2004 05:42:26 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 3CF8210B56; Wed, 7 Apr 2004 05:39:09 +0200 (MEST) Original-Received: from webmail-outgoing.us4.outblaze.com (webmail-outgoing.us4.outblaze.com [205.158.62.67]) by ref.ntg.nl (Postfix) with ESMTP id 30BE610ACB for ; Wed, 7 Apr 2004 05:37:27 +0200 (MEST) Original-Received: from wfilter.us4.outblaze.com (wfilter.us4.outblaze.com [205.158.62.180]) by webmail-outgoing.us4.outblaze.com (Postfix) with QMQP id A7E8A18012F7 for ; Wed, 7 Apr 2004 03:40:37 +0000 (GMT) X-OB-Received: from unknown (205.158.62.133) by wfilter.us4.outblaze.com; 7 Apr 2004 03:39:30 -0000 Original-Received: by ws5-3.us4.outblaze.com (Postfix, from userid 1001) id 5412923AB1; Wed, 7 Apr 2004 03:40:37 +0000 (GMT) Content-Disposition: inline X-Mailer: MIME-tools 5.41 (Entity 5.404) Original-Received: from [210.212.194.30] by ws5-3.us4.outblaze.com with http for vinlin@linuxmail.org; Wed, 07 Apr 2004 11:40:37 +0800 Original-To: ntg-context@ntg.nl X-Originating-Ip: 210.212.194.30 X-Originating-Server: ws5-3.us4.outblaze.com 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:14984 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:14984 In the following code : vardef list = A , B , C , A enddef; def triangle = forsuffixes $=list: pair T.$; endfor; enddef; beginfig(1) triangle; T.A = (2,3); T.B = (3,5); T.C = (2,6); T = T.A -- T.B -- T.C -- cycle; draw T; endfig; end; In macro "list" if i give just "def" instead of "vardef" the program works fine. But with "vardef" i'm getting many errors. I'm not able to figure this out. Please help; thanx in advance. Vinuth. -- ______________________________________________ Check out the latest SMS services @ http://www.linuxmail.org This allows you to send and receive SMS through your mailbox. Powered by Outblaze