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: [PATCH] Date: Thu, 28 Oct 2010 00:35:16 +0100 Message-ID: <87tyk7xl8r.fsf@ossau.uklinux.net> References: <87d3qvo5i4.fsf@ossau.uklinux.net> <87mxpzqo4w.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1288222586 1190 80.91.229.12 (27 Oct 2010 23:36:26 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 27 Oct 2010 23:36:26 +0000 (UTC) Cc: guile-devel@gnu.org To: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu Oct 28 01:36:24 2010 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.69) (envelope-from ) id 1PBFXa-0002Bi-LV for guile-devel@m.gmane.org; Thu, 28 Oct 2010 01:36:22 +0200 Original-Received: from localhost ([127.0.0.1]:45533 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PBFXa-0006NF-3B for guile-devel@m.gmane.org; Wed, 27 Oct 2010 19:36:22 -0400 Original-Received: from [140.186.70.92] (port=60862 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PBFXU-0006Kp-Qk for guile-devel@gnu.org; Wed, 27 Oct 2010 19:36:18 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PBFXN-0007f1-Bw for guile-devel@gnu.org; Wed, 27 Oct 2010 19:36:16 -0400 Original-Received: from mail3.uklinux.net ([80.84.72.33]:49938) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PBFXN-0007eG-4B; Wed, 27 Oct 2010 19:36:09 -0400 Original-Received: from arudy (unknown [78.149.124.242]) by mail3.uklinux.net (Postfix) with ESMTP id 76D4E1F68AA; Thu, 28 Oct 2010 00:36:06 +0100 (BST) Original-Received: from neil-laptop (unknown [192.168.1.5]) by arudy (Postfix) with ESMTP id DDDB63800B; Thu, 28 Oct 2010 00:36:30 +0100 (BST) In-Reply-To: <87mxpzqo4w.fsf@gnu.org> ("Ludovic =?utf-8?Q?Court=C3=A8s=22'?= =?utf-8?Q?s?= message of "Thu, 28 Oct 2010 00:14:39 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) X-detected-operating-system: by eggs.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:11084 Archived-At: ludo@gnu.org (Ludovic Court=C3=A8s) writes: > Besides, you might want to check if it=E2=80=99s fixed in the elisp branc= h, who > knows. :-) Ah, yes, I didn't think of that. As luck would have it, this has indeed been fixed already. :-) Thanks, Neil