Re: [Gimp-developer] stdout from lisp

2006-04-10 Thread Kovacs Baldvin
On Sun, Apr 09, 2006 at 09:34 -0700, [EMAIL PROTECTED] wrote: Kovacs, Output from Script-fu can be sent to stdout by first performing a: (gimp-message-set-handler 1) and then sending your strings using something like (gimp-message foobar) where foobar is the string to printed

Re: [Gimp-developer] stdout from lisp

2006-04-10 Thread Kevin Cozens
[EMAIL PROTECTED] wrote: Output from Script-fu can be sent to stdout by first performing a: (gimp-message-set-handler 1) The Procedure Browser shows that the arguments '1' has an equivalent (C style) name of GIMP_CONSOLE. In Script-Fu you remove the leading GIMP_ from named constants