slime-gather-lisp-implementations generates incorrect data structure

Bug #398057 reported by bgruber
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
slime (Debian)
New
Undecided
Unassigned
slime (Ubuntu)
New
Undecided
Unassigned

Bug Description

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.

Revision history for this message
bgruber (bgruber) wrote :
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.