From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Pirotte Newsgroups: gmane.lisp.guile.user Subject: Re: Guile/Tk? Date: Tue, 17 Nov 2009 15:51:29 -0200 Organization: Alto Air Services [http://www.altosw.be/aas/] Message-ID: <20091117155129.115a2c45@altosw.be> References: <20091115161906.GC29831@raven.wolf.lan> <20091116203049.GG29831@raven.wolf.lan> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1258480313 21058 80.91.229.12 (17 Nov 2009 17:51:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 17 Nov 2009 17:51:53 +0000 (UTC) Cc: guile-user@gnu.org To: Josef Wolf Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Tue Nov 17 18:51:36 2009 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.50) id 1NASDH-0005IB-6a for guile-user@m.gmane.org; Tue, 17 Nov 2009 18:51:35 +0100 Original-Received: from localhost ([127.0.0.1]:45434 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NASDG-0006LG-Sg for guile-user@m.gmane.org; Tue, 17 Nov 2009 12:51:34 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NASD1-0006LB-Qn for guile-user@gnu.org; Tue, 17 Nov 2009 12:51:19 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NASCx-0006KL-Ev for guile-user@gnu.org; Tue, 17 Nov 2009 12:51:19 -0500 Original-Received: from [199.232.76.173] (port=35154 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NASCx-0006KG-6z for guile-user@gnu.org; Tue, 17 Nov 2009 12:51:15 -0500 Original-Received: from maximusconfessor.all2all.org ([62.58.108.13]:36593) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NASCw-00062i-N1 for guile-user@gnu.org; Tue, 17 Nov 2009 12:51:14 -0500 Original-Received: from localhost (unknown [192.168.0.2]) by maximusconfessor.all2all.org (Postfix) with ESMTP id 9999AA04C114; Tue, 17 Nov 2009 18:51:12 +0100 (CET) Original-Received: from maximusconfessor.all2all.org ([192.168.0.1]) by localhost (maximusconfessor.all2all.org [192.168.0.2]) (amavisd-new, port 10024) with ESMTP id VgbdA1veAZww; Tue, 17 Nov 2009 18:44:40 +0100 (CET) Original-Received: from localhost.localdomain (unknown [189.122.90.116]) by maximusconfessor.all2all.org (Postfix) with ESMTP id A6F3BA04C0DB; Tue, 17 Nov 2009 18:51:04 +0100 (CET) In-Reply-To: <20091116203049.GG29831@raven.wolf.lan> X-Mailer: Claws Mail 3.7.3 (GTK+ 2.18.3; i486-pc-linux-gnu) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:7491 Archived-At: Le Mon, 16 Nov 2009 21:30:50 +0100, Josef Wolf a =C3=A9crit : > On Sun, Nov 15, 2009 at 07:16:10PM +0100, Andy Wingo wrote: > > On Sun 15 Nov 2009 17:19, Josef Wolf writes: > > > I would like to try some GUI stuff with guile. Since I have some expe= rience > > > with Tk (with perl and ruby), I tried Tk following > > > http://www.galassi.org/mark/mydocs/guile-programmer_2.html: > > > [ ... ] > >=20 > > We do have some tk bindings bitrotten somewhere, but they would need > > some love to work with Guile 1.8 (or 1.4 for that matter). > [ ... ] > > This was back in the days when you couldn't have tk without tcl... ouch > > :) > >=20 > > Try guile-gnome if you're on 1.8. You should be able to install from > > packages in e.g. Debian. >=20 > Thanks for the quick answer, Andy! >=20 > gnome seems to be much more complicated than Tk, I guess? Further, there > seem to be lots of confusion about a canvas widget in guile-gnome. Hello Josef, guile-gnome is fantastic, give it a try! [as time allows, being very busy, = can help with the basics if you need] Cheers, David