[Gimp-user] Some questions about script-fu and tinyscheme.

Pere Pujal i Carabantes pere at fornol.no-ip.org
Thu Aug 23 10:30:24 PDT 2007


> 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



More information about the Gimp-user mailing list