<div>Is it possible to improve the print-values wrapping in modbeg.ss?</div><div><br></div><div>Consider this example:</div><div><br></div><div>&gt; (expand-syntax</div><div>     #&#39;(module m scheme/base</div><div>         (define a 1)</div>
<div>         a))</div><div><br></div><div>Click on the blue arrow in DrScheme, and see:</div><div><br></div><div><div>(module m scheme/base</div><div>  (#%module-begin</div><div>   (define-values (a) &#39;1)</div><div>   (#%app call-with-values (lambda () a) print-values)))</div>
<div><br></div><div>Now click on the variable name a in the last line.</div><div><br></div><div>The problem is that the entire #%app expression is chosen,</div><div>and not just the variable.</div><div><br></div><div>-- </div>
</div>Jens Axel Søgaard<br><br><br>