Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
FxCopyrightEgger malfunction
#10
(04-05-2018, 01:31 PM)Ofnuts Wrote: Hmmm. Could it be undefined by some other script? IIRC the script-fu script all run in the same environment and can conflict with each other?

It seems that you can't 'undefine' something in Scheme, so once it's defined you can't ever get the unbound variable message within the same scope. As cadr should be defined at the top level, you shouldn't be able to get that error message.

And yes, all the scheme scripts exist in the same environment and can cause conflicts and much confusion, hence I wrote the duplicate-script-checker script all those years ago. (2011 Exclamation http://gimpchat.com/viewtopic.php?f=9&t=3057)
Reply


Messages In This Thread
FxCopyrightEgger malfunction - by GIMPOULOS - 04-03-2018, 10:44 PM
RE: FxCopyrightEgger malfunction - by Ofnuts - 04-04-2018, 06:22 AM
RE: FxCopyrightEgger malfunction - by GIMPOULOS - 04-04-2018, 07:20 PM
RE: FxCopyrightEgger malfunction - by Ofnuts - 04-04-2018, 08:20 PM
RE: FxCopyrightEgger malfunction - by GIMPOULOS - 04-04-2018, 09:12 PM
RE: FxCopyrightEgger malfunction - by rich2005 - 04-05-2018, 07:31 AM
RE: FxCopyrightEgger malfunction - by GIMPOULOS - 04-11-2018, 09:17 PM
RE: FxCopyrightEgger malfunction - by Ofnuts - 04-05-2018, 11:59 AM
RE: FxCopyrightEgger malfunction - by Kevin - 04-05-2018, 12:16 PM
RE: FxCopyrightEgger malfunction - by Ofnuts - 04-05-2018, 01:31 PM
RE: FxCopyrightEgger malfunction - by Kevin - 04-05-2018, 02:29 PM
RE: FxCopyrightEgger malfunction - by Ofnuts - 04-05-2018, 08:27 PM
RE: FxCopyrightEgger malfunction - by Ofnuts - 04-06-2018, 01:14 PM
RE: FxCopyrightEgger malfunction - by GIMPOULOS - 04-06-2018, 11:55 PM
RE: FxCopyrightEgger malfunction - by rich2005 - 04-07-2018, 08:39 AM
RE: FxCopyrightEgger malfunction - by rich2005 - 04-12-2018, 07:36 AM
RE: FxCopyrightEgger malfunction - by GIMPOULOS - 04-30-2018, 01:40 PM

Forum Jump: