From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Vicente Vera Newsgroups: gmane.lisp.guile.user Subject: Re: Running script from directory with UTF-8 characters Date: Tue, 22 Dec 2015 11:32:59 -0300 Message-ID: References: <87twnbfkzb.fsf@elektro.pacujo.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1450794989 13062 80.91.229.3 (22 Dec 2015 14:36:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 22 Dec 2015 14:36:29 +0000 (UTC) Cc: guile-user@gnu.org To: Marko Rauhamaa Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Tue Dec 22 15:36:29 2015 Return-path: Envelope-to: guile-user@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 1aBO3A-0005E0-Vs for guile-user@m.gmane.org; Tue, 22 Dec 2015 15:36:29 +0100 Original-Received: from localhost ([::1]:50792 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aBO3A-0003p0-Fk for guile-user@m.gmane.org; Tue, 22 Dec 2015 09:36:28 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45088) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aBO0s-00031S-00 for guile-user@gnu.org; Tue, 22 Dec 2015 09:36:19 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aBNzn-0003zC-TG for guile-user@gnu.org; Tue, 22 Dec 2015 09:34:05 -0500 Original-Received: from mail-oi0-x22a.google.com ([2607:f8b0:4003:c06::22a]:33349) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aBNzn-0003z8-N3 for guile-user@gnu.org; Tue, 22 Dec 2015 09:32:59 -0500 Original-Received: by mail-oi0-x22a.google.com with SMTP id y66so108888253oig.0 for ; Tue, 22 Dec 2015 06:32:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=grmxowTIS2+DHyXEngbrgj8z7YQm1vQi6yXTJXpilzA=; b=dLaqDKl6yKqDYVu4YbdNPL12kx9jplGHkPzAIqMYE8f6P7jpRp4xotwDH+FzHmsIbr xpC/H5//biCFuj7ztFN3masXV2DhTW+lEE6ShZfJkXXUAq55gKADH9EjNAHY23lLUpXz muOs9IJ+O0XRGOcOAui8rcBy00nlWoPLkBdty1IrgVmts2wvXPccdmimMeZjfz1WLEPD XpkBfeq3NJSJXrEhjFcWM3FNw1igv91bsNRH8dhdrhq1TecHHH+GTvFYyfEJNMabltsy MF+5zZ1F9ZIGD1pmeYrQsHK9ym00WIgJ5cJ8YSYGfB1h02LbqYlGhgZ2ZdsbR9735wYz y7PQ== X-Received: by 10.202.228.198 with SMTP id b189mr10359520oih.33.1450794779136; Tue, 22 Dec 2015 06:32:59 -0800 (PST) Original-Received: by 10.76.171.72 with HTTP; Tue, 22 Dec 2015 06:32:59 -0800 (PST) In-Reply-To: <87twnbfkzb.fsf@elektro.pacujo.net> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2607:f8b0:4003:c06::22a X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.14 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-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:12263 Archived-At: Should this be sent to the bugs list? 2015-12-21 20:19 GMT-03:00 Marko Rauhamaa : > Vicente Vera : > >> Hello. I'm sorry if this is the wrong list (I'm not sure if its a >> bug). > > Must be a bug. > >> I wrote a small test script: > > The error is reproduced with an empty scm file: > > touch test.scm > guile test.scm > [...] > ERROR: In procedure open-file: No such file or directory: [...] > > > Marko