"Sean O'Rourke" sorourke@cs.ucsd.edu writes:
Was anyone else having problems with minibuffer completion? The problem I'm seeing is that slime-completing-read-internal returns "((choices) best)" but its callers seem to expect just "(choices)". Anyways, this patch fixes that, and removes an extra paren in slime-documentation.
Committed, thanks!
I think we have some redundant code for minibuffer completion just now (slime-completing-read* should be replaced by slime-read-from-minibuffer I think). I'll hack it after getting a couple of days's Real Work out of the way unless someone beats me to it.