From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Bill Schottstaedt" Newsgroups: gmane.lisp.guile.devel Subject: file-exists? confused Date: Mon, 13 Mar 2006 08:55:49 -0800 Message-ID: <20060313165454.M814@ccrma.Stanford.EDU> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 X-Trace: sea.gmane.org 1142269060 27260 80.91.229.2 (13 Mar 2006 16:57:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 13 Mar 2006 16:57:40 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Mar 13 17:57:30 2006 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FIqKz-0008S6-SG for guile-devel@m.gmane.org; Mon, 13 Mar 2006 17:56:06 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FIqKz-0003t5-9H for guile-devel@m.gmane.org; Mon, 13 Mar 2006 11:56:05 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FIqKp-0003s4-3c for guile-devel@gnu.org; Mon, 13 Mar 2006 11:55:55 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FIqKn-0003qK-MM for guile-devel@gnu.org; Mon, 13 Mar 2006 11:55:53 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FIqKm-0003pr-G9 for guile-devel@gnu.org; Mon, 13 Mar 2006 11:55:52 -0500 Original-Received: from [171.67.16.123] (helo=smtp1.Stanford.EDU) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FIqOm-0002s3-TG for guile-devel@gnu.org; Mon, 13 Mar 2006 12:00:01 -0500 Original-Received: from cm-mail.stanford.edu (cm-mail.Stanford.EDU [171.64.197.135]) by smtp1.Stanford.EDU (8.12.11/8.12.11) with ESMTP id k2DGtn2R020225 for ; Mon, 13 Mar 2006 08:55:50 -0800 Original-Received: from ccrma.stanford.edu (ccrma.stanford.edu [171.64.197.141]) by cm-mail.stanford.edu (8.11.6/8.11.6) with ESMTP id k2DGtnG10630 for ; Mon, 13 Mar 2006 08:55:49 -0800 Original-Received: from ccrma.Stanford.EDU (localhost.localdomain [127.0.0.1]) by ccrma.stanford.edu (8.12.8/8.12.5) with ESMTP id k2DGtnre004397 for ; Mon, 13 Mar 2006 08:55:49 -0800 Original-To: guile-devel@gnu.org X-Mailer: Open WebMail 2.41 20040926 X-OriginatingIP: 24.23.251.119 (bil) 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:5782 Archived-At: The new Guile's file-exists? function is confused by very large files: guile> (version) "1.8.0" guile> (file-exists? "/home/bil/zap/sounds/bigger.snd") #f guile> (quit) /home/bil/ ls -la /home/bil/zap/sounds/bigger.snd -rw-r--r-- 1 bil bil 6350320648 Mar 13 04:07 /home/bil/zap/sounds/bigger.snd guile> (version) "1.6.4" guile> (file-exists? "/home/bil/zap/sounds/bigger.snd") #t _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel