From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Huazhong Wang Newsgroups: gmane.lisp.guile.user Subject: problem with drawing triangle:(Unbound-variable) Date: Sat, 07 Jan 2006 14:07:38 -0500 Message-ID: <20060107140738.yoteodedmsc4c4sg@webmail.fsu.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format="flowed" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1136660875 27403 80.91.229.2 (7 Jan 2006 19:07:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 7 Jan 2006 19:07:55 +0000 (UTC) Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Sat Jan 07 20:07:53 2006 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EvJPm-0001KQ-0r for guile-user@m.gmane.org; Sat, 07 Jan 2006 20:07:46 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EvJRc-0001Ew-6L for guile-user@m.gmane.org; Sat, 07 Jan 2006 14:09:40 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EvJRX-0001E1-Tw for guile-user@gnu.org; Sat, 07 Jan 2006 14:09:35 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EvJRW-0001Do-Fo for guile-user@gnu.org; Sat, 07 Jan 2006 14:09:35 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EvJRW-0001Dl-CE for guile-user@gnu.org; Sat, 07 Jan 2006 14:09:34 -0500 Original-Received: from [128.186.6.122] (helo=mailer.fsu.edu) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EvJTU-0002ji-Kx for guile-user@gnu.org; Sat, 07 Jan 2006 14:11:36 -0500 Original-Received: from mailer.fsu.edu (imp-app3.ucs.fsu.edu [128.186.6.94]) by mailer.fsu.edu (8.11.6p3/8.11.1) with ESMTP id k07J7cj26067 for ; Sat, 7 Jan 2006 14:07:38 -0500 (EST) Original-Received: from rams.eng.fsu.edu (rams.eng.fsu.edu [146.201.25.231]) by webmail.fsu.edu (Horde MIME library) with HTTP for ; Sat, 07 Jan 2006 14:07:38 -0500 Original-To: guile-user@gnu.org Content-Disposition: inline User-Agent: Internet Messaging Program (IMP) H3 (4.0.4) X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:5046 Archived-At: Hi, I am learning guile and scheme. I want to draw a triangle, but the machine always responsed me a warning. see below guile>(define test-bb (filled-triangle 0 1 0 -1 1 -1)) standard input:10:4: In expession (filled-triangle 0 1 ...): standard input:10:4: Unbound variable: filled-triangle ABORT: (Unbound-variable) guile> my system is debian. -- Huazhong Wang Graduate Department of Electrical and Computer Engineering FAMU-FSU College of Engineering Florida State Univerity 2525 Pottsdamer Street Tallahassee, FL 32310 Email: hwang@eng.fsu.edu Tel: (850) 410-6408 (office) ---------------------------------------------------------------- _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://lists.gnu.org/mailman/listinfo/guile-user