Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scheme-r5rs-info #1

Open
fedeinthemix opened this issue Dec 25, 2015 · 0 comments
Open

scheme-r5rs-info #1

fedeinthemix opened this issue Dec 25, 2015 · 0 comments

Comments

@fedeinthemix
Copy link

Hi,

trying to use scheme-complete with mit-scheme I've found that scheme-r5rs-info doesn't work correctly. The following patch solves the problem for me (I'm not able to attach the file to this message).

--- scheme-complete-master/scheme-complete.el.orig  2015-12-25 21:59:09.896909029 +0100
+++ scheme-complete-master/scheme-complete.el   2015-12-25 21:59:17.924993998 +0100
@@ -591,7 +591,7 @@
            '((exact->inexact (lambda (z) z))
              (inexact->exact (lambda (z) z)))
            (mapcar #'(lambda (x)
-                       (list x (scheme-env-lookup *scheme-r7rs-info* x)))
+                       (scheme-env-lookup *scheme-r7rs-info* x))
                    *scheme-r5rs-bindings*))))
   *scheme-r5rs-info*)

Regards,
Fede

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant