> On Feb 14, 2017, at 8:36 AM, David Storrs <[email protected]> wrote: > > I have murphy/protobuf installed and I'd like to look at the source code. > How do I find it?
I think you’re looking for the ‘collection-file-path’ function, if you want to do it programmatically. Alternatively, If you just want to open up the file, I usually just type (require protobuf) in a buffer, and right-click to go to the collection’s main.rkt. John > > I tried: > > (find-system-path 'collects-dir) ;; yields ../collects, which is useless > /Applications/Racket_v6.6/collects ;; nothing > /Library/Application Support/ ;; no directory for Racket > ~/Library/Application Support/ ;; no directory for Racket > > I'm looking for a way to do this programmatically so I'm not flailing around > in the future. Where should I be looking? > > > > > -- > You received this message because you are subscribed to the Google Groups > "Racket Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

