Re: [racket] How to provide module bindings required with for-doc

2014-01-11 Thread Matthew Flatt
There's no `(provide (for-doc ...))`, so far. I don't yet know how to make it work, but the problem is at least on my radar. At Fri, 10 Jan 2014 17:43:03 -0800, Scott Klarenbach wrote: > How can one file provide the bindings it required using the for-doc subform > to other modules that wish to req

Re: [racket] Dr. Racket and XCompose

2014-01-11 Thread Matthew Flatt
Yes, I think it's the toolkit. Racket builds on Gtk for its GUI on Unix/X, and my impression is that Gtk does not use XCompose. At Fri, 10 Jan 2014 17:24:38 -0800, "Edward Z. Yang" wrote: > Hey folks, > > I was attempting to use some of my XCompose bindings while in > DrRacket, but it didn't work

Re: [racket] Client-side cookies

2014-01-11 Thread Duncan Bayne
On Thu, Jan 9, 2014, at 05:08 PM, Roman Klochkov wrote: > I'm making fully RFC6265 compliant cookie support for net/url and http. > https://github.com/Kalimehtar/client-cookies > > It is still pre-alpha, but, I hope, will be ready in 2-3 weeks. That looks really exciting. I'm busy re-writing

Re: [racket] Client-side cookies

2014-01-11 Thread Evan Donahue
Out of curiosity, are there any extant plans or efforts beyond Jay's work on http-client aimed at net/ related functionality? Just wondering, Evan On Thu, Jan 9, 2014 at 5:08 PM, Roman Klochkov wrote: > I'm making fully RFC6265 compliant cookie support for net/url and http. > https://github.c