<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div><blockquote type="cite">1. I had two small problems with the installation: <br>-- the first one is about mismatched compiled code <br><br><blockquote type="cite">raco setup: 7 making: <pkgs>/describe/describe/scribblings<br>get-doc-info error: /Users/matthias/Library/Racket/6.0.1.11/pkgs/pollen/doc/pollen/in.sxref::0: read (compiled): wrong version for compiled code<br></blockquote></blockquote><div><br></div><div><br></div><div>I deleted the dependency on 'describe', which ought to fix the problem.</div><div><br></div><div><br></div><div><br></div><blockquote type="cite">-- the second one is about an undefined tag in the docs: <br><br>raco setup: WARNING: undefined tag in <pkgs>/pollen/scribblings/pollen.scrbl:<br>raco setup:  ((lib "pollen/decode.rkt") wrap-hanging-quotes)<br></blockquote><div><br></div><div><br></div><div>I added this function to the docs, which ought to fix the problem.</div><div><br></div><div><br></div><div><br></div><div><br></div><br><blockquote type="cite">2. I had a minor problem with the pollen 'server'. I run scribble to document code with for-label imports. I get this right with roughly this script, a poor man's pollen: <br><br><blockquote type="cite">scribble --html ++xref-in setup/xref load-collections-xref \<br>          --dest Tmp/ \<br>          $1.scrbl <br>open ~/0Unison/0Web/OnHtDP/Source/Tmp/$1.html<br></blockquote><br>But with raco pollen I get cross references underlined in red. Is there a file (.pollenrc?) where I can specify scribble options? <br><br>My quick read of the pollen docs didn't get me an answer. <br></blockquote><div><br></div><div><br></div><div>Right, there's nothing in the docs about that, because so far, I'm not exposing any configuration options for the Scribble rendering. </div><div><br></div><div>I could, however. Under the hood, I'm just using (dynamic-require 'scribble/render 'render) to create the output, which is where those command-line options ultimately end up. [1]</div><div><br></div><div>If you want to show me the .pollenrc you'd ideally be able to write, I can try adding this capability.</div></div><br><div><br></div><div><br></div><div>[1] <a href="http://docs.racket-lang.org/scribble/renderer.html?q=render#(def._((lib._scribble/render..rkt)._render))">http://docs.racket-lang.org/scribble/renderer.html?q=render#%28def._%28%28lib._scribble%2Frender..rkt%29._render%29%29</a></div></body></html>