00:24:14 sellout [n=greg@c-24-128-50-176.hsd1.ma.comcast.net] has joined #ccl 01:03:03 -!- sellout [n=greg@c-24-128-50-176.hsd1.ma.comcast.net] has quit [] 01:03:25 sellout [n=greg@c-24-128-50-176.hsd1.ma.comcast.net] has joined #ccl 01:05:41 -!- mdc_mobile [n=mdc_mobi@ds9.entity.com] has quit [Read error: 104 (Connection reset by peer)] 01:06:01 mdc_mobile [n=mdc_mobi@ds9.entity.com] has joined #ccl 01:07:56 alms [n=alms@146-115-42-237.c3-0.bkl-ubr1.sbo-bkl.ma.cable.rcn.com] has joined #ccl 02:43:50 -!- billstclair [n=billstcl@unaffiliated/billstclair] has quit [Read error: 60 (Operation timed out)] 03:21:35 bfulgham_ [n=brent@adsl-69-234-107-187.dsl.irvnca.pacbell.net] has joined #ccl 03:28:32 -!- sellout [n=greg@c-24-128-50-176.hsd1.ma.comcast.net] has quit [Read error: 110 (Connection timed out)] 03:29:53 sellout [n=greg@c-24-128-50-176.hsd1.ma.comcast.net] has joined #ccl 05:53:12 billstclair [n=billstcl@unaffiliated/billstclair] has joined #ccl 05:53:59 -!- bfulgham_ [n=brent@adsl-69-234-107-187.dsl.irvnca.pacbell.net] has quit [] 06:08:53 -!- rme [n=rme@pool-70-105-87-17.chi.dsl-w.verizon.net] has quit [] 09:02:53 jauaor [n=araujo@gentoo/developer/araujo] has joined #ccl 12:28:37 -!- sellout [n=greg@c-24-128-50-176.hsd1.ma.comcast.net] has quit [] 15:30:52 -!- mdc_mobile [n=mdc_mobi@ds9.entity.com] has quit [Read error: 104 (Connection reset by peer)] 15:31:44 mdc_mobile [n=mdc_mobi@ds9.entity.com] has joined #ccl 18:51:04 -!- jauaor [n=araujo@gentoo/developer/araujo] has quit [] 20:30:04 leo2007 [n=leo@sl392.st-edmunds.cam.ac.uk] has joined #ccl 20:30:12 when was ccl 1.3 released? 21:10:44 Don't remember; would have to look at http://clozure.com/FTP/pub/release/1.3/ 21:18:12 gbyers: yeah, i just realised it is under svn 21:18:31 gbyers: do you know how to start swank in ccl? 21:18:45 I have (push #P"~/.ccl/systems" asdf:*central-registry*) 21:19:14 and add a swank.asd symlink there 21:19:39 I don't use slime or swank, sorry. My understanding is that whatever the answer is, it changes rapidly. 21:23:53 I've never done it with a symlink, but you DO want swank.asd on asdf:*central-registry* 21:24:36 Then (asdf:oos 'asdf:load-op :swank) 21:25:16 And (swank:create-server :port 4005 :dont-close t) 21:26:55 On the emacs side, (add-to-list 'load-path "path/to/slime/dir") 21:26:59 (require :slime) 21:27:15 Er... (require 'slime) 21:28:05 Then (let ((slime-setup-contribs '(slime-repl)) (slime-setup-contribs)) 21:28:24 Unless you have an old slime, in whcih case you don't need the slime-repl part 21:28:49 Finally, m-x slime-connect 21:29:01 To localhost and the port you put in swank:create-server 21:29:25 leo2007? You listening? 21:29:27 billstclair: I use slime with sbcl but I am changing to ccl tonight. Just installed ccl a couple of minutes ago 21:29:38 billstclair: yes 21:29:39 It's easier if you let Emacs launch the lisp 21:29:51 But I like my lisp to be separate 21:29:53 billstclair: emacs can do that. 21:29:58 billstclair: me too 21:30:26 billstclair: I am also wanting to run ccl on a server. 21:30:38 I have asdf:*central-registry* set to (#P"/Users/gtd/.ccl/systems" *DEFAULT-PATHNAME-DEFAULTS*) 21:30:50 and swank.asd in that dir 21:31:07 but I'm getting an error: Error: Module SWANK was not provided by any function on *MODULE-PROVIDER-FUNCTIONS* 21:31:26 As I said, I've never tried it with a soft link. I always push the actual directory containing slime and swank 21:32:21 billstclair: ok, let me try that too. 21:34:23 billstclair: that seems to work 21:34:29 glad to hear it 21:41:06 billstclair: does this mean every packages has to be added to asdf:*central-registry*? 21:41:30 That's what I do. I have a "systems" dir, and some code that adds all its subdirs 21:41:53 hold on 21:42:41 http://github.com/billstclair/trubanc-lisp/blob/467eb11114ab8535b119dc747ed60eca8380cebd/trubanc-loader.lisp 21:43:44 There may be a better way, but I keep all my libraries in the repository with the project source code 21:43:52 So everything is available for a single checkout 21:44:25 Or, on another project, two respositories, one for systems and one for the project itself 21:54:22 billstclair: so there's no asdf-install 22:12:33 ASDF-INSTALL is in ccl:tools;asdf-install. 22:14:26 jbrook23 [n=jbrook23@41.219.245.110] has joined #ccl 22:16:21 -!- jbrook23 [n=jbrook23@41.219.245.110] has left #ccl 22:34:41 gbyers: how to use it? I tried (asdf:oos 'asdf:load-op :asdf-install) but failed 22:36:37 Perhaps because the containing directory wasn't on asdf:*central-registry* ... 22:52:30 -!- leo2007 [n=leo@sl392.st-edmunds.cam.ac.uk] has quit ["restart emacs"] 23:00:48 jbrook23 [n=jbrook23@41.219.245.110] has joined #ccl 23:02:41 -!- jbrook23 [n=jbrook23@41.219.245.110] has left #ccl 23:13:48 leo2007 [n=leo@131.111.223.202] has joined #ccl