Hi Max - I ran into something like this myself. The problem is that there's another script that defines its own version of the max function, and gets it wrong. (At least that's how I remember it, and I remember fixing it, but I can't remember which script :-( ).
I suggest you grep for "(define (max " in /usr/local/gimp/1.2/scripts and see what you find. I think that's how I found it in the first place. You might also check your call to gimp-text-fontname. I think you want to take the car of its return value. Try: (let* ((text-layer (car (gimp-text-fontname image bottom-layer ...))) Good luck. -- --Jeff Jeff Trefftzs <[EMAIL PROTECTED]> http://www.tcsn.net/trefftzs Home Page http://gug.sunsite.dk/gallery.php?artist=68 Gimp Gallery http://trefftzs.topcities.com/home.html Photo galleries _______________________________________________ Gimp-user mailing list [EMAIL PROTECTED] http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user