mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add emacs-scheme-complete.
* gnu/packages/emacs.scm (emacs-scheme-complete): New variable. * gnu/packages/patches/emacs-scheme-complete-scheme-r5rs-info.patch: New patch. * gnu-system.am (dist_patch_DATA): Add the new patch.
This commit is contained in:
parent
fd9a5b0fc3
commit
e037a09f1d
3 changed files with 42 additions and 0 deletions
|
@ -0,0 +1,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*)
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue