[Gimp-user] Re: Re: INT32 complaints

2001-04-11 Thread Guillermo S. Romero / Familia Romero

[EMAIL PROTECTED] (2001-04-11 at 1342.35 -0400):
  Have you tried "$draw-plug_in_pixelize(10);"?
 This worked.  And so did this:
 plug_in_pixelize($draw, 10);

I have been using the - latelly. As well as . in Python. It seems to
be the programming trend. Do not ask me the theory, nobody has
explained me OO so I know by practicing. :]

 I think that you had an advantage as (if I remember correctly) you do
 not have the PDB.  The listing for plug_in_pixelize in my PDB went like
 this:

I have the PDB, but the PDB does not tell you how to call each
function in each languaje. For example Scheme uses "-" instead of "_",
so you have to translate all names with that rule. It is a rough
guide, but it will be cool if it would give complete info.

 updated but not the PDB.  It wasn't what I expected.

Expecting that is too much for any doc.

 grep has always been an enigma to me.  I will read the man page, maybe I
 am ready to use it.  Usually, when I ask a question from my "local
 expert" about shell commands, I end up thinking about how "less is
 better than more because it does more".  I should probably move along in
 my thinking now.  I will read the man page. Thanks.

Unix is not learned easily without the explanation (which normaly
includes jokes) but then is hard to forget. "more" and "less" is one
of the best cases, man pages include some info luckly.

GSR
 
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user



[Gimp-user] Script-Fu command line parsing help needed

2001-04-11 Thread Ryan Schuermann

say i want to pass a tick mark in a string, how would i escape this to
make gimp happy?

/usr/bin/gimp -i -d -c -b '(script-fu-bla-bla "Let's Go!")' '(gimp-quit
0)'

or is this a shell problem and not a gimp problem?

thanks
Ryan

--
.-.--.-.
\ Ryan Schuermannn \ www.hire.com \ Web Programmer-Modeler  \
 \ 512-583-4734.wrk \ [EMAIL PROTECTED]\ Visualize Whirrled Peas \
  \ 832-722-7961.cel \ [EMAIL PROTECTED]  \ http://www.nol.net/~rts \



___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user



Re: [Gimp-user] Script-Fu command line parsing help needed

2001-04-11 Thread Jeff Trefftzs

Try escaping the embedded tick mark with a backslash:

/usr/bin/gimp -i -d -c -b '(script-fu-bla-bla "Let\'s Go\!")' 
'(gimp-quit 0)'

At a guess it's a shell problem.  You may want to escape the 
exclamation point, too.


-- 
--Jeff
Jeff Trefftzs [EMAIL PROTECTED]
http://www.tcsn.net/trefftzsHome Page
http://gug.sunsite.dk/gallery.php?artist=68 Gimp Gallery
http://members4.clubphoto.com/jeff309574A photo gallery



___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user