00:06 (join) sunnyps 00:12 (quit) sunnyps: Quit: Ex-Chat 00:12 (join) sunnyps 00:13 (join) sunnyps_ 00:13 (quit) sunnyps: Client Quit 00:13 (quit) sunnyps_: Read error: Connection reset by peer 00:14 (join) sunnyps 00:14 (quit) sunnyps: Client Quit 00:14 (join) sunnyps 00:21 (quit) sunnyps: Quit: Ex-Chat 00:22 (join) sunnyps 00:22 (quit) sunnyps: Client Quit 00:22 (join) sunnyps 04:28 (quit) drhodes: *.net *.split 04:28 (quit) bartwe_: *.net *.split 04:28 (quit) rapacity: *.net *.split 04:28 (quit) tewk: *.net *.split 04:28 (join) bartwe_ 04:28 (join) rapacity 04:28 (join) drhodes 04:28 (join) tewk 04:53 (join) masm 06:27 (join) jorge_ 06:27 jorge_: hello to all 06:29 jorge_: anyone know a code analyzer for c or c + + written in scheme? 06:30 jorge_: or where can I read about it? 06:34 (quit) sunnyps: Quit: Ex-Chat 06:35 (join) sunnyps 06:55 (quit) jorge_: Quit: Page closed 09:41 (join) sku 09:43 sku: hello. Sorry, but I'm interested in how this feature should work. There is a hot key "M-S-L : wrap selection in (lambda () ...)" 09:44 sku: but I can't call it. 09:44 sku: Is S stands for shift or something else? 09:44 sku: (I have flag 'keybindings from menu' unchecked) 09:48 sku: linux i386, racket 5.0 09:51 sku: wow, it works if capslock is on 09:52 sku: l is small then, as expected by keybind definition in the keybinding definition list, not in online docs 09:52 sku: thanks! 10:20 (quit) sku: Remote host closed the connection 12:03 (join) jonrafkind 12:38 (join) deren 12:52 deren: anyone having troubles starting drscheme today? 12:54 jonrafkind: worked ok for me 12:54 jonrafkind: what version do you have 12:55 (quit) sunnyps: Quit: Ex-Chat 12:57 deren: mmm... how can I tell without starting it? 12:58 deren: whatever is in debian stable I guess 12:58 jonrafkind: is it new? 12:58 jonrafkind: mzscheme -v 12:58 jonrafkind: or racket -v 12:58 deren: 4.0.1 12:58 jonrafkind: what happens when you run drscheme 12:59 deren: The loading window opens, load bar gets about 66% across, then it just quits. 12:59 deren: I actually had a similar issue last time someone had a birthday *cough* 12:59 jonrafkind: hm wierd.. the only solution i can offer is to download a new version of racket and using that 12:59 jonrafkind: yea it could be a birthday issue 13:00 deren: unfortunately racket is i386 and I'm running x64 and I am too lame to know how to chroot to run 32-bit programs 13:01 deren: well, thx anyway, just vim until tomorrow I guess 13:01 jonrafkind: ok 13:01 jonrafkind: sorry 13:01 deren: np, that's what I get for running debian ;) 13:02 jonrafkind: isnt debian stable like older than dirt? 13:02 jonrafkind: i heard m ost people run testing or unstable 13:03 deren: you know, I use my computer as a glorified text editor, so 99% of the time, debian stable is great 13:03 jonrafkind: heh 13:05 deren: ohhh I think I found the problem, not birthday related 13:05 deren: I just uninstalled Opera after much heartache. DrScheme is looking for it still, even though I changed default browser settings in gnome. 13:07 deren: hmm 13:07 jonrafkind: you can hack the config file 13:07 jonrafkind: in ~/.plt-scheme/preferences or whatever 13:07 deren: yeah, just switched it from opera to iceweasel and still failing 13:08 deren: but, change it to firefox, and it works. 13:08 deren: weird 13:08 deren: firefox is just symlinked to iceweasel 13:09 jonrafkind: i think drscheme only understands a few hard coded options 13:09 deren: ahh 13:09 deren: weird to have that, *and* a config file 13:15 jonrafkind: what, mzschemerc ? 13:16 deren: no, I mean have a preferences file referencing external programs, but only hardcoding a few options. 13:16 jonrafkind: oh ya 13:17 deren: subject-change: should I prefer foldr/l to apply? 13:18 jonrafkind: i dont think they behave the same 13:18 deren: e.g. (apply string-append data) or (foldr string-append "" data) 13:19 jonrafkind: isn't it foldl that uses constant space 13:19 deren: yeah :( 13:19 deren: but string-append isn't associative ;) 13:19 jonrafkind: in msot cases it probably doesnt matter 13:19 jonrafkind: do you have tons of data? 13:20 deren: not really, 256 items per call 13:20 jonrafkind: probably using any apply/foldr/foldl would be ok 13:34 (quit) jonrafkind: Ping timeout: 240 seconds 13:55 (quit) adadgltmut: Max SendQ exceeded 13:57 (join) adadgltmut 14:10 (join) dzhus 14:12 dzhus: Hello there, I have some problems. That's what I get when running gracket from 5.0: http://paste.pocoo.org/show/233168/ 14:14 dzhus: (few hundred similar lines skipped from backtrace) 14:16 bremner: dzhus: I probably can't help, but you could start by giving more information about what build and what OS (Linux? What distro?, what architecture?) 14:16 dzhus: GNU/Linux, x86, 32bit, Gentoo 14:16 bremner: and the binaries from racket-lang.org, or gentoo build? 14:17 dzhus: Self-built 14:17 dzhus: from source 14:17 dzhus: Oh yes, the most interesting part is that gracket runs fine from build folder but fails with above error when installed system-wide. 14:18 deren: so library paths are wrong? 14:18 dzhus: Problem report 10966 is perhaps the same issue 14:20 bremner: dunno, my self built 5.0 is working OK on debian squeeze, installed system wide. 14:20 bremner: I'm on amd64 fwiw. 15:07 dzhus: What does this thing mean at all? 15:39 bremner: just that your process received a signal afaik 15:40 deren: SIGABRT is pretty much "you're screwed, nuke everything" 15:41 bremner: it could be some called 'abort()' as well, I suppose. 15:43 deren: what are you doing to install it system-wide dz? 15:44 dzhus: the ebuild script used by Gentoo does `make install` 15:45 dzhus: or `make plain-install` but gracket fails either way 15:53 deren: I am building now to give it a try (debian stable AMD 64) 16:05 deren: so, I just built from source... where is DrRacket? 16:07 dzhus: src/gracket/gracket3m but this should work anyways 16:08 deren: weird, for me it is just command line 16:08 deren: oh 16:08 deren: gracket, yeah 16:08 deren: but that's just the little editor, not DrRacket 16:10 deren: anyway, it runs for me in any directory I copy it to 16:12 dzhus: yeah that's really strange problem I have 16:13 deren: well I found drracket. It runs fine for me. :( 16:40 deren: actually now that I've tried it, the fonts are all messed up, it's clashing with DrScheme something fierce. 16:43 (join) jonrafkind 16:47 (part) deren 16:58 bremner: deren: do the packages here http://pivot.cs.unb.ca/debian/pool/main/p/plt-scheme/ work for you? 17:00 dzhus: I give up, I've sent a bug report so hopefully Racket upstream helps me somehow :-\ 17:35 (join) shkk 19:23 (quit) dzhus: Ping timeout: 245 seconds 20:16 (quit) masm: Quit: Leaving. 20:52 (join) jao 21:47 (part) shkk 21:49 (quit) jao: Ping timeout: 265 seconds 22:10 (join) shkk 23:14 (join) sunnyps 23:16 (quit) sunnyps: Client Quit 23:17 (join) sunnyps 23:25 (quit) shkk: Quit: Page closed