[racket] secref and relalive paths

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Fri Jul 16 06:08:55 EDT 2010

This bug is now fixed.

The bug affected only single-page HTML generation, as opposed to
multi-page HTML, which is probably why the problem went undetected for
so long.

At Fri, 16 Jul 2010 08:18:36 +0200, Laurent wrote:
> On Thu, Jul 15, 2010 at 11:32, Laurent <laurent.orseau at gmail.com> wrote:
> 
> > Hi,
> >
> > The following scribble code (DrRacket 5.0.0.9, Ubuntu Lucid) :
> >
> > #lang scribble/manual
> >
> > @secref["plop"]
> >
> > @section[#:tag "plop"]{Plop}
> >
> >
> > Produces an absolute path for the secref link, which is not what I want.
> >
> 
> This is an issue because when embedded in a distribution, this absolute path
> is not using the runtime-path of the file.
> It even makes the executable crash on some Vista computers (but apparently
> not all (?)).
> 
> 
> 
> > Do I misuse it or is this a bug?
> >
> > Thanks,
> > Laurent
> >
> _________________________________________________
>   For list-related administrative tasks:
>   http://lists.racket-lang.org/listinfo/users


Posted on the users mailing list.