[racket] [scribble] hyperlink bug?
Oups, indeed -- long time without scribbling and I had forgotten that "little" detail...
Surprising that Safari manages to figure out the problem and fix it!
Thanks and sorry for the noise,
-- Éric
On Apr 12, 2011, at 8:51 PM, Matthew Flatt wrote:
> I don't know why it works in Safari, but I think you meant to use square brackets for the arguments to 'hyperlink'.
>
>
>
> On Apr 12, 2011, at 9:10 PM, Eric Tanter <etanter at dcc.uchile.cl> wrote:
>
>> Hi,
>>
>> In the OOPLAI source, I link to an external file using an absolute address as follows:
>> @hyperlink{"http://www.dcc.uchile.cl/etanter/defmac.rkt" @scheme[defmac]}
>>
>> In the generated page (*), the link works correctly under Safari, but fails under Firefox and Chrome. In these browsers, clicking on the link goes to:
>> "http://www.dcc.uchile.cl/~etanter/ooplai/%22http://www.dcc.uchile.cl/etanter/defmac.rkt%22"
>>
>> which of course does not work.
>>
>> Strange, isn't it?
>>
>> -- Éric
>>
>> (*) see http://www.dcc.uchile.cl/~etanter/ooplai/From_Functions_to_Simple_Objects.html
>> the first margin note
>>
>>
>> _________________________________________________
>> For list-related administrative tasks:
>> http://lists.racket-lang.org/listinfo/users
>>
>