Bugs item #428070, was updated on 2001-05-28 14:12
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=110493&aid=428070&group_id=10493
Category: run-time
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Brian D. Carlstrom (bdc)
Assigned to: Olin Shivers (olin-shivers)
Summary: create-temp-file does not like ~ in pref
Initial Comment:
From: Michel Schinz <Michel.Schinz@epfl.ch>
Sender: schinz@lamppc6.epfl.ch
To: scsh-bugs@zurich.ai.mit.edu
Subject: Bug: create-temp-file does not like ~ in
prefix
Date: 03 Jul 2000 12:49:22 +0200
Hi!
I don't know whether this is a code or documentation
bug, but
create-temp-file passes its prefix argument directly to
temp-file-iterate, which needs a format-string.
Therefore if the
prefix given to create-temp-file contains a tilde, an
error occurs:
> (create-temp-file "/tmp/~temp")
Error: illegal format command
"/tmp/~temp.~a"
#\t
1>
Michel.
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=110493&aid=428070&group_id=10493
|