From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mark H Weaver Newsgroups: gmane.lisp.guile.devel Subject: Re: include can't work Date: Mon, 18 Nov 2013 01:14:28 -0500 Message-ID: <8738mu6xtn.fsf@netris.org> References: <1384501247.11916.8.camel@Renee-desktop.suse> <87txfb90m2.fsf@netris.org> <87fvqv8x6j.fsf@netris.org> <87siuu4txr.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1384755308 30865 80.91.229.3 (18 Nov 2013 06:15:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 18 Nov 2013 06:15:08 +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 Mon Nov 18 07:15:11 2013 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ViI75-0005zG-HQ for guile-devel@m.gmane.org; Mon, 18 Nov 2013 07:15:11 +0100 Original-Received: from localhost ([::1]:41477 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ViI75-0002Wz-2i for guile-devel@m.gmane.org; Mon, 18 Nov 2013 01:15:11 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60139) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ViI6v-0002Tg-OK for guile-devel@gnu.org; Mon, 18 Nov 2013 01:15:06 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ViI6q-0006U0-G7 for guile-devel@gnu.org; Mon, 18 Nov 2013 01:15:01 -0500 Original-Received: from world.peace.net ([96.39.62.75]:47678) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ViI6q-0006Tw-Bf; Mon, 18 Nov 2013 01:14:56 -0500 Original-Received: from 209-6-91-212.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com ([209.6.91.212] helo=yeeloong) by world.peace.net with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1ViI6k-0005Gi-Hp; Mon, 18 Nov 2013 01:14:50 -0500 In-Reply-To: <87siuu4txr.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Sun, 17 Nov 2013 22:09:04 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 96.39.62.75 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:16749 Archived-At: ludo@gnu.org (Ludovic Court=C3=A8s) writes: > Mark H Weaver skribis: > >> Here's a patch to improve the error message. >> I'll push it to stable-2.0 if there are no objections. > > Looks good to me, but s/pathname/file name/? Okay, I made that change and pushed it to stable-2.0. Thanks, Mark