From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Neil Jerram Newsgroups: gmane.lisp.guile.devel Subject: Re: GNU Guile 1.9.0 released (alpha) Date: Sun, 21 Jun 2009 16:11:16 +0100 Message-ID: <877hz5r59n.fsf@arudy.ossau.uklinux.net> References: <86y6rnev6m.fsf@gnu.org> <3ae3aa420906192000h57399eaayc7a642c9f97f1a98@mail.gmail.com> <3ae3aa420906201117g7db10ce3h9aecc18269060d6b@mail.gmail.com> <119243.89652.qm@web37903.mail.mud.yahoo.com> <8663epwuw2.fsf@gnu.org> <86skhtvg8u.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1245597094 5541 80.91.229.12 (21 Jun 2009 15:11:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 21 Jun 2009 15:11:34 +0000 (UTC) Cc: guile-devel@gnu.org To: ludo@gnu.org (Ludovic =?iso-8859-1?Q?Court=E8s?=) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sun Jun 21 17:11:30 2009 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MIOhe-0005sT-D5 for guile-devel@m.gmane.org; Sun, 21 Jun 2009 17:11:30 +0200 Original-Received: from localhost ([127.0.0.1]:47507 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MIOhd-0000YX-N8 for guile-devel@m.gmane.org; Sun, 21 Jun 2009 11:11:29 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MIOha-0000Xf-Ro for guile-devel@gnu.org; Sun, 21 Jun 2009 11:11:26 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MIOhV-0000W0-C7 for guile-devel@gnu.org; Sun, 21 Jun 2009 11:11:25 -0400 Original-Received: from [199.232.76.173] (port=37739 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MIOhV-0000Vx-6N for guile-devel@gnu.org; Sun, 21 Jun 2009 11:11:21 -0400 Original-Received: from mail3.uklinux.net ([80.84.72.33]:42886) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MIOhT-0007Ef-B9; Sun, 21 Jun 2009 11:11:19 -0400 Original-Received: from arudy (host86-152-99-133.range86-152.btcentralplus.com [86.152.99.133]) by mail3.uklinux.net (Postfix) with ESMTP id 3B26D1F707B; Sun, 21 Jun 2009 16:11:17 +0100 (BST) Original-Received: from arudy.ossau.uklinux.net (arudy [127.0.0.1]) by arudy (Postfix) with ESMTP id BAC9238021; Sun, 21 Jun 2009 16:11:16 +0100 (BST) In-Reply-To: <86skhtvg8u.fsf@gnu.org> ("Ludovic =?iso-8859-1?Q?Court=E8s?= =?iso-8859-1?Q?=22's?= message of "Sun\, 21 Jun 2009 16\:00\:33 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.4-2.6 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:8745 Archived-At: ludo@gnu.org (Ludovic Court=E8s) writes: > Of course I read Neil's commit right after: the answer is "if PORT is > closed." > > Thanks for finding it out! The credit for that is Andy's. When applying Mike's fix, he changed it to say `SCM_OPENP (port)'. Anyway, an excellent group effort! :-) Neil