unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
blob 6c49bdcdde088e196d61d0888452b3a7ac6d2680 617 bytes (raw)
name: patches/emacs-scheme-complete-scheme-r5rs-info.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
 
Fix completion for R5RS Scheme.
See https://github.com/ashinn/scheme-complete/issues/1

--- 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*)
 

debug log:

solving 6c49bdcdde088e196d61d0888452b3a7ac6d2680 ...
found 6c49bdcdde088e196d61d0888452b3a7ac6d2680 in https://git.savannah.gnu.org/cgit/guix.git

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).