> For now, I've worked around as this, but looks ugly: > > (for-each (lambda (z)(write-char z txt-output-file ))(string->list > text-string))
better as this: (display text-string txt-output-file) BTW The gimp script-fu console segfaults typing something like (let* (a 1)) Should I post a bug report? gimp 2.4.0-rc1 Yours Pere _______________________________________________ Gimp-user mailing list Gimp-user@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user