Re: [Chicken-users] SLIME and Chicken

2011-01-22 Thread Christian Kellermann
* Nick Gasson [110122 14:20]: > I've done this now. The SLIME backend is now available as the `slime' > Egg. I've put together some documentation here: > > http://wiki.call-cc.org/eggref/4/slime This is most excellent! I do have a couple of additional patches on my stash to make SLDB and chicken

Re: [Chicken-users] SLIME and Chicken

2011-01-22 Thread Nick Gasson
On Tue, 4 Jan 2011 14:29:22 +0100 Christian Kellermann wrote: > > - Move your fine work over to the egg repository. Then it is more > accessible for chicken users. Mario will gladly give you a repo > directory to store it in. > Hi all, I've done this now. The SLIME backend is now available

Re: [Chicken-users] SLIME and Chicken

2011-01-09 Thread Nick Gasson
On Sun, 9 Jan 2011 20:38:52 +0100 Christian Kellermann wrote: > > I get the same when having chicken-swank.scm loaded regardless of > the chicken version used. Using the compiled module does work for > me. Can you confirm this? I do not know the exact reason for this > behaviour yet. > > So plea

Re: [Chicken-users] SLIME and Chicken

2011-01-09 Thread Christian Kellermann
* Nick Gasson [110109 20:02]: > All the changes look good but when I try it csi segfaults: I think when > evaluating (##sys#slot frameinfo 1) on line 391. Using Chicken 4.6.3 > (4.6.0 does the same thing). Linux/x86. Any idea what's going wrong? I get the same when having chicken-swank.scm loaded

Re: [Chicken-users] SLIME and Chicken

2011-01-09 Thread Christian Kellermann
Hi Nick, * Nick Gasson [110109 20:02]: > All the changes look good but when I try it csi segfaults: I think when > evaluating (##sys#slot frameinfo 1) on line 391. Using Chicken 4.6.3 > (4.6.0 does the same thing). Linux/x86. Any idea what's going wrong? Are you running it in an external csi and

Re: [Chicken-users] SLIME and Chicken

2011-01-09 Thread Nick Gasson
On Sun, 9 Jan 2011 18:57:26 +0100 Christian Kellermann wrote: > > Yeah, git clone http://pestilenz.org/~ckeen/repos/swank-chicken > should work though, does it? > Ah, yes, sorry. All the changes look good but when I try it csi segfaults: I think when evaluating (##sys#slot frameinfo 1) on line

Re: [Chicken-users] SLIME and Chicken

2011-01-09 Thread Christian Kellermann
* Nick Gasson [110109 18:55]: > On Sun, 9 Jan 2011 13:49:24 +0100 > Christian Kellermann wrote: > > > > I have set up a repo at > > http://pestilenz.org/~ckeen/repos/swank-chicken which has a patch > > that allows disÃŒplay of frameinfo and local variables with SLDB. I > > hope it is helpful to

Re: [Chicken-users] SLIME and Chicken

2011-01-09 Thread Nick Gasson
On Sun, 9 Jan 2011 13:49:24 +0100 Christian Kellermann wrote: > > I have set up a repo at > http://pestilenz.org/~ckeen/repos/swank-chicken which has a patch > that allows disÃŒplay of frameinfo and local variables with SLDB. I > hope it is helpful to you. What do you think? > Hi Christian, T

Re: [Chicken-users] SLIME and Chicken

2011-01-09 Thread Christian Kellermann
* Christian Kellermann [110109 13:49]: > Hi Nick! > > * Nick Gasson [110102 22:32]: > > It currently supports the following: > > - Very basic SLDB support - it displays the call chain on error > > I have set up a repo at http://pestilenz.org/~ckeen/repos/swank-chicken It is a git repository I

Re: [Chicken-users] SLIME and Chicken

2011-01-09 Thread Christian Kellermann
Hi Nick! * Nick Gasson [110102 22:32]: > It currently supports the following: > - Very basic SLDB support - it displays the call chain on error I have set up a repo at http://pestilenz.org/~ckeen/repos/swank-chicken which has a patch that allows disÃŒplay of frameinfo and local variables with S

Re: [Chicken-users] SLIME and Chicken

2011-01-06 Thread Nick Gasson
Hi Christian, On Tue, 4 Jan 2011 14:29:22 +0100 Christian Kellermann wrote: > > - Move your fine work over to the egg repository. Then it is more > accessible for chicken users. Mario will gladly give you a repo > directory to store it in. OK, I'll try to do this. It'll certainly simplify t

Re: [Chicken-users] SLIME and Chicken

2011-01-04 Thread Christian Kellermann
Dear Nick, * Nick Gasson [110102 22:32]: > Hi all, > > I've been working on a SLIME backend for Chicken Scheme. If you haven't > used it before, SLIME is an Emacs-based development environment for > Common Lisp - http://common-lisp.net/project/slime/. The Chicken port > has gotten to the state w

Re: [Chicken-users] SLIME and Chicken

2011-01-04 Thread Mario Domenech Goulart
Hi Nick, On Sun, 2 Jan 2011 21:31:39 + Nick Gasson wrote: > I've been working on a SLIME backend for Chicken Scheme. If you haven't > used it before, SLIME is an Emacs-based development environment for > Common Lisp - http://common-lisp.net/project/slime/. The Chicken port > has gotten to th

[Chicken-users] SLIME and Chicken

2011-01-02 Thread Nick Gasson
Hi all, I've been working on a SLIME backend for Chicken Scheme. If you haven't used it before, SLIME is an Emacs-based development environment for Common Lisp - http://common-lisp.net/project/slime/. The Chicken port has gotten to the state where it's usable for development so it might be interes