From gwking at metabang.com Mon Sep 1 02:13:46 2008 From: gwking at metabang.com (Gary King) Date: Sun, 31 Aug 2008 22:13:46 -0400 Subject: [clnuplot-devel] Re: Regarding clnuplots project page on common-lisp.net In-Reply-To: <48BB1CF7.1080807@gmail.com> References: <48BB1CF7.1080807@gmail.com> Message-ID: <2A0CC72D-4D04-4C60-8323-F0AAE14130E6@metabang.com> (c'd to list) > Sorry for bothering you, but > the link to the darcs repository on http://common-lisp.net/project/clnuplot/ > seems to be wrong. > Shouldn't it be: > darcs get http://common-lisp.net/project/clnuplot/darcs clnuplot ? I'm glad you pointed out the problem. I was missing a symbolic-link from _darcs to darcs/_darcs. This is now fixed. My apologies for the problem. -- Gary Warren King, metabang.com Cell: (413) 559 8738 Fax: (206) 338-4052 gwkkwg on Skype * garethsan on AIM From gwking at metabang.com Fri Sep 19 20:38:37 2008 From: gwking at metabang.com (Gary King) Date: Fri, 19 Sep 2008 16:38:37 -0400 Subject: [clnuplot-devel] Re: CLNUPlot error In-Reply-To: <27746695-4DA0-46C2-9FE2-202DB398548F@foldr.org> References: <27746695-4DA0-46C2-9FE2-202DB398548F@foldr.org> Message-ID: <8C6C6065-594F-4D85-A896-AC4E654BD82C@metabang.com> (cc'd to list) Hi Michael, thanks for this report; I'll make the fix part of the release soon. On Sep 19, 2008, at 10:17 AM, Michael Weber wrote: > Hi Gary, > > I was going to try out CLNUPlot, but I get this: > > TEMP> (clnuplot:scatter-plot '((0 0.704) (1 0.703) (2 0.724) (3 > 0.699) (4 0.727))) > # > TEMP> (clnuplot:write-plot * :pdf) > > The function CLNUPLOT::PATHNAME-NAME+TYPE is undefined. > [Condition of type UNDEFINED-FUNCTION] > > I installed CLNUPlot via ASDF-INSTALL and it pulled in metatilities > as well. > > The following fixes the problem for me: > (import 'metatilities::pathname-name+type :clnuplot) > > -- > Cheers, > Michael -- Gary Warren King, metabang.com Cell: (413) 559 8738 Fax: (206) 338-4052 gwkkwg on Skype * garethsan on AIM