[racket-users] Using Chez Scheme libraries with Racket CS?

2020-10-08 Thread primer
I'm new to Racket and have not yet played with Racket CS. My question is whether the Chez Scheme libraries are available. For example, is it possible to do something like (require chezscheme) and then use (fork-thread ...) to create a native thread? -- You received this message because you

[racket-users] error message in DrRacket

2020-10-08 Thread Albert Wagner
Clicking on DrRacket->Help->Racket Documentation yields this error message: browser-run: process execute failed: '("file:///usr/racket/doc/index.html") /bin/sh: 1: file:///usr/racket/doc/index.html: not found When that URL is manually entered into my browser it properly brings up "Racket

Re: [racket-users] mircrosoft edge shows blank page for https://racket-lang.org/

2020-10-08 Thread Stephen De Gabrielle
Hi Jos Can you turn on developer tools, to see if you can spot any errors? (maybe check the network tab) Kind regards Stephen On Thu, 8 Oct 2020 at 21:32, Jacob Jozef wrote: > Windows 10. > > Never seen this problem before. > > Mircrosoft edge shows blank page for https://racket-lang.org/ > >

[racket-users] mircrosoft edge shows blank page for https://racket-lang.org/

2020-10-08 Thread Jacob Jozef
Windows 10.Never seen this problem before.Mircrosoft edge shows blank page for https://racket-lang.org/Internet explorer and Google chroome do not have this problem.I use Microsoft edge as default browser and would like to keep it that way.Any suggestions?Thanks, JosĀ  -- You received this

Re: [racket-users] How to redirect only some library documentation in Scribble

2020-10-08 Thread William J. Bowman
On Wed, Oct 07, 2020 at 07:24:37AM -0600, Matthew Flatt wrote: > At Tue, 29 Sep 2020 17:51:42 -0700, "William J. Bowman" wrote: > > I'm writing a large Scribble document which links to package > > documentation. I link to normal Racket documentation, and currently > > redirect those to the main