From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Mark H Weaver Newsgroups: gmane.lisp.guile.user Subject: Re: Guile-CV: Not a GRAY, RGB nor an RGBA image "sand.tif" Date: Tue, 05 Dec 2017 22:34:27 -0500 Message-ID: <877eu0v8ak.fsf@netris.org> References: <20171205175403.3a2e8f71@capac> <20171205195540.49b4218e@capac> <87k1y0vj0c.fsf@netris.org> <20171206002331.439f9774@capac> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1512577172 22239 195.159.176.226 (6 Dec 2017 16:19:32 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 6 Dec 2017 16:19:32 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) Cc: guile-user@gnu.org To: David Pirotte Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Wed Dec 06 17:19:29 2017 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eMcPA-0001Nn-MD for guile-user@m.gmane.org; Wed, 06 Dec 2017 17:18:40 +0100 Original-Received: from localhost ([::1]:53755 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eMQUc-0008RZ-Gx for guile-user@m.gmane.org; Tue, 05 Dec 2017 22:35:30 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40953) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eMQTz-0008RH-Sl for guile-user@gnu.org; Tue, 05 Dec 2017 22:34:52 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eMQTv-0004bA-Ug for guile-user@gnu.org; Tue, 05 Dec 2017 22:34:51 -0500 Original-Received: from world.peace.net ([50.252.239.5]:48530) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eMQTv-0004aL-QG for guile-user@gnu.org; Tue, 05 Dec 2017 22:34:47 -0500 Original-Received: from pool-72-93-28-64.bstnma.east.verizon.net ([72.93.28.64] helo=jojen) by world.peace.net with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1eMQTt-0007zm-IS; Tue, 05 Dec 2017 22:34:45 -0500 In-Reply-To: <20171206002331.439f9774@capac> (David Pirotte's message of "Wed, 6 Dec 2017 00:23:31 -0200") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 50.252.239.5 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.lisp.guile.user:14322 Archived-At: David Pirotte writes: > Hello Mark, > >> >> > Yes: your are not in the right directory wrt guile, and this flename 'does not >> >> > exists', it does not exists in the directory your are trying to load this >> >> > image, see: > >> >> > scheme@(guile-user)> (getcwd) >> >> > $5 = "/usr/alto/projects/guile-cv/images" > >> >> unfortunately that's not the problem, I am in the right directory and >> >> the image is there. I still get that error. > >> > This is impossible :), you think you are in the right directory, but you most >> > likely you are not. > >> David, with all due respect, this last response to Daniele comes off as >> very dismissive and presumptuous to me. > > I'm very sorry you did feel this way: that image is part of the images distributed > with Guile-CV, Ah, I didn't realize that. In that case, please disregard my message, and sorry for the noise :) Mark