If I require scheme with a prefix...

(require (for-label (prefix-in scheme: scheme)))

and want to link to an identifier from scheme,

@schemelink[scheme:erro...@schemeidfont{error}}

I get the following error in the build:

setup-plt: WARNING: undefined tag in ....scrbl:
setup-plt:  (undef "--UNDEFINED:scheme:error--")

But, the link is fine in the HTML documentation.

Also, I think @schemelink should have a #:underline? option so I can
make this bit of documentation look like a normal variable reference.

It would be simple to add to manual-scheme.ss, but I'm not familiar
with the syntax keyword pattern, so I won't attempt it.

Another convenience would be to be able to write something like:

@scheme[#:prefix scheme: error]

or

@scheme[#:unprefix? #t scheme:error]

for the same effect

Jay

-- 
Jay McCarthy <[email protected]>
Assistant Professor / Brigham Young University
http://teammccarthy.org/jay

"The glory of God is Intelligence" - D&C 93
_________________________________________________
  For list-related administrative tasks:
  http://list.cs.brown.edu/mailman/listinfo/plt-dev

Reply via email to