[Bug 398057] [NEW] slime-gather-lisp-implementations generates incorrect data structure
bgruber
bsg4+ubuntu052006 at columbia.edu
Sat Jul 11 01:23:37 UTC 2009
Public bug reported:
Binary package hint: slime
The function slime-gather-lisp-implementations (introduced in the debian patch) generates a data structure of the form:
((string (string)) (string (string))...)
when it should be:
((symbol (string)) (symbol (string)) ...)
So the result on my system is (("sbcl" ("sbcl"))) instead of ((sbcl
("sbcl"))).
The problem manifests when I manually add to slime-lisp-implementations
and then attempt to specify which one I want by doing M-- M-x slime.
Patch attached.
** Affects: slime (Ubuntu)
Importance: Undecided
Status: New
--
slime-gather-lisp-implementations generates incorrect data structure
https://bugs.launchpad.net/bugs/398057
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
More information about the universe-bugs
mailing list