On Wed, Aug 10, 2005 at 04:24:47PM -0300, Jos? Roberto B. de A. Monteiro wrote: > On Wed, Aug 10, 2005 at 01:54:31PM -0400, Alan Grover wrote: > > I ran into this too. My reasoning was something like: > > > > The string, "/tmp/XXXXXX" is constructed at reader time. [...] [...] > Thanks Alan, I think it is the reason, so it worked using: > > (let ((filename (string-copy "/tmp/XXXXXX")) > (f (mkstemp! filename))) > ...)
Shouldn't that be (let*...)? (Reminder: with let* later bindings can `see' earlier ones, and you want this with f). Regards -- tomás
signature.asc
Description: Digital signature
_______________________________________________ Guile-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/guile-user
