On Fri, Aug 12, 2005 at 10:03:42AM +0200, Tomas Zerolo wrote: > 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*...)?
Yes, sorry... typing error... > > (Reminder: with let* later bindings can `see' earlier ones, and you want > this with f). > > Regards > -- tomás _______________________________________________ Guile-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/guile-user
