16:11 (topic) -: Racket -- http://racket-lang.org/ (logs at http://racket-lang.org/irc-logs/ ) 16:11 (names) -: gabot samth Yann1 tommc carleastlund jeapostrophe_ jonrafkind mattmight spacebat MayDaniel writer mceier pygospa jao clklein tonyg emma stamourv certainty Axsuul fmu offby1 Ogion_ Eren lisppaste His_Shadow askhader _p4bl0 mario-goulart rudybot seth jeapostrophe sid3k alexsuraci Pepe_ chandler rapacity tcoppi bremner tewk eli @ChanServ 16:11 samth: ask, and ye shall recieve 16:11 jonrafkind: i want a pony 16:11 samth: i doubt that 16:27 (quit) MayDaniel: 16:38 (quit) tommc: Ping timeout: 265 seconds 16:43 jeapostrophe: news on the xvnc sitch 16:43 jeapostrophe: Xvnc does not seem to support an X11 mouse unless there is a client attached 16:43 samth: you've reimplemented it in racket? 16:44 samth: that's very weird 16:44 jeapostrophe: i don't 16:44 jeapostrophe: follow you 16:45 jeapostrophe: the tests pass if I have a vnc viewer open to the server, but not without a client 16:45 jeapostrophe: very odd 16:45 samth: i was making a joke, but your second sentence was pasted before i got mine in 16:45 jeapostrophe: ah 16:45 jeapostrophe: :) 16:45 jeapostrophe: either there is an option i am not using (please google) 16:45 samth: can you just create a real x session on the drdr machine and run xvfb? 16:45 jeapostrophe: or i will need to have a client always running (please google) 16:46 jeapostrophe: there is no monitor/card 16:46 jeapostrophe: so no 16:49 samth: hmm, unfortunate 16:54 jeapostrophe: oh man this is stupid 16:55 jeapostrophe: i can just run another vnc server and open up vncviewers to all the others 16:55 samth: can you use fbvnc as a client? 16:55 jonrafkind: clklein, here is my dumb macro that makes term-match slightly simpler 16:55 samth: since that just uses a framebuffer? 16:55 jonrafkind: ok copy/paste doesnt work.. 16:56 jeapostrophe: this is much better because if i ever want to i can login in to THAT xvnc and see everything 16:56 samth: clever 17:08 jonrafkind: (define-syntax-rule (redex/match language expression [pattern body ...] ...) 17:08 jonrafkind: ((term-match/single language 17:08 jonrafkind: [pattern (begin body ...)] 17:08 jonrafkind: ...) 17:08 jonrafkind: expression)) 17:14 (quit) writer: Ping timeout: 272 seconds 17:15 (join) writer 17:19 (join) danbrown 17:31 (join) b-man_ 17:32 (quit) Yann1: Ping timeout: 240 seconds 17:33 samth: jeapostrophe, looks like it didn't work 17:33 jeapostrophe: ya 17:35 (quit) b-man_: Read error: Connection reset by peer 17:36 jeapostrophe: i have another bad idea 17:36 jeapostrophe: i think the many vncviewers interfered with each other 17:36 jeapostrophe: so i could start them in pairs 17:37 (join) Yann1 17:37 jeapostrophe: which is more like the test i originally did 17:37 samth: or you could buy a video card :) 17:39 jeapostrophe: i don't think that would solve the problem 17:40 samth: i think then xvfb would work 17:40 jeapostrophe: i have no reason to believe that 17:40 jeapostrophe: i'll try if this doesn't work 17:40 samth: it worked correctly when i tested it 17:42 jeapostrophe: clearly this sort of thing is subtle, so i'm not confident it would work when i did it 17:56 (join) MayDaniel 18:20 (quit) writer: Read error: Operation timed out 18:24 (quit) jeapostrophe_: Quit: jeapostrophe_ 18:29 (quit) danbrown: Remote host closed the connection 18:37 (join) writer 19:14 (quit) MayDaniel: 19:20 (quit) mceier: Quit: leaving 19:35 (join) jeapostrophe_ 19:50 (quit) jeapostrophe_: Quit: jeapostrophe_ 20:35 (quit) jonrafkind: Ping timeout: 276 seconds 20:36 (join) jeapostrophe_ 20:37 (quit) jeapostrophe_: Client Quit 21:43 (quit) carleastlund: Quit: carleastlund 21:57 offby1: Anyone know an easy way to run all the various rackunit tests in various modules in a project?