From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: anoglad Newsgroups: gmane.lisp.guile.user Subject: gtk-main and guile repl together Date: Thu, 17 Nov 2011 20:43:59 +0100 Message-ID: <4EC563FF.9010609@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1321559036 31500 80.91.229.12 (17 Nov 2011 19:43:56 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 17 Nov 2011 19:43:56 +0000 (UTC) To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Thu Nov 17 20:43:52 2011 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RR7sF-0007F0-OV for guile-user@m.gmane.org; Thu, 17 Nov 2011 20:43:51 +0100 Original-Received: from localhost ([::1]:34217 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RR7sF-00060L-1U for guile-user@m.gmane.org; Thu, 17 Nov 2011 14:43:51 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:52513) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RR7sB-000602-AR for guile-user@gnu.org; Thu, 17 Nov 2011 14:43:48 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RR7s9-00069c-Of for guile-user@gnu.org; Thu, 17 Nov 2011 14:43:46 -0500 Original-Received: from mailout-de.gmx.net ([213.165.64.22]:36250) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1RR7s9-00069U-Dn for guile-user@gnu.org; Thu, 17 Nov 2011 14:43:45 -0500 Original-Received: (qmail invoked by alias); 17 Nov 2011 19:43:43 -0000 Original-Received: from 93-82-109-108.adsl.highway.telekom.at (EHLO [192.168.0.104]) [93.82.109.108] by mail.gmx.net (mp058) with SMTP; 17 Nov 2011 20:43:43 +0100 X-Authenticated: #67602627 X-Provags-ID: V01U2FsdGVkX1+qtYAF2lOqmZLzZ01Fn4pBev0m/SRD+Kz3qKU6uC oPP1v86Jc12hQC User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.16) Gecko/20111110 Icedove/3.0.11 X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 213.165.64.22 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:8961 Archived-At: Hello people! Is there a convenient way to run the gtk-main loop and the guile repl at the same time? I'd like to be able to create widgets interactively. Thank you very much!