[Chicken-users] Re: scheme-complete 0.8.5 for chicken 4

2009-04-30 Thread Alex Shinn
Alex Shinn alexsh...@gmail.com writes: The latest scheme-complete.el is available at http://synthcode.com/emacs/scheme-complete-0.8.5.el.gz This release includes Chicken 4 support, recognizing module forms including only, except, rename, and prefix import specifiers. The module support

[Chicken-users] Problem with (symbol-string) in Chicken 4.0

2009-04-30 Thread William Ramsay
Hi, I've recently moved from Chicken-3.4.0 to Chicken-4.0.0. I've been using a structure macro I got from /Teach Yourself Scheme in Fixnum Days/ by Dorai Sitaram.It's worked fine in 3.4 but fails in 4.0 and I can figure out why. It fails on line 4 of (define-syntax define-structure)

Re: [Chicken-users] Problem with (symbol-string) in Chicken 4.0

2009-04-30 Thread John Cowan
William Ramsay scripsit: I've recently moved from Chicken-3.4.0 to Chicken-4.0.0. I've been using a structure macro I got from /Teach Yourself Scheme in Fixnum Days/ by Dorai Sitaram.It's worked fine in 3.4 but fails in 4.0 and I can figure out why. It fails on line 4 of

Re: [Chicken-users] Problem with (symbol-string) in Chicken 4.0

2009-04-30 Thread William Ramsay
Can you be a little more explicit in what you mean? Adding that just produces more errors. John Cowan wrote: William Ramsay scripsit: I've recently moved from Chicken-3.4.0 to Chicken-4.0.0. I've been using a structure macro I got from /Teach Yourself Scheme in Fixnum Days/ by Dorai

Re: [Chicken-users] Problem with (symbol-string) in Chicken 4.0

2009-04-30 Thread Jim Ursetto
On Thu, Apr 30, 2009 at 2:59 PM, William Ramsay ramsa...@comcast.net wrote: Can you be a little more explicit in what you mean?   Adding that just produces more errors. John Cowan wrote:   (lambda body rename compare)     (define s (car body))     (define ff (cdr body)) Change this: