RE: [racket-users] scribble/eval interaction hyperlinks locally bound variables

2016-10-27 Thread Jos Koot
] Sent: jueves, 27 de octubre de 2016 16:46 To: Jos Koot Cc: Racket Users Subject: Re: [racket-users] scribble/eval interaction hyperlinks locally bound variables > On Oct 27, 2016, at 5:34 AM, Jos Koot <jos.k...@gmail.com> wrote: > > Consider: > #lang scribble/manual >

Re: [racket-users] scribble/eval interaction hyperlinks locally bound variables

2016-10-27 Thread Matthias Felleisen
> On Oct 27, 2016, at 5:34 AM, Jos Koot wrote: > > Consider: > #lang scribble/manual > @(require (for-label racket) scribble/eval)) > @interaction[(let ((add1 sub1)) (add1 1))] > In the produced HTML file the locally bound variable 'add1' > is linked (in blue) to the docs

[racket-users] scribble/eval interaction hyperlinks locally bound variables

2016-10-27 Thread Jos Koot
Consider: #lang scribble/manual @(require (for-label racket) scribble/eval)) @interaction[(let ((add1 sub1)) (add1 1))] In the produced HTML file the locally bound variable 'add1' is linked (in blue) to the docs of Racket's procedure 'add1'. The same problem with @racket[...] I can avoid this