00:07 (quit) littlebobby: Quit: Ex-Chat 00:35 (join) RacketCommitBot 00:35 RacketCommitBot: [racket] plt pushed 1 new commit to master: http://bit.ly/n4qKUF 00:35 RacketCommitBot: [racket/master] when moving the insertion point due to a search, use call-as-primary-owner - Robby Findler 00:35 (part) RacketCommitBot 00:44 (quit) dnolen: Quit: dnolen 01:06 (join) xenon2 01:09 xenon2: hello. is it possible to capture a screenshot of entire screen or a window (not my program's window) with racket? 01:18 (quit) tunes: Ping timeout: 255 seconds 01:18 (join) tunes 01:21 (join) realitygrill 02:40 (nick) Lajla -> DasThomasMitDemP 02:40 (nick) DasThomasMitDemP -> Lajla 02:41 (join) tansaku 02:42 (join) vu3rdd 02:42 (quit) vu3rdd: Changing host 02:42 (join) vu3rdd 02:57 (join) dherman 03:05 (quit) dherman: Quit: dherman 03:06 (join) dherman 03:10 (quit) dherman: Client Quit 03:11 (join) dherman 03:44 (join) psamathos 03:46 psamathos: Is it possible to create an NSApplication from racket without using #lang racket/gui? Without it I get a nil-pointer from [NSApplication sharedApplication] and with I get an error "_createMenuRef called with existing ..."? 03:46 psamathos: I want to use my own custom application delegate and event-loop 03:52 (quit) dherman: Quit: dherman 04:40 (join) halter73 04:40 halter73: Hey everyone 04:40 halter73: I am trying to learn call/cc 04:41 halter73: but I am having an issue understanding why a modification of the generator example on the wikipedia article of call/cc isn't working as I expect 04:41 halter73: Is anyone actually paying attention to this channel btw? 04:44 halter73: anyone? 05:04 (join) jeapostrophe 05:12 (quit) jeapostrophe: Quit: jeapostrophe 06:09 (quit) xenon2: Quit: CGI:IRC (Session timeout) 06:13 (join) mceier 06:37 (quit) halter73: Quit: Page closed 06:38 (join) lucian 06:45 (join) tfb 06:48 (join) jasoegaard 07:03 (quit) jasoegaard: Ping timeout: 252 seconds 07:13 (join) jasoegaard 07:15 (part) snorble 07:31 (join) mithos28 07:39 (quit) mithos28: Quit: mithos28 07:45 (quit) lucian: Read error: Operation timed out 07:53 (join) lucian 07:58 (quit) MayDaniel: Read error: Connection reset by peer 08:12 (quit) jasoegaard: Ping timeout: 252 seconds 08:15 (join) jasoegaard 08:35 (join) jeapostrophe 08:36 (join) snorble 08:46 (quit) jasoegaard: Ping timeout: 252 seconds 08:52 (join) jonrafkind 09:20 (quit) psamathos: Ping timeout: 252 seconds 09:26 (join) anRch 09:29 (join) dnolen 09:42 (quit) jeapostrophe: Quit: jeapostrophe 09:42 (quit) tfb: Quit: gone 10:16 (quit) anRch: Quit: anRch 10:26 (join) RacketCommitBot 10:26 RacketCommitBot: [racket] plt pushed 1 new commit to master: http://bit.ly/nSX7Tv 10:26 RacketCommitBot: [racket/master] fix a kill-safety problem in the module name resolver - Matthew Flatt 10:26 (part) RacketCommitBot 10:29 (quit) jonrafkind: Ping timeout: 252 seconds 10:35 (quit) dnolen: Quit: dnolen 11:48 (join) racket-hobbyist 11:49 racket-hobbyist: hello, I have a question about displaying images in scheme/gui. can anyone help me out? 11:51 racket-hobbyist: *racket/gui, my bad 12:02 (quit) racket-hobbyist: Quit: Page closed 12:09 (quit) lucian: Ping timeout: 264 seconds 12:09 (join) lucian_ 12:10 (nick) lucian_ -> lucian 12:11 (join) MayDaniel 12:21 (join) jeapostrophe 12:28 (join) shofetim 12:29 (quit) shofetim: Remote host closed the connection 12:34 vu3rdd: Can someone explain the difference between namespace and environment? I read the docs a few times but I can't seem to understand the difference. 13:06 (join) jasoegaard 13:29 (join) Twilight-Sparkle 13:43 Twilight-Sparkle: http://docs.racket-lang.org/games/index.html 13:43 Twilight-Sparkle: How do I run one of these? 13:44 Twilight-Sparkle: I found it! load collects/games/main.rkt 13:53 Twilight-Sparkle: paint by numbers says "expected argument of type ; given 26587/128"" 14:03 Twilight-Sparkle: I can't run checkers, it says "Checkers requires OpenGL, but there was an error initializing the OpenGL context. Maybe OpenGL is not supported by the current display." 14:03 Twilight-Sparkle: Does anyone know how to sort that? 14:22 rapacity: is there a racket function for globbing filenames ? 14:24 (join) jonrafkind 14:25 (quit) jeapostrophe: Quit: jeapostrophe 14:27 Twilight-Sparkle: I don't think so (no mention of glob or relevant procedures in the paths category), you could write one using fold-files from there http://docs.racket-lang.org/reference/Filesystem.html 14:48 (join) jeapostrophe 14:49 (quit) jeapostrophe: Client Quit 14:50 jasoegaard: For what it is worth: Checkers for me on Racket 5.1.1 on OS X 10.5. 14:51 Twilight-Sparkle: I'm on slackware 14:56 jasoegaard: There is a glob function in: http://planet.racket-lang.org/package-source/oesterholt/ho-utils.plt/1/6/sutil.scm 14:56 rudybot: http://tinyurl.com/3pqdb34 14:56 jasoegaard: Haven't tried it though. 15:45 (join) littlebobby 15:46 rapacity: thanks, it worked well 15:47 (quit) vu3rdd: Remote host closed the connection 15:52 (quit) rekahsoft: Ping timeout: 264 seconds 15:54 (join) rekahsoft 17:37 (quit) lucian: Ping timeout: 264 seconds 17:41 asumu: Twilight-Sparkle: the paint-by-numbers bug was fixed at some point so if you use a newer Racket it should be gone 17:41 asumu: Also plt-games should be in the bin folder of your Racket install. 17:46 (quit) kennyd: Ping timeout: 250 seconds 17:49 (join) kennyd 18:00 (quit) MayDaniel: 18:05 (join) JuanDaugherty 18:27 (quit) mceier: Quit: leaving 18:36 (quit) JuanDaugherty: Remote host closed the connection 18:51 (join) jeapostrophe 19:16 (join) 17SAA245G 19:16 (join) 18WAA90M9 19:17 (quit) jeapostrophe: Quit: jeapostrophe 19:22 (join) hussaibi_ 19:22 (join) hussaibi__ 19:26 (quit) 17SAA245G: Ping timeout: 258 seconds 19:26 (quit) 18WAA90M9: Ping timeout: 255 seconds 20:09 (join) herenowcoder 20:10 herenowcoder: hello. 20:10 herenowcoder: I'm pretty much lost with googling this: how to change default browser fired by racket when showing docs? 20:13 herenowcoder: I mean, used by (help) ? 20:13 jonrafkind: preferences -> browser maybe 20:14 jonrafkind: its definately somewhere in preferences 20:16 herenowcoder: yeah there is. Well, I rarely use drracket, being accustomed to plain commandline environment. 20:18 herenowcoder: thx for pointing me back to it :) 20:20 (join) jeapostrophe 20:27 (join) RacketCommitBot 20:27 RacketCommitBot: [racket] plt pushed 1 new commit to master: http://bit.ly/oJTJz8 20:27 RacketCommitBot: [racket/master] improve send error message in the case that there is only one arg - Robby Findler 20:27 (part) RacketCommitBot 20:52 (quit) herenowcoder: Quit: leaving 20:57 (quit) realitygrill: Quit: realitygrill 20:59 (join) RacketCommitBot 20:59 RacketCommitBot: [racket] plt pushed 1 new commit to master: http://bit.ly/qQOe6G 20:59 RacketCommitBot: [racket/master] Make `mzlib/etc' reprovide `identity' from `racket/function'. - Eli Barzilay 20:59 (part) RacketCommitBot 21:01 (join) RacketCommitBot 21:01 RacketCommitBot: [racket] plt pushed 1 new commit to master: http://bit.ly/nsxqi3 21:01 RacketCommitBot: [racket/master] Move the lncs ignore into its own directory. - Eli Barzilay 21:01 (part) RacketCommitBot 21:08 (join) halter73 21:09 halter73: Hi guys. I have a question pertaining to call/cc 21:09 halter73: Is anyone there? 21:10 halter73: I tried the mailing list but my question has been pending moderator approval for over 15 hours... 21:10 halter73: I also tried this list last night 21:10 halter73: by this list I mean IRC 21:11 halter73: Anyone? 21:11 halter73: Well heres the gist: 21:11 halter73: https://gist.github.com/1129202 21:11 halter73: The opening comment explains the issue 21:20 (quit) jeapostrophe: Quit: jeapostrophe 21:29 (quit) hussaibi__: Read error: Connection reset by peer 21:29 (join) hussaibi__ 21:31 (join) hussaibi 21:34 (quit) hussaibi_: Ping timeout: 264 seconds 21:34 (join) hussaibi_ 21:34 (quit) hussaibi__: Ping timeout: 250 seconds 21:53 halter73: Anyone there? 21:53 offby1: nobody here but us zombie processes. 21:53 (join) beelike 21:54 (join) JuanDaugherty 21:54 beelike: hello. does racket have any functions for capturing screen? 21:54 offby1: halter73: if this isn't a school assignment, note that racket now has generators more or less like Python's 21:54 offby1: beelike: I don't think so 21:55 halter73: I understand 21:55 halter73: I was trying to teach myself call/cc 21:55 halter73: but I don't understand the behavior 21:55 halter73: I was hoping someone could explain it to me 21:55 offby1: not I 21:55 offby1: I never quite grokked it 21:56 offby1: I use "let/ec" once in a while, but I don't think I've ever used call/cc 22:07 (join) dherman 22:13 (quit) halter73: Quit: Page closed 22:34 (quit) hussaibi_: Read error: Connection reset by peer 22:34 (join) hussaibi__ 22:44 (join) dnolen 23:12 (quit) JuanDaugherty: Remote host closed the connection 23:46 (join) realitygrill