projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc4f3f3
)
Adding completion function swank:completions as an alias for swank:simple-completions.
author
Peter Feigl
<craven@gmx.net>
Thu, 3 May 2012 07:32:00 +0000
(09:32 +0200)
committer
Taylor R Campbell
<campbell@mumble.net>
Wed, 11 Jul 2012 03:45:01 +0000
(
03:45
+0000)
* Completion
Trying to auto-complete in the REPL raises condition "Unbound variable:
swank:completions". It seems swank added swank:completions in addition
(or instead of?) swank:simple-completions.
src/runtime/swank.scm
patch
|
blob
|
history
diff --git
a/src/runtime/swank.scm
b/src/runtime/swank.scm
index 02ff0b96515d58bb3c114191cc16515344f7951c..cd59077313f0168e21c92e85a1a1dabd5556323f 100644
(file)
--- a/
src/runtime/swank.scm
+++ b/
src/runtime/swank.scm
@@
-1040,3
+1040,5
@@
swank:xref
'())
(else
x)))
+
+(define swank:completions swank:simple-completions)