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: return-it -> ??? Date: Wed, 13 Jan 2010 21:38:44 +0100 Message-ID: <87aawhhh9n.fsf@ambire.localdomain> References: <87iqb99dh6.fsf@ambire.localdomain> <871vhutrfd.fsf@ambire.localdomain> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1263415321 19972 80.91.229.12 (13 Jan 2010 20:42:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 13 Jan 2010 20:42:01 +0000 (UTC) To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Wed Jan 13 21:41:53 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.50) id 1NVA1y-0004QO-Eh for guile-user@m.gmane.org; Wed, 13 Jan 2010 21:41:30 +0100 Original-Received: from localhost ([127.0.0.1]:50592 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NVA1z-0007jx-AC for guile-user@m.gmane.org; Wed, 13 Jan 2010 15:41:31 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NVA1v-0007js-N8 for guile-user@gnu.org; Wed, 13 Jan 2010 15:41:27 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NVA1r-0007jf-Ug for guile-user@gnu.org; Wed, 13 Jan 2010 15:41:26 -0500 Original-Received: from [199.232.76.173] (port=55677 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NVA1r-0007jc-Nb for guile-user@gnu.org; Wed, 13 Jan 2010 15:41:23 -0500 Original-Received: from smtp-out01.alice.it ([85.33.2.12]:4168) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NVA1r-0006PS-A7 for guile-user@gnu.org; Wed, 13 Jan 2010 15:41:23 -0500 Original-Received: from FBCMMO03.fbc.local ([192.168.68.197]) by smtp-out01.alice.it with Microsoft SMTPSVC(6.0.3790.3959); Wed, 13 Jan 2010 21:41:19 +0100 Original-Received: from FBCMCL01B06.fbc.local ([192.168.69.87]) by FBCMMO03.fbc.local with Microsoft SMTPSVC(6.0.3790.3959); Wed, 13 Jan 2010 21:41:20 +0100 Original-Received: from ambire.localdomain ([79.45.68.35]) by FBCMCL01B06.fbc.local with Microsoft SMTPSVC(6.0.3790.3959); Wed, 13 Jan 2010 21:41:16 +0100 Original-Received: from ttn by ambire.localdomain with local (Exim 4.63) (envelope-from ) id 1NV9zI-0003AH-BH for guile-user@gnu.org; Wed, 13 Jan 2010 21:38:44 +0100 In-Reply-To: (Andy Wingo's message of "Wed, 13 Jan 2010 21:04:13 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.91 (gnu/linux) X-OriginalArrivalTime: 13 Jan 2010 20:41:17.0040 (UTC) FILETIME=[C1296F00:01CA9490] X-detected-operating-system: by monty-python.gnu.org: Windows 2000 SP4, XP SP1+ 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:7611 Archived-At: () Andy Wingo () Wed, 13 Jan 2010 21:04:13 +0100 Nope. Probably won't be, either. OK. I think basically if you want a quick port to 1.9, you should make a module that shims 1.9 to have a more 1.4-like interface, and have all of your code use it. `return-it' can go there. Then you can adapt your code later, if you want, or keep using that shim if you want. Sounds reasonable. thi