02:33:25 RocksHound [~rtc@108-232-158-49.lightspeed.tukrga.sbcglobal.net] has joined #ccl 03:00:46 -!- Fare [~fare@173-9-65-97-NewEngland.hfc.comcastbusiness.net] has quit [Ping timeout: 256 seconds] 03:13:56 Fare [fare@nat/google/x-uumjoqnvivbaffkj] has joined #ccl 04:13:24 -!- dented42 [~dented42@opengroove.org] has quit [Quit: ZNC - http://znc.in] 04:20:36 -!- RocksHound [~rtc@108-232-158-49.lightspeed.tukrga.sbcglobal.net] has quit [Ping timeout: 264 seconds] 05:15:04 -!- Fare [fare@nat/google/x-uumjoqnvivbaffkj] has quit [Ping timeout: 256 seconds] 05:29:56 Fare [~fare@173-9-65-97-NewEngland.hfc.comcastbusiness.net] has joined #ccl 05:47:08 -!- Fare [~fare@173-9-65-97-NewEngland.hfc.comcastbusiness.net] has quit [Ping timeout: 272 seconds] 06:18:29 Krystof [~user@81.174.155.115] has joined #ccl 09:54:14 -!- jdz [~jdz@85.254.212.34] has quit [Quit: Byebye.] 10:01:17 jdz [~jdz@85.254.212.34] has joined #ccl 10:51:08 sellout- [~Adium@c-98-245-92-119.hsd1.co.comcast.net] has joined #ccl 10:51:27 -!- sellout [~Adium@c-98-245-92-119.hsd1.co.comcast.net] has quit [Read error: Connection reset by peer] 11:01:09 Hans-Martin [~quassel@2001:4dd0:f8b3:1:60be:9ebc:4752:586c] has joined #ccl 12:21:11 -!- Vivitron [~Vivitron@pool-98-110-213-33.bstnma.fios.verizon.net] has quit [Remote host closed the connection] 13:13:01 Vivitron [~Vivitron@pool-98-110-213-33.bstnma.fios.verizon.net] has joined #ccl 13:14:00 alms_ [~alms_@209-6-130-32.c3-0.bkl-ubr1.sbo-bkl.ma.cable.rcn.com] has joined #ccl 13:30:20 Fare [~fare@173-9-65-97-NewEngland.hfc.comcastbusiness.net] has joined #ccl 13:34:11 malodyets [32671376@gateway/web/freenode/ip.50.103.19.118] has joined #ccl 13:34:32 -!- malodyets [32671376@gateway/web/freenode/ip.50.103.19.118] has left #ccl 13:49:11 -!- sellout- [~Adium@c-98-245-92-119.hsd1.co.comcast.net] has quit [Quit: Leaving.] 15:41:44 gz- [~gz@setf.clozure.com] has joined #ccl 15:54:07 -!- Hans-Martin [~quassel@2001:4dd0:f8b3:1:60be:9ebc:4752:586c] has quit [Read error: Connection reset by peer] 16:28:42 -!- Fare [~fare@173-9-65-97-NewEngland.hfc.comcastbusiness.net] has quit [Ping timeout: 272 seconds] 17:13:36 gst_ [~gst@ip-64-134-50-187.public.wayport.net] has joined #ccl 17:41:58 -!- gst_ [~gst@ip-64-134-50-187.public.wayport.net] has quit [Quit: Quit] 17:42:43 gst__ [~gst@ip-64-134-50-187.public.wayport.net] has joined #ccl 18:11:16 Fare [fare@nat/google/x-qfkpdkkleokmkdwy] has joined #ccl 18:53:23 -!- gst__ [~gst@ip-64-134-50-187.public.wayport.net] has quit [Quit: Quit] 19:41:59 Kenjin [~kenjin@bl19-247-99.dsl.telepac.pt] has joined #ccl 19:42:06 Hello :) 19:59:45 dented42 [~dented42@opengroove.org] has joined #ccl 20:03:29 Was NSUserNotification left out of objective-c bindings? 20:04:24 That's new in 10.8, I believe. It should be in the interfaces for 1.9 and the trunk. 20:05:05 (find-class 'ns:ns-user-notification) => # 20:06:22 Ah, my bad. I'm on 1.8. Thanks! 20:34:40 -!- temerson [~temerson@pdc-cdn-npool.ebscohost.com] has quit [Quit: temerson] 20:42:32 rme: Sorry, I'm just starting interacting with objective-c. Where should I be looking when I get something like "NSUserNotificationCenter designitated initializer is _centerForBundleIdentifier". 20:43:28 I did a (describe (find-class 'ns:ns-user-notification-center)) but couldn't make out how to use that information to solve my problem :P 20:44:39 You might try looking at the documentation for NSUserNotificationCenter. http://developer.apple.com/library/mac/#documentation/Foundation/Reference/NSUserNotification_Class/Reference/Reference.html 20:45:32 That's not much to go on. I suppose you want to say something like (let ((unc (#/defaultUserNotificationCenter ns:ns-user-notification-center))) ...) 20:46:04 ah! 20:46:11 maybe ;) 20:46:38 was trying to accomplish NSUserNotificationCenter *center = [NSUserNotificationCenter defaultUserNotificationCenter]; 20:47:14 rme: Can I pass that to (make-instance) ? 20:47:36 That returns an instance already. 20:47:44 The error occurs when doing (make-instance 'ns:ns-user-notification-center) 20:47:46 ah 20:47:49 understood 20:48:07 very cool :) 20:49:06 You're not supposed to make instances of NSUserNotificationCenter. They expect you to call that class method and get that default shared instance. 20:49:41 thanks. Indeed very cool :) 20:50:59 Ahah! Nice. Notification popped up. 20:52:10 Attend my talk at ECLM in Madrid, and be amazed/bored by even more stuff! 20:53:24 yay 20:54:49 rme: :/ Would very much like to. Don't know yet If I can go. 20:55:14 will anybody else from Clozure be there ? 20:57:37 gbyers is attending; Xach too, if he counts. 20:57:45 cool 21:05:47 rme: you know anything about the ECLM schedule? Doesn't seem to be anything up on the website 21:06:44 http://weitz.de/eclm2013/ 21:09:02 fe[nl]ix: yeah I know :) I was wondering about start and end time and talk duration. Stuff like taht 21:10:10 50 minutes + 10 for questions 21:10:14 Yeah. rme may just blather on about the ObjC bridge for hours and hours. We can't stop him. 21:10:16 the order is not important 21:10:26 oops. 21:15:22 :) 21:15:56 fe[nl]ix: and what about start time? 21:16:35 patrickwonders_ [~patrickwo@user-38q42ns.cable.mindspring.com] has joined #ccl 21:18:04 -!- patrickwonders [~patrickwo@user-38q42ns.cable.mindspring.com] has quit [Ping timeout: 258 seconds] 21:18:04 -!- patrickwonders_ is now known as patrickwonders 21:18:30 9AM 21:19:15 ok :) thanks 22:06:45 -!- Fare [fare@nat/google/x-qfkpdkkleokmkdwy] has quit [Ping timeout: 258 seconds] 22:21:46 DataLinkDroid [~DataLinkD@CPE-124-183-184-43.lns17.ken.bigpond.net.au] has joined #ccl 22:28:19 -!- DataLinkDroid [~DataLinkD@CPE-124-183-184-43.lns17.ken.bigpond.net.au] has quit [Ping timeout: 256 seconds] 23:10:25 Fare [~fare@173-9-65-97-NewEngland.hfc.comcastbusiness.net] has joined #ccl 23:43:44 -!- Fare [~fare@173-9-65-97-NewEngland.hfc.comcastbusiness.net] has quit [Ping timeout: 258 seconds] 23:57:38 Fare [fare@nat/google/x-kpwaqywfjxjhhhzt] has joined #ccl