00:05:15 -!- alms_ [~alms_@209-6-130-32.c3-0.bkl-ubr1.sbo-bkl.ma.cable.rcn.com] has quit [Quit: alms_] 00:30:27 pjb [~t@81.202.16.46.dyn.user.ono.com] has joined #ccl 00:30:37 Is there something like finalizer in ccl? 00:32:33 Maybe http://ccl.clozure.com/ccl-documentation.html#f_terminate-when-unreachable is what you're looking for. 00:33:23 Right. I must define a ccl:terminate method. Thank you. 00:35:36 and call terminate-when-unreachable on each instance too. 00:38:08 alms_ [~alms_@209-6-130-32.c3-0.bkl-ubr1.sbo-bkl.ma.cable.rcn.com] has joined #ccl 01:04:33 I have a problem with the +[NSCursor IBeamCursor] method. How should I write the selector to send this message? 01:07:43 (objc:@selector #/IBeamCursor) is one way ... 01:26:04 Thanks. 03:04:15 -!- alms_ [~alms_@209-6-130-32.c3-0.bkl-ubr1.sbo-bkl.ma.cable.rcn.com] has quit [Quit: alms_] 03:23:47 alms_ [~alms_@209-6-130-32.c3-0.bkl-ubr1.sbo-bkl.ma.cable.rcn.com] has joined #ccl 03:33:06 -!- alms_ [~alms_@209-6-130-32.c3-0.bkl-ubr1.sbo-bkl.ma.cable.rcn.com] has quit [Quit: alms_] 05:20:13 DataLinkDroid [~DataLink@CPE-138-130-69-166.lns1.cht.bigpond.net.au] has joined #ccl 05:52:56 Quadresce [~quad@unaffiliated/quadrescence] has joined #ccl 05:55:40 -!- Quadrescence [~quad@unaffiliated/quadrescence] has quit [Ping timeout: 250 seconds] 05:56:29 -!- DataLinkDroid [~DataLink@CPE-138-130-69-166.lns1.cht.bigpond.net.au] has quit [Quit: Bye] 09:36:16 Actually, we have to go thru performSelector: (objc:send ns:ns-cursor :perform-Selector (objc:@selector #/IBeamCursor)) ; Didn't I report a bug about this kind of selectors in January 2011? I'll have to search it back 11:11:29 tfb [~tfb@restormel.cley.com] has joined #ccl 11:30:10 (#/IBeamCursor ns:ns-cursor) 11:57:29 alms_ [~alms_@209-6-130-32.c3-0.bkl-ubr1.sbo-bkl.ma.cable.rcn.com] has joined #ccl 13:22:49 -!- rme [~rme@50.43.135.51] has quit [Ping timeout: 246 seconds] 13:26:26 rme_ [~rme@50.43.130.136] has joined #ccl 13:26:28 -!- rme_ is now known as rme 13:33:38 -!- Quadresce is now known as Quadrescence 14:22:47 milanj [~milanj_@93-86-188-208.dynamic.isp.telekom.rs] has joined #ccl 16:09:41 -!- tfb [~tfb@restormel.cley.com] has quit [Quit: sleeping] 17:12:29 -!- milanj [~milanj_@93-86-188-208.dynamic.isp.telekom.rs] has quit [Ping timeout: 250 seconds] 17:17:31 milanj [~milanj_@178-223-158-80.dynamic.isp.telekom.rs] has joined #ccl 17:40:41 -!- rme_ is now known as rme 17:42:03 -!- rme_ [~rme@50.43.130.136] has quit [Ping timeout: 244 seconds] 17:45:06 rme [~rme@50.43.129.155] has joined #ccl 17:54:42 -!- rme [rme@B446BFA8.4E0C586A.699BA7A6.IP] has quit [Quit: rme] 17:54:42 -!- rme [~rme@50.43.129.155] has quit [Quit: rme] 18:04:18 rme [~rme@50.43.129.155] has joined #ccl 18:52:41 jdz [~jdz@89.201.97.48] has joined #ccl 18:59:07 -!- milanj [~milanj_@178-223-158-80.dynamic.isp.telekom.rs] has quit [Ping timeout: 240 seconds] 19:04:05 milanj [~milanj_@178-223-186-136.dynamic.isp.telekom.rs] has joined #ccl 19:08:53 -!- milanj [~milanj_@178-223-186-136.dynamic.isp.telekom.rs] has quit [Ping timeout: 245 seconds] 19:10:55 -!- bzzbzz [~franco@modemcable151.155-57-74.mc.videotron.ca] has quit [Quit: leaving] 19:14:06 milanj [~milanj_@93-86-112-65.dynamic.isp.telekom.rs] has joined #ccl 19:35:44 bzzbzz [~franco@modemcable151.155-57-74.mc.videotron.ca] has joined #ccl 19:58:12 -!- milanj [~milanj_@93-86-112-65.dynamic.isp.telekom.rs] has quit [Ping timeout: 248 seconds] 22:38:06 -!- jdz [~jdz@89.201.97.48] has quit [Quit: Byebye.] 23:09:31 gbyers: I see. Thanks.