Just added to CVS. Use '--no-image-alt' form the command line or
^^^^^^^^^^^^^^^^^^^
'no_image_alr = true' from the config file (.pluckerrc).
See above, you will have to download the CVS tree and compile it to get this option.
That change is in the parser, which is python -- so you don't have to recompile, just copy it to the right place. (There may be a few strings that start with "@" that you have to replace by hand.)
Jim,
Now that you "wet my appetite" with not having to compile, any more help would be appreciated.
I greped through all the directories under parser/python/* and couldn't find anything like "image_al". I was not very surprised to not find it, but since I didn't find it, I have no idea what to look for to see where it should go. So ....
Then I greped for [img] and found the following files.
python/PyPlucker/PluckerDocs.py python/PyPlucker/PluckerDocs.pyc python/PyPlucker/TextParser.py python/PyPlucker/TextParser.pyc
I am fairly sure that replacing "[img]" with "" probably wont get me what I want as I'll still have a line feed. Also, what about the *.pyc files? I am guessing when I finally change the correct *.py files I'll have to change them to *.pyc (compliled Python?) to get them picked up.
As you can see I know enough to be dangerous and that's about it :) ? :(
If you have more advice, thanks. If not ... thanks anyway.
Thanks, Russell _______________________________________________ plucker-list mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-list

