[jeff@thoth scripts]$ grep "define (min" /usr/local/share/gimp/1. 2/scripts/*.scm /usr/local/share/gimp/1.2/scripts/frosty-logo.scm:(define (min a b) (if (< a b) a b)) This line redefined the existing (min ... ) scheme function, which breaks anything else that wants to use it. It should be removed in future releases. The real (min ...) takes an arbitrary number of args, and returns the minimum in the entire list. -- --Jeff Jeff Trefftzs <trefftzs@xxxxxxxx> 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