Skip to content

scheme-r5rs-info #1

@fedeinthemix

Description

@fedeinthemix

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions