From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Daniel Ridge Newsgroups: gmane.lisp.guile.user Subject: Re: gtk-main and guile repl together Date: Thu, 17 Nov 2011 14:51:34 -0500 Message-ID: References: <4EC563FF.9010609@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; CHARSET=US-ASCII Content-Transfer-Encoding: 7BIT X-Trace: dough.gmane.org 1321559520 2855 80.91.229.12 (17 Nov 2011 19:52:00 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 17 Nov 2011 19:52:00 +0000 (UTC) Cc: "guile-user@gnu.org" To: anoglad Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Thu Nov 17 20:51:56 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 1RR802-0003oh-FR for guile-user@m.gmane.org; Thu, 17 Nov 2011 20:51:54 +0100 Original-Received: from localhost ([::1]:39851 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RR802-0006xG-2b for guile-user@m.gmane.org; Thu, 17 Nov 2011 14:51:54 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:48508) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RR7zy-0006x8-51 for guile-user@gnu.org; Thu, 17 Nov 2011 14:51:50 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RR7zx-0007VB-2t for guile-user@gnu.org; Thu, 17 Nov 2011 14:51:50 -0500 Original-Received: from nk11p99mm-asmtpout004.mac.com ([17.158.233.225]:53204) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RR7zw-0007V6-QP for guile-user@gnu.org; Thu, 17 Nov 2011 14:51:49 -0500 Original-Received: from [10.227.74.133] (214.sub-174-252-96.myvzw.com [174.252.96.214]) by nk11p03mm-asmtp994.mac.com (Oracle Communications Messaging Exchange Server 7u4-22.01 64bit (built Apr 21 2011)) with ESMTPSA id <0LUT0002OLU0BG50@nk11p03mm-asmtp994.mac.com> for guile-user@gnu.org; Thu, 17 Nov 2011 11:51:40 -0800 (PST) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.5.7110,1.0.211,0.0.0000 definitions=2011-11-17_08:2011-11-17, 2011-11-17, 1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 suspectscore=0 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=6.0.2-1012030000 definitions=main-1111170218 In-reply-to: <4EC563FF.9010609@gmx.at> X-Mailer: iPhone Mail (9A405) X-detected-operating-system: by eggs.gnu.org: Solaris 10 (1203?) X-Received-From: 17.158.233.225 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:8963 Archived-At: You can also use select to mix stdin together with the one-shot gtk iter function. Sent from my iPhone On Nov 17, 2011, at 2:43 PM, anoglad wrote: > 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! >