From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.lisp.guile.user Subject: Re: Plotting in Guile Date: Wed, 04 Aug 2010 21:51:29 +0200 Message-ID: <87ocdirwam.fsf@ambire.localdomain> References: <713492.93290.qm@web37904.mail.mud.yahoo.com> <87hbjisre1.fsf@ambire.localdomain> <603696.84472.qm@web37905.mail.mud.yahoo.com> <87wrsdtb5d.fsf@ambire.localdomain> <990269.67014.qm@web37906.mail.mud.yahoo.com> <87k4o7o63o.fsf@ambire.localdomain> <964876.10860.qm@web37903.mail.mud.yahoo.com> <348699.64011.qm@web37901.mail.mud.yahoo.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1280951690 26293 80.91.229.12 (4 Aug 2010 19:54:50 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 4 Aug 2010 19:54:50 +0000 (UTC) To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Wed Aug 04 21:54:49 2010 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Ogk32-0003TG-8V for guile-user@m.gmane.org; Wed, 04 Aug 2010 21:54:44 +0200 Original-Received: from localhost ([127.0.0.1]:40230 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ogk31-0007QV-QO for guile-user@m.gmane.org; Wed, 04 Aug 2010 15:54:43 -0400 Original-Received: from [140.186.70.92] (port=59533 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ogk2t-0007Mn-5Y for guile-user@gnu.org; Wed, 04 Aug 2010 15:54:36 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Ogk2r-0000Yy-OV for guile-user@gnu.org; Wed, 04 Aug 2010 15:54:34 -0400 Original-Received: from smtp206.alice.it ([82.57.200.102]:54344) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Ogk2r-0000YP-D2 for guile-user@gnu.org; Wed, 04 Aug 2010 15:54:33 -0400 Original-Received: from ambire.localdomain (95.244.64.93) by smtp206.alice.it (8.5.124.08) id 4C1A268C030558FE for guile-user@gnu.org; Wed, 4 Aug 2010 21:54:30 +0200 Original-Received: from ttn by ambire.localdomain with local (Exim 4.69) (envelope-from ) id 1Ogjzt-0002Q6-RE for guile-user@gnu.org; Wed, 04 Aug 2010 21:51:29 +0200 In-Reply-To: <348699.64011.qm@web37901.mail.mud.yahoo.com> (Mike Gran's message of "Wed, 4 Aug 2010 06:51:26 -0700 (PDT)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Windows 98 (1) 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:8051 Archived-At: () Mike Gran () Wed, 4 Aug 2010 06:51:26 -0700 (PDT) I made a space for it on github at http://github.com/spk121/guile-plotutils My rough code is in there under the 'guile' directory. It should be visible now. It works for me. I'm not sure about setting up its own project on Savannah because I think I can get it included in the main GNU Plotutils package, instead of making its own separate formal GNU Guile-Plotutils project. Philosophically, Savannah doesn't seem to be the place for temporary disposable projects. (I'm not opposed to putting it on Savannah, though. I just don't want to clutter it up. But maybe I worry too much about that sort of thing.) I think if you make an account at github, I just add you to the repo, and you can hack the code and the wiki as you like. And when we have something clean, we can submit it to the GNU Plotutils maintainer for possible inclusion. Sounds like github is as good a temporary space as any; there is no need for Savannah hosting after all. I hereby withdraw that proposal (and bow out of the project). Good luck to those going forward.