00:18:04 -!- rme [rme@50BE4D1C.A884877E.699BA7A6.IP] has quit [Quit: rme] 00:18:04 -!- rme [~rme@50.43.151.225] has quit [Quit: rme] 00:59:44 rme [~rme@50.43.151.225] has joined #ccl 02:15:50 how do you exit cmucl 02:18:24 Don't know for CMUCL, but for CCL it's (ccl:quit) 02:36:15 oops wrong channel sorry 06:35:03 -!- rme [~rme@50.43.151.225] has quit [Quit: rme] 07:24:47 jdz [~jdz@193.206.22.97] has joined #ccl 10:26:06 |3b|` [foobar@cpe-72-179-19-4.austin.res.rr.com] has joined #ccl 10:26:49 -!- |3b| [foobar@cpe-72-179-19-4.austin.res.rr.com] has quit [Read error: Connection reset by peer] 13:43:09 milanj [~milanj_@79-101-181-128.dynamic.isp.telekom.rs] has joined #ccl 14:14:19 -!- alms_ is now known as alms 14:14:23 alms__ [~alms_@209-6-130-32.c3-0.bkl-ubr1.sbo-bkl.ma.cable.rcn.com] has joined #ccl 14:14:23 -!- alms_ [~alms_@209-6-130-32.c3-0.bkl-ubr1.sbo-bkl.ma.cable.rcn.com] has quit [Read error: Connection reset by peer] 14:14:23 -!- alms__ is now known as alms_ 15:30:07 rme [~rme@50.43.151.225] has joined #ccl 16:31:53 -!- sellout- [~Adium@c-98-245-162-253.hsd1.co.comcast.net] has quit [Quit: Leaving.] 16:48:53 -!- jdz [~jdz@193.206.22.97] has quit [Ping timeout: 252 seconds] 16:54:07 sellout- [~Adium@c-98-245-162-253.hsd1.co.comcast.net] has joined #ccl 16:58:13 -!- milanj [~milanj_@79-101-181-128.dynamic.isp.telekom.rs] has quit [Ping timeout: 240 seconds] 17:03:38 milanj [~milanj_@109-92-105-240.dynamic.isp.telekom.rs] has joined #ccl 19:13:21 -!- gz [~gz@209-6-49-85.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com] has quit [*.net *.split] 19:13:25 -!- gz_ is now known as gz 19:13:37 gz` [~gz@209-6-49-85.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com] has joined #ccl 21:08:39 can I do anything better than an (unwind-protect ... (close sock :abort t)) to make sure that a socket I'm listening on gets closed if my program gets killed? 21:14:59 I think that's pretty much it. Sometimes it's handy to pass :reuse-address t to make-socket when you're debugging a server. 21:24:08 thanks, that seems to do it 21:24:28 it was just sort of still thinking the socket was in use after quitting the whole program