I'm messing around with PDFTalk4GemStone (
https://wiki.pdftalk.de/doku.php?id=pdftalk4gemstone) and trying to read a PDF but getting an error because GsFile>>#atEnd returns nil when there is an error and the PDFTalk code expects a boolean only.
How can I change tODE to be able to browse the classes that are loaded into the PDFTalk symbol dictionary used in my session?
When I do an e.g.
browse class Document
The PDFTalk class Document doesn't appear in the list of classes tODE finds though I can use it in an eval e.g.
eval `Document new`
Thanks!