From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.user Subject: Re: Guile 2.0 + guile-gnome + GTK 3 Date: Thu, 24 Feb 2011 10:11:03 +0100 Message-ID: References: <20110223.210647.1047960107487059614.diogofsr@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1298538370 8933 80.91.229.12 (24 Feb 2011 09:06:10 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 24 Feb 2011 09:06:10 +0000 (UTC) Cc: guile-user@gnu.org To: Diogo F. S. Ramos Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Thu Feb 24 10:06:06 2011 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 1PsX9B-0006cR-7M for guile-user@m.gmane.org; Thu, 24 Feb 2011 10:06:05 +0100 Original-Received: from localhost ([127.0.0.1]:48586 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PsX9A-0003Iw-3f for guile-user@m.gmane.org; Thu, 24 Feb 2011 04:06:04 -0500 Original-Received: from [140.186.70.92] (port=56663 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PsX8z-0003Gd-3h for guile-user@gnu.org; Thu, 24 Feb 2011 04:05:57 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PsX8x-0002Is-Rx for guile-user@gnu.org; Thu, 24 Feb 2011 04:05:53 -0500 Original-Received: from a-pb-sasl-sd.pobox.com ([64.74.157.62]:49416 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PsX8x-0002IN-Pj for guile-user@gnu.org; Thu, 24 Feb 2011 04:05:51 -0500 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 646AB28B2; Thu, 24 Feb 2011 04:07:02 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=90urAMXoX+nZriLz+B7jKitN3jE=; b=yFxhSt ltPqEj+2KpVHzTp0BzHxr2jsS6tVQMItKuKf8dKxc23ZI+fKcCgz3udREUORwXlN V126pZBpJ5tDdFPIL2uxDHjW7L1fUpNZ/9YvRatfDIiZqSmH75iLu+Md6Obj/Ias o6Xyaj11+Js4p6rHFsd6qBrJiTms9R9NJU1oc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=Qw9uvrMfz/wD15nyNta9T52PfIl3e+PM yXCnvkZSjleS9z/xgxqUyNIB7wS6+gbDAJScHSdUbxM1w0JjLx1OvVR/gxQWDdZG MjlVo48hwr08m6xlRlxUMMf6PvTf2fUmOjcdno6JP9clheVIUIsNoGP31FZScJpU J0jVD7R4H+s= Original-Received: from a-pb-sasl-sd.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 4B9D528B1; Thu, 24 Feb 2011 04:07:01 -0500 (EST) Original-Received: from unquote.localdomain (unknown [90.164.198.39]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTPSA id 4BC9C28B0; Thu, 24 Feb 2011 04:06:58 -0500 (EST) In-Reply-To: <20110223.210647.1047960107487059614.diogofsr@gmail.com> (Diogo F. S. Ramos's message of "Wed, 23 Feb 2011 21:06:47 -0300 (BRT)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-Pobox-Relay-ID: 70AFBD06-3FF5-11E0-811E-AF401E47CF6F-02397024!a-pb-sasl-sd.pobox.com X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 64.74.157.62 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:8462 Archived-At: On Thu 24 Feb 2011 01:06, Diogo F. S. Ramos writes: > Are there any plans to port guile-gnome to GTK 3? There are plans to use the gobject part of guile-gnome together with gobject introspection stuff; but it needs to be done carefully, and no one is working on it right now, that I know of. But do join the guile-gnome mailing list and see what's up: http://www.gnu.org/software/guile-gnome/contact/ Cheers, Andy -- http://wingolog.org/